I went back to Fubo for a season and am just getting around to setting up the Docker side of things (I have had TVE only running so far). After setting up the docker I am getting this error on the webpage
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
Here is the log. I know enough to be dangerous. Is there anything someone more knowledgeable can tell from this? I know my credentials are good and my account is still active. I'm just trying to find out if it's something I'm doing wrong or if things are just starting to break on this docker now that it is an abandoned project. Based on the last few lines it seems to me as if it is showing no active packages that I'm subscribed to, but that isn't correct, I am a Pro subscriber and I get billed at the beginning of the month.
Logs
2024-11-20 22:32:52 ⨠http server started on [::]:7777
2024-11-20 22:33:03 [2024-11-21 03:33:03,182] ERROR in app: Exception on /fubo/playlist-hls.m3u [GET]
2024-11-20 22:33:03 Traceback (most recent call last):
2024-11-20 22:33:03 File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 1473, in wsgi_app
2024-11-20 22:33:03 response = self.full_dispatch_request()
2024-11-20 22:33:03 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-20 22:33:03 File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 882, in full_dispatch_request
2024-11-20 22:33:03 rv = self.handle_user_exception(e)
2024-11-20 22:33:03 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-20 22:33:03 File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 880, in full_dispatch_request
2024-11-20 22:33:03 rv = self.dispatch_request()
2024-11-20 22:33:03 ^^^^^^^^^^^^^^^^^^^^^^^
2024-11-20 22:33:03 File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 865, in dispatch_request
2024-11-20 22:33:03 return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
2024-11-20 22:33:03 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-20 22:33:03 File "/app/pywsgi.py", line 72, in playlist
2024-11-20 22:33:03 stations, err = providers[provider].channels()
2024-11-20 22:33:03 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-20 22:33:03 File "/app/fubo.py", line 144, in channels
2024-11-20 22:33:03 for elem in user_data.get('recurly').get('purchased_packages'):
2024-11-20 22:33:03 TypeError: 'NoneType' object is not iterable