Custom Query (2449 matches)
Results (559 - 561 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1963 | Fixed | OSError in makedirs() when config dir is non-existent | ||
| Description |
Forwarded from Launchpad: https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/853819 Created the user 'deluge' to run webui but did not specify a config location so defaulted to a non-existent home dir thus an OSError occurred. |
|||
| #1964 | Fixed | Unhandled UnpicklingError with corrupt state file | ||
| Description |
Forwarded from launchpad: https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/750146 The error should be handled properly. I suggested that it was caused by a corrupted state file but I think that "invalid load- key, 'Õ'" is related to bug #1957 where the column key is being translated. |
|||
| #1967 | Fixed | config.py IndexError in save(): list index out of range | ||
| Description |
Forwarded from Launchpad https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/852454 File "/usr/lib/python2.7/dist-packages/deluge/config.py", line 409, in save
start, end = objects[0]
IndexError: list index out of range
Not sure of exact cause but seems that if the conf file is not in json format or empty then the error will occur. Simply adding IndexError to the existing IOError except will catch the error instead of crashing. except (IOError, IndexError), e: |
|||
