We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MLB account credentials are entered correctly but I get the following error: raise Exception("could not authenticate: {authz_contet}")
I've extracted the response from the authz call and it came back with this:
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>403 Forbidden</title> </head> <body> <h1>Error 403 Forbidden</h1> <p>Forbidden</p> <h3>Guru Mediation:</h3> <p>Details: cache-iad-kjyo7100136-IAD 1649414904 3363262204</p> <hr> <p>Varnish cache server</p> </body> </html>
Any ideas?
The text was updated successfully, but these errors were encountered:
Do the same credentials work through a browser? Any VPN involved?
Sorry, something went wrong.
Tried this evening and the authentication error has gone (must have been an issue on the server side).
However it is now bringing a different error:
streamglob mlb/2022-04-08.bos couldn't find command for feh couldn't find command for mpv couldn't find command for vlc 2022-04-10 22:58:27 [ base:182 ] [ warning] couldn't initialize configuration for instagram
2022-04-10 22:58:41 [ player:185 ] [ info] get: {'media_types': {'video'}} 2022-04-10 22:58:41 [ main:605 ] [ error] coroutine raised StopIteration NoneType: None
No branches or pull requests
MLB account credentials are entered correctly but I get the following error:
raise Exception("could not authenticate: {authz_contet}")
I've extracted the response from the authz call and it came back with this:
Any ideas?
The text was updated successfully, but these errors were encountered: