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
{{ message }}
This repository was archived by the owner on Apr 26, 2021. It is now read-only.
mlbstreamer was working fine for me as at its May 24th 2018 version (92eb0ad) until the authentication changes of a couple of days ago. So to deal with those changes I checked out out the latest version in git (March 30) and installed that.
On then running it I first had a runtime failure with an undocumented dependency - requests_toolbelt. I installed that and then when I now try to watch a game I get this failure:
Uncaught exception
Traceback (most recent call last):
File "/home/chris/.local/lib/python3.7/site-packages/mlbstreamer-0.0.11.dev0-py3.7.egg/mlbstreamer/play.py", line 354, in main
(provider, game) = options.game.split("/", 1)
ValueError: not enough values to unpack (expected 2, got 1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/chris/.local/bin/mlbplay", line 11, in <module>
load_entry_point('mlbstreamer==0.0.11.dev0', 'console_scripts', 'mlbplay')()
File "/home/chris/.local/lib/python3.7/site-packages/mlbstreamer-0.0.11.dev0-py3.7.egg/mlbstreamer/play.py", line 357, in main
provider = list(config.settings.profile.providers.keys())[0]
AttributeError: 'NoneType' object has no attribute 'keys'
Possibly there is some other unmet dependency that is not satisfied. Any ideas? I am using the latest streamlink available from pip.
mlbstreamer was working fine for me as at its May 24th 2018 version (92eb0ad) until the authentication changes of a couple of days ago. So to deal with those changes I checked out out the latest version in git (March 30) and installed that.
On then running it I first had a runtime failure with an undocumented dependency - requests_toolbelt. I installed that and then when I now try to watch a game I get this failure:
Possibly there is some other unmet dependency that is not satisfied. Any ideas? I am using the latest streamlink available from pip.