Custom Query (2447 matches)
Results (292 - 294 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#238 | Invalid | Unable to move torrents to different partitions | ||
Description |
Deluge does not support moving torrents to different partitions. This is a particularly annoying limitation to me as the only time I need to do this is to manage my free diskspace. The solution is to try and copy the files if os.rename of the first file fails. |
|||
#885 | Fixed | Unable to load some poorly writen torrent files | ||
Description |
http://bt.popgo.net/down/down.php?hash=f9c4ae7d5af8259d40eb0831de2e71ac4bcbc141 I am using version 1.1.6. gtkui fail to load the above torrent. See below for the output of deluge -L debug [DEBUG ] 12:54:32 common:53 Attempting to open /home/haomin/dev/torrents/a.torrent. [DEBUG ] 12:54:32 addtorrentdialog:196 Unable to open torrent file: 'utf8' codec can't decode byte 0xba in position 28: unexpected code byte The encoding of this file is gbk but not utf8. Is there any workarounds? Could you improve the auto-detection method of deluge or allow user choose encoding manually? |
|||
#3085 | Duplicate | Unable to launch 2.0 beta 1 on MacOS | ||
Description |
When double clicking Deluge.app deluge does not open. When running from the command line pygtk appears to be missing. > ./Deluge.app/Contents/MacOS/deluge Traceback (most recent call last): File "/Users/zachberger/Desktop/t/./Deluge.app/Contents/MacOS/Deluge-bin", line 11, in <module> load_entry_point('deluge==2.0b1', 'gui_scripts', 'deluge-gtk')() File "/Users/cas/gtk/inst/lib/python2.7/site-packages/deluge-2.0b1-py2.7.egg/deluge/ui/gtkui/__init__.py", line 50, in start File "/Users/cas/gtk/inst/lib/python2.7/site-packages/deluge-2.0b1-py2.7.egg/deluge/ui/gtkui/__init__.py", line 34, in start File "/Users/cas/gtk/inst/lib/python2.7/site-packages/deluge-2.0b1-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 19, in <module> ImportError: No module named pygtk |