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 "/home/pi/.local/lib/python3.7/site-packages/streamglob/__main__.py", line 478, in run_cli
method = getattr(provider, action)
AttributeError: 'MLBProvider' object has no attribute 'play'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/pi/.local/bin/streamglob", line 10, in <module>
sys.exit(main())
File "/home/pi/.local/lib/python3.7/site-packages/streamglob/__main__.py", line 600, in main
rc = run_cli(action, provider, selection, **opts)
File "/home/pi/.local/lib/python3.7/site-packages/streamglob/__main__.py", line 480, in run_cli
raise Exception(f"unknown action: {action}")
Exception: unknown action: play
The text was updated successfully, but these errors were encountered:
When running the following:
streamglob mlb/2022-04-16.atl
I get the following error:
The text was updated successfully, but these errors were encountered: