Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

mlbstreamer failure at runtime #42

@ChrisVine

Description

@ChrisVine

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions