Hi
Sometimes some of the torrents in the list show the wrong files in the Files tab, more precisely the files of another torrent. It happens if I do a search in the torrent list, often after changing the sort order. Is this a known bug?
Reconnecting does not fix it, but after restarting the gtk-client the files are back to normal, until I change sort order and search again.
Wrong files shown in the Files Tab
Wrong files shown in the Files Tab
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: Wrong files shown in the Files Tab
There was a similar reported bug in ticket #1895 and I put together a fix. It was not applied to the Deluge codebase as I could not replicate so it was impossible to know if it actually worked. If you could test it out and let me know that would be helpful.
Re: Wrong files shown in the Files Tab
Perfect! I'll test and report back.
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: Wrong files shown in the Files Tab
Cas,
I'm using the git repo, and did a Developer Install as explained on the wiki. I have a problem; the info for each torrent (Status/Details/Files...) isn't properly displayed. All the fields are empty. I've tested 1.3 branch with 1.3.3 and 1.3.2 tags.
The logs on the server and client show nothing (of interrest).
I did get this on the server
at one point, but I'm not sure if that is relevant, as it only occured once.
When I connect with the version installed with Ubuntu, it works as normal.
Do you have any idea what is wrong?
I'm using the git repo, and did a Developer Install as explained on the wiki. I have a problem; the info for each torrent (Status/Details/Files...) isn't properly displayed. All the fields are empty. I've tested 1.3 branch with 1.3.3 and 1.3.2 tags.
The logs on the server and client show nothing (of interrest).
I did get this on the server
Code: Select all
[ERROR ] 00:40:53 rpcserver:303 Exception calling RPC request: 'int' object is unsubscriptable
Traceback (most recent call last):
File "/usr/local/lib/python2.6/site-packages/deluge-1.3.3-py2.6.egg/deluge/core/rpcserver.py", line 290, in dispatch
auth_level = self.factory.authorized_sessions[self.transport.sessionno][0]
TypeError: 'int' object is unsubscriptable
When I connect with the version installed with Ubuntu, it works as normal.
Do you have any idea what is wrong?
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: Wrong files shown in the Files Tab
Did you specify a new config as it will attempt to use your default location and is the pythonpath exported properly.
Re: Wrong files shown in the Files Tab
Hi
I've no idea what was wrong, but when I tested later (after a reboot of the client machine and probably a reboot of the deluge daemon) it worked as expected when running from the git repo.
As for the patch, it doesn't seem to fix the problem. The torrent_id and self.torrent_id mismatches all the time, and it seems like it might be a little harder to reproduce the issue when the patch is applied, but that could just be coincidences. The problem is that I can't find a reliable way to easily reproduce the issue.
To reproduce I connect to the daemon, choose the Files tab, and search for different torrents. Eventually the issue reveals itself. When a torrent is tainted, it will show the wrong files until the client is restarted. When the wrong files are shown, the files can actually change if other torrents are selected, but it's hard to see any pattern. Sometimes it changes and sometimes it stays the same.
I've no idea what was wrong, but when I tested later (after a reboot of the client machine and probably a reboot of the deluge daemon) it worked as expected when running from the git repo.
As for the patch, it doesn't seem to fix the problem. The torrent_id and self.torrent_id mismatches all the time, and it seems like it might be a little harder to reproduce the issue when the patch is applied, but that could just be coincidences. The problem is that I can't find a reliable way to easily reproduce the issue.
To reproduce I connect to the daemon, choose the Files tab, and search for different torrents. Eventually the issue reveals itself. When a torrent is tainted, it will show the wrong files until the client is restarted. When the wrong files are shown, the files can actually change if other torrents are selected, but it's hard to see any pattern. Sometimes it changes and sometimes it stays the same.
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: Wrong files shown in the Files Tab
Could you test an alternative patch posted here: http://dev.deluge-torrent.org/ticket/2000
Re: Wrong files shown in the Files Tab
Hi
Sorry for the late reply, but I haven't had the time to check this out. I see that a patch was applied to 1.3.4, so I'll upgrade and see if I still can reproduce the bug.
Bro
Sorry for the late reply, but I haven't had the time to check this out. I see that a patch was applied to 1.3.4, so I'll upgrade and see if I still can reproduce the bug.
Bro
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.