Skip to content

Error - Exception: unknown action: play #61

@GTRcktSci

Description

@GTRcktSci

When running the following:

streamglob mlb/2022-04-16.atl

I get the following error:

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

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