application hangs on startup with plugin `ltConfig`

General support for problems installing or using Deluge
Post Reply
brainchild
New User
New User
Posts: 5
Joined: Sat Dec 18, 2021 5:36 pm

application hangs on startup with plugin `ltConfig`

Post by brainchild »

Whether running as a daemon or graphical interface, the application hangs on startup.

Following is the debug output (some path names redacted):

Code: Select all

$ deluge --config $(pwd) -L debug
23:52:58 [INFO    ][deluge.configmanager:49  ] Setting config directory to: <config_path>
23:52:58 [DEBUG   ][deluge.configmanager:91  ] Getting config: ui.conf
23:52:58 [DEBUG   ][deluge.config:203 ] Setting key "default_ui" to: gtk (of type: <class 'str'>)
23:52:58 [DEBUG   ][deluge.config:441 ] Config <config_path>/ui.conf version: 1.1 loaded: {'default_ui': 'gtk'}
23:52:58 [INFO    ][deluge.ui.ui_entry:66  ] Deluge ui 2.1.1
23:52:58 [INFO    ][deluge.i18n.util  :101 ] Setting up translations from /usr/lib/python3/dist-packages/deluge/i18n
23:52:58 [INFO    ][deluge.configmanager:49  ] Setting config directory to: <config_path>
23:52:58 [INFO    ][deluge.ui.ui      :68  ] Deluge ui 2.1.1
23:52:58 [DEBUG   ][deluge.ui.ui      :69  ] options: Namespace(config='<config_path>', logfile=None, loglevel='debug', logrotate=None, quiet=False, profile=False, torrents=[], remaining=[])
23:52:58 [INFO    ][deluge.ui.ui      :70  ] Starting gtk ui..
23:52:59 [INFO    ][deluge.i18n.util                  :101 ] Setting up translations from /usr/lib/python3/dist-packages/deluge/i18n
23:52:59 [DEBUG   ][deluge.ui.gtk3.common             :285 ] gconf not available, so will not attempt to register magnet URI handler
23:52:59 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "standalone" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "interactive_add" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "focus_add_dialog" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "enable_system_tray" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "close_to_tray" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "start_in_tray" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "enable_appindicator" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "lock_tray" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "tray_password" to:  (of type: <class 'str'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "check_new_releases" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "default_load_path" to: None (of type: <class 'NoneType'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "window_maximized" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "window_x_pos" to: 0 (of type: <class 'int'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "window_y_pos" to: 0 (of type: <class 'int'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "window_width" to: 640 (of type: <class 'int'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "window_height" to: 480 (of type: <class 'int'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "pref_dialog_width" to: None (of type: <class 'NoneType'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "pref_dialog_height" to: None (of type: <class 'NoneType'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "edit_trackers_dialog_width" to: None (of type: <class 'NoneType'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "edit_trackers_dialog_height" to: None (of type: <class 'NoneType'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "tray_download_speed_list" to: [5.0, 10.0, 30.0, 80.0, 300.0] (of type: <class 'list'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "tray_upload_speed_list" to: [5.0, 10.0, 30.0, 80.0, 300.0] (of type: <class 'list'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "connection_limit_list" to: [50, 100, 200, 300, 500] (of type: <class 'list'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "enabled_plugins" to: [] (of type: <class 'list'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "show_connection_manager_on_start" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "autoconnect" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "autoconnect_host_id" to: None (of type: <class 'NoneType'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "autostart_localhost" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "autoadd_queued" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "choose_directory_dialog_path" to: <dwnld_path> (of type: <class 'str'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "show_new_releases" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "show_sidebar" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "show_toolbar" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "show_statusbar" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "show_tabsbar" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "tabsbar_tab_pos" to: top (of type: <class 'str'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "tabsbar_position" to: 235 (of type: <class 'int'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "sidebar_show_zero" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "sidebar_show_trackers" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "sidebar_show_owners" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "sidebar_position" to: 170 (of type: <class 'int'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "show_rate_in_title" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "createtorrent.trackers" to: [] (of type: <class 'list'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "show_piecesbar" to: False (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "detect_urls" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "pieces_color_missing" to: [65535, 0, 0] (of type: <class 'list'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "pieces_color_waiting" to: [4874, 56494, 0] (of type: <class 'list'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "pieces_color_downloading" to: [65535, 55255, 0] (of type: <class 'list'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "pieces_color_completed" to: [4883, 26985, 56540] (of type: <class 'list'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "focus_main_window_on_add" to: True (of type: <class 'bool'>)
23:52:59 [DEBUG   ][deluge.config                     :203 ] Setting key "language" to: None (of type: <class 'NoneType'>)
23:52:59 [DEBUG   ][deluge.config                     :441 ] Config <config_path>/gtk3ui.conf version: 1.1 loaded: {'standalone': True, 'interactive_add': True, 'focus_add_dialog': True, 'enable_system_tray': True, 'close_to_tray': False, 'start_in_tray': False, 'enable_appindicator': True, 'lock_tray': False, 'tray_password': '', 'check_new_releases': False, 'default_load_path': None, 'window_maximized': False, 'window_x_pos': 0, 'window_y_pos': 24, 'window_width': 640, 'window_height': 480, 'pref_dialog_width': None, 'pref_dialog_height': None, 'edit_trackers_dialog_width': None, 'edit_trackers_dialog_height': None, 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'connection_limit_list': [50, 100, 200, 300, 500], 'enabled_plugins': [], 'show_connection_manager_on_start': True, 'autoconnect': False, 'autoconnect_host_id': None, 'autostart_localhost': False, 'autoadd_queued': False, 'choose_directory_dialog_path': '<dwnld_path>', 'show_new_releases': False, 'show_sidebar': True, 'show_toolbar': True, 'show_statusbar': True, 'show_tabsbar': True, 'tabsbar_tab_pos': 'top', 'tabsbar_position': 235, 'sidebar_show_zero': False, 'sidebar_show_trackers': True, 'sidebar_show_owners': True, 'sidebar_position': 170, 'show_rate_in_title': False, 'createtorrent.trackers': [], 'show_piecesbar': False, 'detect_urls': True, 'pieces_color_missing': [65535, 0, 0], 'pieces_color_waiting': [4874, 56494, 0], 'pieces_color_downloading': [65535, 55255, 0], 'pieces_color_completed': [4883, 26985, 56540], 'focus_main_window_on_add': True, 'language': None}
23:52:59 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:52:59 [DEBUG   ][deluge.ui.gtk3.ipcinterface       :112 ] Checking if lockfile exists: <config_path>/ipc/deluge-gtk.lock
23:52:59 [DEBUG   ][deluge.ui.gtk3.ipcinterface       :116 ] Delete stale lockfile.
23:52:59 [DEBUG   ][deluge.ui.gtk3.ipcinterface       :176 ] Processing args from other process: []
23:52:59 [DEBUG   ][deluge.ui.gtk3.ipcinterface       :179 ] Not connected to host.. Adding to queue.
23:52:59 [DEBUG   ][deluge.ui.sessionproxy            :30  ] SessionProxy init..
23:52:59 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:52:59 [DEBUG   ][deluge.config                     :346 ] Registering function for show_rate_in_title key..
23:52:59 [DEBUG   ][deluge.ui.gtk3.menubar            :29  ] MenuBar init..
23:52:59 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:52:59 [DEBUG   ][deluge.ui.gtk3.toolbar            :22  ] ToolBar Init..
23:52:59 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:52:59 [DEBUG   ][deluge.ui.gtk3.listview           :125 ] ListView initialized..
23:52:59 [INFO    ][deluge.ui.gtk3.common             :361 ] Opening torrentview.state for load: <config_path>/gtk3ui_state/torrentview.state
23:52:59 [WARNING ][deluge.ui.gtk3.common             :366 ] Unable to load <config_path>/gtk3ui_state/torrentview.state: [Errno 2] No such file or directory: '<config_path>/gtk3ui_state/torrentview.state'
23:52:59 [INFO    ][deluge.ui.gtk3.common             :361 ] Opening torrentview.state for load: <config_path>/gtk3ui_state/torrentview.state.bak
23:52:59 [WARNING ][deluge.ui.gtk3.common             :366 ] Unable to load <config_path>/gtk3ui_state/torrentview.state.bak: [Errno 2] No such file or directory: '<config_path>/gtk3ui_state/torrentview.state.bak'
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentview        :248 ] TorrentView Init..
23:52:59 [INFO    ][deluge.ui.gtk3.common             :361 ] Opening tabs.state for load: <config_path>/gtk3ui_state/tabs.state
23:52:59 [WARNING ][deluge.ui.gtk3.common             :366 ] Unable to load <config_path>/gtk3ui_state/tabs.state: [Errno 2] No such file or directory: '<config_path>/gtk3ui_state/tabs.state'
23:52:59 [INFO    ][deluge.ui.gtk3.common             :361 ] Opening tabs.state for load: <config_path>/gtk3ui_state/tabs.state.bak
23:52:59 [WARNING ][deluge.ui.gtk3.common             :366 ] Unable to load <config_path>/gtk3ui_state/tabs.state.bak: [Errno 2] No such file or directory: '<config_path>/gtk3ui_state/tabs.state.bak'
23:52:59 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:52:59 [DEBUG   ][deluge.config                     :346 ] Registering function for show_piecesbar key..
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :197 ] weights: []
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :198 ] weight of tab: 0
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :232 ] Trying to insert tab at -1
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :61  ] parent: None
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :236 ] Tab inserted at 0
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :197 ] weights: [(0, 'Status')]
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :198 ] weight of tab: 1
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :232 ] Trying to insert tab at -1
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :61  ] parent: None
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :236 ] Tab inserted at 1
23:52:59 [INFO    ][deluge.ui.gtk3.common             :361 ] Opening files_tab.state for load: <config_path>/gtk3ui_state/files_tab.state
23:52:59 [WARNING ][deluge.ui.gtk3.common             :366 ] Unable to load <config_path>/gtk3ui_state/files_tab.state: [Errno 2] No such file or directory: '<config_path>/gtk3ui_state/files_tab.state'
23:52:59 [INFO    ][deluge.ui.gtk3.common             :361 ] Opening files_tab.state for load: <config_path>/gtk3ui_state/files_tab.state.bak
23:52:59 [WARNING ][deluge.ui.gtk3.common             :366 ] Unable to load <config_path>/gtk3ui_state/files_tab.state.bak: [Errno 2] No such file or directory: '<config_path>/gtk3ui_state/files_tab.state.bak'
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :197 ] weights: [(0, 'Status'), (1, 'Details')]
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :198 ] weight of tab: 3
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :232 ] Trying to insert tab at -1
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :61  ] parent: None
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :236 ] Tab inserted at 2
23:52:59 [INFO    ][deluge.ui.gtk3.common             :361 ] Opening peers_tab.state for load: <config_path>/gtk3ui_state/peers_tab.state
23:52:59 [WARNING ][deluge.ui.gtk3.common             :366 ] Unable to load <config_path>/gtk3ui_state/peers_tab.state: [Errno 2] No such file or directory: '<config_path>/gtk3ui_state/peers_tab.state'
23:52:59 [INFO    ][deluge.ui.gtk3.common             :361 ] Opening peers_tab.state for load: <config_path>/gtk3ui_state/peers_tab.state.bak
23:52:59 [WARNING ][deluge.ui.gtk3.common             :366 ] Unable to load <config_path>/gtk3ui_state/peers_tab.state.bak: [Errno 2] No such file or directory: '<config_path>/gtk3ui_state/peers_tab.state.bak'
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :197 ] weights: [(0, 'Status'), (1, 'Details'), (3, 'Files')]
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :198 ] weight of tab: 4
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :232 ] Trying to insert tab at -1
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :61  ] parent: None
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :236 ] Tab inserted at 3
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :197 ] weights: [(0, 'Status'), (1, 'Details'), (3, 'Files'), (4, 'Peers')]
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :198 ] weight of tab: 2
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :204 ] Found pos 2
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :232 ] Trying to insert tab at 2
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :61  ] parent: None
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :236 ] Tab inserted at 2
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :197 ] weights: [(0, 'Status'), (1, 'Details'), (2, 'Options'), (3, 'Files'), (4, 'Peers')]
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :198 ] weight of tab: 5
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :232 ] Trying to insert tab at -1
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :61  ] parent: None
23:52:59 [DEBUG   ][deluge.ui.gtk3.torrentdetails     :236 ] Tab inserted at 5
23:52:59 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:52:59 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:52:59 [DEBUG   ][deluge.ui.gtk3.sidebar            :44  ] add tab: filters
23:52:59 [DEBUG   ][deluge.ui.gtk3.filtertreeview     :265 ] nothing selected
23:52:59 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:53:00 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:53:00 [DEBUG   ][deluge.config                     :346 ] Registering function for enable_system_tray key..
23:53:00 [DEBUG   ][deluge.ui.gtk3.systemtray         :91  ] Enabling the Application Indicator...
23:53:00 [DEBUG   ][deluge.config                     :346 ] Registering function for enable_appindicator key..
23:53:00 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:53:00 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :52  ] Plugin manager init..
23:53:00 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: AutoAdd 1.8 at /usr/lib/python3/dist-packages/deluge/plugins/AutoAdd-1.8.egg
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: Blocklist 1.4 at /usr/lib/python3/dist-packages/deluge/plugins/Blocklist-1.4.egg
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: Execute 1.3 at /usr/lib/python3/dist-packages/deluge/plugins/Execute-1.3.egg
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: Extractor 0.7 at /usr/lib/python3/dist-packages/deluge/plugins/Extractor-0.7.egg
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: Stats 0.4 at /usr/lib/python3/dist-packages/deluge/plugins/Stats-0.4.egg
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: Toggle 0.4 at /usr/lib/python3/dist-packages/deluge/plugins/Toggle-0.4.egg
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: Notifications 0.4 at /usr/lib/python3/dist-packages/deluge/plugins/Notifications-0.4.egg
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: Label 0.3 at /usr/lib/python3/dist-packages/deluge/plugins/Label-0.3.egg
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: Scheduler 0.3 at /usr/lib/python3/dist-packages/deluge/plugins/Scheduler-0.3.egg
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: WebUi 0.2 at /usr/lib/python3/dist-packages/deluge/plugins/WebUi-0.2.egg
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: Streaming 0.12.2 at <config_path>/plugins/Streaming-0.12.2-py2.7.egg
23:53:00 [DEBUG   ][deluge.pluginmanagerbase          :112 ] Found plugin: DefaultTrackers 0.4 at <config_path>/plugins/DefaultTrackers-0.4-py3.8.egg
23:53:00 [DEBUG   ][deluge.configmanager              :91  ] Getting config: gtk3ui.conf
23:53:00 [DEBUG   ][deluge.config                     :203 ] Setting key "hosts" to: [['bf4de48c97c6417897459597a86c5738', '127.0.0.1', 58846, 'localclient', '**********']] (of type: <class 'list'>)
23:53:00 [DEBUG   ][deluge.config                     :441 ] Config <config_path>/hostlist.conf version: 1.3 loaded: {'hosts': [['0ba52fab48f9436a8491aa1a3e08d992', '127.0.0.1', 58846, 'localclient', '**********']]}
23:53:00 [DEBUG   ][deluge.config                     :535 ] File version 3 is not in input_range (1, 2), ignoring converter function..
23:53:00 [DEBUG   ][deluge.ui.gtk3.gtkui              :301 ] _on_reactor_start
23:53:00 [DEBUG   ][deluge.ui.gtk3.mainwindow         :163 ] Showing window
23:53:00 [DEBUG   ][deluge.ui.gtk3.systemtray         :425 ] _on_window_show
23:53:00 [DEBUG   ][deluge.ui.gtk3.systemtray         :362 ] on_menuitem_show_deluge_activate
23:53:01 [INFO    ][deluge.core.daemon                :91  ] Deluge daemon 2.1.1
23:53:01 [DEBUG   ][deluge.core.core                  :117 ] Starting session (peer_id: -DE211s-, user_agent: Deluge/2.1.1 libtorrent/2.0.5.0)
23:53:01 [DEBUG   ][deluge.core.core                  :327 ] Opening session.state for load: <config_path>/session.state
23:53:01 [INFO    ][deluge.core.core                  :334 ] Successfully loaded session.state: <config_path>/session.state
23:53:01 [DEBUG   ][deluge.core.core                  :327 ] Opening session.state for load: <config_path>/session.state.bak
23:53:01 [INFO    ][deluge.core.core                  :334 ] Successfully loaded session.state: <config_path>/session.state.bak
Sometimes the application begins to operate after several hours, or not.

