Changes between Initial Version and Version 1 of Ticket #3648


Ignore:
Timestamp:
05/09/2025 12:17:11 AM (6 weeks ago)
Author:
Doadin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3648 – Description

    initial v1  
    11Running in daemon mode from with daemon and gtkui on same machine, going to file > quit and shutdown daemon, GTK-UI closes but daemon does NOT. This is what log with info level shows:
    22
     3
     4{{{
    3520:08:10.124 [INFO    ][deluge.core.rpcserver         :1672] Deluge Client connection made from: 127.0.0.1:63465
    4620:08:10.221 [INFO    ][deluge.core.rpcserver         :1672] Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
     
    101220:08:59.644 [INFO    ][deluge.core.rpcserver         :1672] Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
    111320:09:00.881 [INFO    ][deluge.core.rpcserver         :1672] Deluge Client connection made from: 127.0.0.1:63632
     14}}}
     15
    1216
    1317Since the daemon is still running (process can be seen in task manager)
    1418Trying to re-connect gives this:
     19
     20{{{
    152120:09:01.004 [ERROR   ][deluge.core.rpcserver         :1672] Deluge client authentication error made from: 127.0.0.1:63632 (Username does not exist)
     22}}}
     23
    1624
    1725End task from task manager and restart the process can login etc etc but still won't shutdown.