Cannot start Deluge on Suse 15.2

General support for problems installing or using Deluge
Post Reply
richardrosa
New User
New User
Posts: 1
Joined: Wed Nov 04, 2020 3:02 pm

Cannot start Deluge on Suse 15.2

Post by richardrosa »

Greetings All,

I recently installed Suse version 15.2.
On the prior level of Suse (15.1) Deluge worked flawlessly.
However, attempting to run the program on 15.2 results in the following error:

Code: Select all

Error Starting Core

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 349, in _on_reactor_start
    client.start_classic_mode()
  File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 559, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
  File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 432, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
  File "/usr/lib/python2.7/site-packages/deluge/core/daemon.py", line 147, in __init__
    read_only_config_keys=read_only_config_keys)
  File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 106, in __init__
    self.settings = lt.session_settings()
AttributeError: 'module' object has no attribute 'session_settings'

Any idea what is missing?


Thanx.

Richard Rosa
Post Reply