Following is the application information.

Code: Select all

$ deluged --version
deluged 2.1.1
libtorrent: 2.0.5.0
Python: 3.10.4
OS: Linux Linux Mint 21 vanessa
I am running Linux Mint 21.0. Application installation is from official repository for Ubuntu (see "repos" below).

Following is the system information:

Code: Select all

System:
  Kernel: 5.15.0-47-generic x86_64 bits: 64 compiler: gcc v: 11.2.0 Desktop: N/A wm: Xpra
    dm: LightDM Distro: Linux Mint 21 Vanessa base: Ubuntu 22.04 jammy
Machine:
  Type: Microsoft System: QEMU product: Standard PC (i440FX + PIIX, 1996) v: pc-i440fx-2.2
    serial: <superuser required> Chassis: type: 1 v: pc-i440fx-2.2 serial: <superuser required>
  Mobo: N/A model: N/A serial: N/A BIOS: SeaBIOS v: Virtualization-2.5.1-11303-200428-0-gfff70e7
    date: 04/01/2014
CPU:
  Info: quad core model: AMD Ryzen Embedded V1500B bits: 64 type: MCP arch: Zen rev: 0 cache:
    L1: 384 KiB L2: 2 MiB L3: 4 MiB
  Speed (MHz): avg: 2200 min/max: N/A cores: 1: 2200 2: 2200 3: 2200 4: 2200 bogomips: 17599
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm
Graphics:
  Device-1: VMware SVGA II Adapter driver: N/A bus-ID: 00:02.0 chip-ID: 15ad:0405
  Display: x11 server: X.Org v: 1.21.1.3 driver: X: loaded: vmware
    unloaded: fbdev,modesetting,vesa gpu: N/A display-ID: :1 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 96
  Monitor-1: screen res: 1920x1080 size: N/A
  OpenGL: renderer: llvmpipe (LLVM 13.0.1 256 bits) v: 4.5 Mesa 22.0.5 direct render: Yes
