Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (559 - 561 of 2449)

Ticket Resolution Summary Owner Reporter
#1963 Fixed OSError in makedirs() when config dir is non-existent Damien Churchill Calum
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 Calum
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 Calum Calum
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:
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.