@matthuisman
No longer working just now i noticed. no guide data.
It was working fine with url http://192.168.0.20:8182/epg.xml
But now i check the webpage of the container and it now give me:
http://192.168.0.20:8182/epg.xml?regions=us
When i try to change tha tin Channels, it at first gave a malformed error, i think. It went away.
Now it will not load any guide data.
The logs for the container in portioner have this:
----------------------------------------
Exception occurred during processing of request from ('192.168.0.3', 58484)
Traceback (most recent call last):
File "/usr/src/app/./app.py", line 70, in do_GET
routes[func]()
File "/usr/src/app/./app.py", line 202, in _epg
self.wfile.write(chunk)
File "/usr/local/lib/python3.12/socketserver.py", line 840, in write
self._sock.sendall(b)
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/socketserver.py", line 692, in process_request_thread
self.finish_request(request, client_address)
File "/usr/local/lib/python3.12/socketserver.py", line 362, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/src/app/./app.py", line 39, in __init__
super().__init__(*args, **kwargs)
File "/usr/local/lib/python3.12/socketserver.py", line 761, in __init__
self.handle()
File "/usr/local/lib/python3.12/http/server.py", line 436, in handle
self.handle_one_request()
File "/usr/local/lib/python3.12/http/server.py", line 424, in handle_one_request
method()
File "/usr/src/app/./app.py", line 72, in do_GET
self._error(e)
File "/usr/src/app/./app.py", line 43, in _error
self.end_headers()
File "/usr/local/lib/python3.12/http/server.py", line 538, in end_headers
self.flush_headers()
File "/usr/local/lib/python3.12/http/server.py", line 542, in flush_headers
self.wfile.write(b"".join(self._headers_buffer))
File "/usr/local/lib/python3.12/socketserver.py", line 840, in write
self._sock.sendall(b)
BrokenPipeError: [Errno 32] Broken pipe
----------------------------------------
I have no idea how to tell what version the container is, last i updated it was maybe a month or so ago?
I thought it used to say on the web page u load to via the urls what version it is.
I re-created the container as i have done before to update it, to make sure it is the latest version.
Still not getting any guide data in Channels
When i open the URL for the us guide, i get this.