Custom Query (2447 matches)
Results (427 - 429 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1307 | Fixed | Console client doesn't add torrents | ||
Description |
Simple add in console client fails somewhere inside python: >>> add sts.torrent stat() argument 1 must be (encoded string without NULL bytes), not str Traceback (most recent call last): File "/usr/lib/pymodules/python2.5/deluge/ui/console/main.py", line 318, in do_command ret = self._commands[cmd].handle(*args, **options.__dict__) File "/usr/lib/pymodules/python2.5/deluge/ui/console/commands/add.py", line 66, in handle if not os.path.isfile(arg): File "/usr/lib/python2.5/posixpath.py", line 208, in isfile st = os.stat(path) TypeError: stat() argument 1 must be (encoded string without NULL bytes), not str python 2.5.4, deluge 1.3.0-rc1, libtorrent 0.15.0 |
|||
#2099 | Fixed | console does not support monochrome terminals | ||
Description |
Forwarded from forum: http://forum.deluge-torrent.org/viewtopic.php?f=7&t=39827 deluge-console Traceback (most recent call last): File "/usr/bin/deluge-console", line 9, in <module> load_entry_point('deluge==1.3.5', 'console_scripts', 'deluge-console')() File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 74, in start Console().start() File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 71, in start ConsoleUI(self.args) File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 198, in __init__ curses.wrapper(self.run) File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper return func(stdscr, *args, **kwds) File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 220, in run colors.init_colors() File "/usr/lib/pymodules/python2.6/deluge/ui/console/colors.py", line 94, in init_colors curses.init_pair(counter, getattr(curses, fg), getattr(curses, bg)) _curses.error: init_pair() returned ERR |
|||
#2066 | Fixed | [console] Error exiting new UI from event view | ||
Description |
When exiting the new console('Q') you get the following error. 17:48:58.697 [ERROR ][deluge.ui.console.modes.basemode:225] global name 'client' is not defined Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/modes/basemode.py", line 223, in doRead self._doRead() File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/modes/eventview.py", line 80, in _doRead if client.connected(): NameError: global name 'client' is not defined
Reproduction:
|
Note:
See TracQuery
for help on using queries.