#2867 closed bug (Fixed)
web-gui does not changing deluge instance properly
Reported by: | driiper | Owned by: | DjLegolas |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | Web UI | Version: | 1.3.12 |
Keywords: | Cc: |
Description
Setup: 2x Deluged daemons
Symptom:
Adding 2 instances to the connection manager, lets say both are online and you connect to one of the instances. All torrents registrered to this server appear properly and up until this point all is fine.
The error occurs when connecting to the second instance of deluge without first disconnecting the first instance. While the statuses changes, the torrent list are not cleaned up properly.
The proper behaviour would be to first clear torrents when connecting to the new instance.
Change History (4)
comment:1 by , 8 years ago
Milestone: | needs verified → 2.0 |
---|
comment:2 by , 6 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.
Current code does not disconnect from the current daemon before connecting to the new one, despite
Deluge.TorrentGrid
is being cleared.