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
When running the following:
streamglob mlb/2022-04-16.atlI get the following error: