Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (370 - 372 of 2447)

Ticket Resolution Summary Owner Reporter
#620 Fixed Allow creation of new folders in the files tab andar ari-_-e
Description

There should be a way of creating new folders to put stuff in in the files tab. I am aware that renaming a file to "something/file.name" will put it in a new folder, but this is rather awkward and isn't very convenient if you need to put a lot of stuff in a new folder. I guess the new folder wouldn't really be real until something was put into it.

#783 Fixed Python errors aren't redirected to log files andar ari-_-e
Description

When the daemon forks off and starts outputting logs to a file, python errors are not outputted to that same log file - they just go into the void. I encountered this when trying to run trunk without twisted. When I ran the daemon without -d, it would fork off and the python importerror didn't show up anywhere. I had to use strace to figure out why the daemon wasn't staying up.

#842 Fixed Tracebacks on disconnect/reconnect andar ari-_-e
Description

I get a couple tracebacks when I disconnect from core and then reconnect using the gtkui.

I get this traceback once:

Unhandled error in Deferred:
Traceback (most recent call last):
  File "//usr/lib64/python2.5/site-packages/twisted/internet/tcp.py", line 362, in doRead
    return self.protocol.dataReceived(data)
  File "/usr/lib64/python2.5/site-packages/deluge/ui/client.py", line 165, in dataReceived
    d.callback(request[2])
  File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 243, in callback
    self._startRunCallbacks(result)
  File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 312, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 328, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
  File "build/bdist.linux-x86_64/egg/label/gtkui/submenu.py", line 59, in cb_labels
    
exceptions.TypeError: can only concatenate list (not "tuple") to list

And then this traceback a bunch of times:

Unhandled error in Deferred:
Traceback (most recent call last):
  File "//usr/lib64/python2.5/site-packages/twisted/internet/tcp.py", line 362, in doRead
    return self.protocol.dataReceived(data)
  File "/usr/lib64/python2.5/site-packages/deluge/ui/client.py", line 165, in dataReceived
    d.callback(request[2])
  File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 243, in callback
    self._startRunCallbacks(result)
  File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 312, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 328, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
  File "build/bdist.linux-x86_64/egg/blocklist/gtkui.py", line 97, in _on_get_status
    
exceptions.AttributeError: 'GtkUI' object has no attribute 'glade'
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.