Opened 7 years ago
Last modified 2 years ago
#3069 new bug
[AutoAdd] Log spamming
Reported by: | Calum | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.1.1 |
Component: | Plugin | Version: | develop |
Keywords: | Cc: |
Description
It seems that if path is not accessible to AutoAdd it spams the log file.
See trace attached to #3060: http://dev.deluge-torrent.org/attachment/ticket/3060/deluge
Change History (5)
comment:1 by , 6 years ago
Milestone: | 2.0 → 2.0.0 |
---|
comment:3 by , 3 years ago
After a little digging, seem as the error dialog does not open up when we receive this error.
It looks like the exception that we get does not have exception_msg
attribute so the code fails and the dialogs.ErrorDialog
never opens up.
In turn, it will make the user think there is no error, but nothing happens, so he will try to press the Add
button again and again...
A PR for this issue: https://github.com/deluge-torrent/deluge/pull/332
Milestone renamed