Audio:
  Message: No device data found.
  Sound Server-1: PulseAudio v: 15.99.1 running: yes
  Sound Server-2: PipeWire v: 0.3.48 running: yes
Network:
  Device-1: Intel 82371AB/EB/MB PIIX4 ACPI vendor: Red Hat Qemu virtual machine
    type: network bridge driver: piix4_smbus v: N/A port: N/A bus-ID: 00:01.3 chip-ID: 8086:7113
  Device-2: Red Hat Virtio network driver: virtio-pci v: 1 port: c0a0 bus-ID: 00:03.0
    chip-ID: 1af4:1000
  IF: ens3 state: up speed: -1 duplex: unknown mac: <filter>
  IF-ID-1: br-ff891b4f809b state: down mac: <filter>
  IF-ID-2: docker0 state: down mac: <filter>
Drives:
  Local Storage: total: 888 GiB used: 324.92 GiB (36.6%)
  ID-1: /dev/sda model: Storage size: 128 GiB serial: N/A
  ID-2: /dev/sdb model: Storage size: 10 GiB serial: N/A
  ID-3: /dev/sdc model: Storage size: 250 GiB serial: N/A
  ID-4: /dev/sdd model: Storage size: 250 GiB serial: N/A
  ID-5: /dev/sde model: iSCSI Storage size: 250 GiB serial: N/A
