ITADN

[Bug]: object has no attribute 'get_xid'

#1213Openmarek-lach 创建于 2026-01-11
M
marek-lachcommented
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 条评论