Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catt cast always fails with the same error #449

Open
hiredman opened this issue Jul 3, 2024 · 1 comment
Open

catt cast always fails with the same error #449

hiredman opened this issue Jul 3, 2024 · 1 comment

Comments

@hiredman
Copy link

hiredman commented Jul 3, 2024

when I try to cast a local mp4 file I get

Exception thrown when calling load failed callback
Traceback (most recent call last):
  File "/home/kevin/.local/lib/python3.13/site-packages/pychromecast/controllers/media.py", line 771, in _fire_load_failed
    listener.load_media_failed(queue_item_id, error_code)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MediaStatusListener' object has no attribute 'load_media_failed'
Error: Playback of local file has failed.

it looks like MediaStatusListener is defined here

class MediaStatusListener:
and it is definitely missing the load_media_failed method.

@skorokithakis
Copy link
Owner

Hm, I think PyChromecast changed its API again... Any PRs would be welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants