[Bug] Media UI -> Play in browser is currently broken #336

Closed
opened 2023-11-03 00:09:11 +01:00 by blacklight · 0 comments
Owner
Traceback (most recent call last):
  File "/usr/lib/python3.9/dist-packages/platypush/message/request/__init__.py", line 253, in _thread_func
    plugin = get_plugin(module_name)
  File "/usr/lib/python3.9/dist-packages/platypush/context/__init__.py", line 187, in get_plugin
    _ctx.plugins[name] = plugin_class(**plugin_conf)
TypeError: Can't instantiate abstract class MediaPlugin with abstract methods back, forward, is_playing, load, mute, pause, play, quit, remove_subtitles, seek, set_position, set_subtitles, set_volume, status, stop, toggle_subtitles, voldown, volup
``` Traceback (most recent call last): File "/usr/lib/python3.9/dist-packages/platypush/message/request/__init__.py", line 253, in _thread_func plugin = get_plugin(module_name) File "/usr/lib/python3.9/dist-packages/platypush/context/__init__.py", line 187, in get_plugin _ctx.plugins[name] = plugin_class(**plugin_conf) TypeError: Can't instantiate abstract class MediaPlugin with abstract methods back, forward, is_playing, load, mute, pause, play, quit, remove_subtitles, seek, set_position, set_subtitles, set_volume, status, stop, toggle_subtitles, voldown, volup ```
blacklight added the
ui
bug
labels 2023-11-03 00:09:11 +01:00
blacklight self-assigned this 2023-11-03 00:09:11 +01:00
blacklight added this to the integrations project 2023-11-03 00:09:11 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#336
No description provided.