Partition:
  ID-1: / size: 128 GiB used: 86.88 GiB (67.9%) fs: btrfs dev: /dev/sda1
  ID-2: /home size: 128 GiB used: 86.88 GiB (67.9%) fs: btrfs dev: /dev/sda1
Swap:
  ID-1: swap-1 type: partition size: 10 GiB used: 0 KiB (0.0%) priority: -2 dev: /dev/sdb
USB:
  Hub-1: 1-0:1 info: Full speed or root hub ports: 2 rev: 1.1 speed: 12 Mb/s chip-ID: 1d6b:0001
  Device-1: 1-1:2 info: Adomax QEMU USB Tablet type: HID driver: hid-generic,usbhid rev: 2.0
    speed: 12 Mb/s chip-ID: 0627:0001
  Hub-2: 2-0:1 info: Hi-speed hub with single TT ports: 4 rev: 2.0 speed: 480 Mb/s
    chip-ID: 1d6b:0002
  Hub-3: 3-0:1 info: Super-speed hub ports: 4 rev: 3.0 speed: 5 Gb/s chip-ID: 1d6b:0003
Sensors:
  Message: No sensor data found. Is lm-sensors configured?
Repos:
  Packages: apt: 2819
  No active apt repos in: /etc/apt/sources.list
  Active apt repos in: /etc/apt/sources.list.d/deluge-team-stable-jammy.list
    1: deb http: //ppa.launchpad.net/deluge-team/stable/ubuntu jammy main
  Active apt repos in: /etc/apt/sources.list.d/flacon-ppa-focal.list
    1: deb http: //ppa.launchpad.net/flacon/ppa/ubuntu jammy main
  Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list
    1: deb http: //packages.linuxmint.com vanessa main upstream import backport
    2: deb http: //archive.ubuntu.com/ubuntu jammy main restricted universe multiverse
    3: deb http: //archive.ubuntu.com/ubuntu jammy-updates main restricted universe multiverse
    4: deb http: //archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse
    5: deb http: //security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
  Active apt repos in: /etc/apt/sources.list.d/papirus-papirus-focal.list
    1: deb http: //ppa.launchpad.net/papirus/papirus/ubuntu jammy main
  No active apt repos in: /etc/apt/sources.list.d/wsdd-focal.list
  Active apt repos in: /etc/apt/sources.list.d/xpra-focal.list
    1: deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/xpra-2022.gpg] https: //xpra.org/ jammy main
Info:
  Processes: 263 Uptime: 4h 0m Memory: 7.76 GiB used: 1.25 GiB (16.0%) Init: systemd v: 249
  runlevel: 5 Compilers: gcc: 11.2.0 alt: 11/9 Client: Unknown python3.10 client inxi: 3.3.13
I have installed version 2.0.0 of the plugin ltConfig, which I have used for some time without any problem. When I remove the plugin, the application runs normally.

During the initial period of hanging, if the application is run as as a user interface, the window appears to the desktop but remains completely unresponsive, unwilling even to redraw itself for a window-resize event. Similarly, if run as a daemon, the application will not have listened on the ports configured for client connections. If run in the Python debugger, the debugger will not be able to drop execution into single-step mode.

I appreciate any help seeking a resolution.
Post Reply