[Bug]: object has no attribute 'get_xid'
File "/usr/lib/python3.14/site-packages/Flowblade/app.py", line 450, in _create_sdl_2_consumer
launch_player()
~~~~~~~~~~~~~^^
File "/usr/lib/python3.14/site-packages/Flowblade/app.py", line 587, in launch_player
editorstate.player.set_sdl_xwindow(gui.tline_display)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/Flowblade/mltplayer.py", line 122, in set_sdl_xwindow
self.window_xid = widget.get_window().get_xid()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'GdkWaylandWindow' object has no attribute 'get_xid'. Did you mean: 'get_width'?
0 条评论