Skip to content

catt cast always fails with the same error #449

Description

@hiredman

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.

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