You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "boomstream.py", line 320, in
sys.exit(app.run())
File "boomstream.py", line 281, in run
cookies = self.get_access_cookies()
File "boomstream.py", line 272, in get_access_cookies
raise ValueError(f"unexpected response on authorization: {r.text}")
ValueError: unexpected response on authorization: {"code":404,"message":"Entity not found"}
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "boomstream.py", line 320, in
sys.exit(app.run())
File "boomstream.py", line 281, in run
cookies = self.get_access_cookies()
File "boomstream.py", line 272, in get_access_cookies
raise ValueError(f"unexpected response on authorization: {r.text}")
ValueError: unexpected response on authorization: {"code":404,"message":"Entity not found"}
The text was updated successfully, but these errors were encountered: