I can't seem to get this to work this week. I've removed and reinstalled my docker image multiple times. log says that it's invalid PW but I've verified with the website and haven't changed it.
logs....
ErrorWarningSystemArrayLogin
Starting server on port 80
logging in....
xxxxxxxxxx - - [18/Dec/2021 00:31:25] "GET /playlist.m3u8 HTTP/1.1" 500 -
----------------------------------------
Exception happened during processing of request from ('xxxxxxxx', 62890)
Traceback (most recent call last):
File "/usr/local/lib/python3.8/socketserver.py", line 683, in process_request_thread
self.finish_request(request, client_address)
File "/usr/local/lib/python3.8/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "./app.py", line 22, in __init__
super().__init__(*args, **kwargs)
File "/usr/local/lib/python3.8/socketserver.py", line 747, in __init__
self.handle()
File "/usr/local/lib/python3.8/http/server.py", line 427, in handle
self.handle_one_request()
File "/usr/local/lib/python3.8/http/server.py", line 415, in handle_one_request
method()
File "./app.py", line 51, in do_GET
self._error(e)
File "./app.py", line 49, in do_GET
routes[func]()
File "./app.py", line 62, in _playlist
channels = frndly.channels()
File "/usr/src/app/frndly.py", line 133, in channels
rows = self._request('https://frndlytv-api.revlet.net/service/api/v1/tvguide/channels?skip_tabs=0')['data']
File "/usr/src/app/frndly.py", line 106, in _request
self.login()
File "/usr/src/app/frndly.py", line 176, in login
raise Exception('Failed to login: {}'.format(data['error']['message']))
Exception: Failed to login: Invalid password.