Custom Query (2447 matches)
Results (289 - 291 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3126 | Fixed | YaRSS fails to add torrents | ||
Description |
Backwards compatibility needs fixing in API for adding torrents from YaRSS. 13:20:14.920 [CRITICAL][twisted :154 ] Unhandled error in Deferred: 13:20:14.922 [CRITICAL][deluge.log :93 ] twisted.internet.defer [Failure instance: Traceback: <class 'deluge.error.AddTorrentError'>: You must specify a valid torrent_info, torrent state or magnet. /usr/lib/python2.7/dist-packages/twisted/internet/base.py:1208:mainLoop /usr/lib/python2.7/dist-packages/twisted/internet/base.py:801:runUntilCurrent /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:457:callback /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:565:_startRunCallbacks --- <exception caught here> --- /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:651:_runCallbacks /var/lib/deluge/.config/deluge/plugins/YaRSS2-1.4.3-py2.7.egg/yarss2/rssfeed_scheduler.py:147:add_torrents_callback /var/lib/deluge/.config/deluge/plugins/YaRSS2-1.4.3-py2.7.egg/yarss2/torrent_handling.py:158:add_torrents /var/lib/deluge/.config/deluge/plugins/YaRSS2-1.4.3-py2.7.egg/yarss2/torrent_handling.py:129:add_torrent /usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py:318:add ] |
|||
#3127 | Fixed | Blocklist doesn't load block file | ||
Description |
Blocklist runs, collects blocklist file from given URL, doesn't load addresses from file. 12:54:37.256 [ERROR ][deluge.plugins.blocklist.core :425 ] Failed to read!!!!!! 12:54:37.258 [ERROR ][deluge.plugins.blocklist.core :1200] [Failure instance: Traceback: <type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode byte 0x8b in position 1: ordinal not in range(128) /usr/lib/python2.7/threading.py:801:__bootstrap_inner /usr/lib/python2.7/threading.py:754:run /usr/lib/python2.7/dist-packages/twisted/_threads/_threadworker.py:46:work /usr/lib/python2.7/dist-packages/twisted/_threads/_team.py:190:doWork --- <exception caught here> --- /usr/lib/python2.7/dist-packages/twisted/python/threadpool.py:246:inContext /usr/lib/python2.7/dist-packages/twisted/python/threadpool.py:262:<lambda> /usr/lib/python2.7/dist-packages/twisted/python/context.py:118:callWithContext /usr/lib/python2.7/dist-packages/twisted/python/context.py:81:callWithContext /usr/lib/python2.7/dist-packages/deluge/plugins/Blocklist-1.3.egg/deluge/plugins/blocklist/readers.py:40:read /usr/lib/python2.7/dist-packages/deluge/plugins/Blocklist-1.3.egg/deluge/plugins/blocklist/readers.py:74:readranges /usr/lib/python2.7/dist-packages/deluge/plugins/Blocklist-1.3.egg/deluge/plugins/blocklist/readers.py:50:is_ignored ] |
|||
#2382 | Invalid | Deluge install on mac not working | ||
Description |
Hi everybody, I just tried to install Deluge on mac mavericks, platform that is new to me, coming from linux. I followed the instructions in the page : http://dev.deluge-torrent.org/wiki/Installing/MacOSX I've installed both macports and xcode before to issue the command : sudo port install deluge I wasn't expecting a build process that lasted for 9 (nine) hours on a imac i5 quad core 3.2 Ghz ! After a shitload of messages about fetching tar balls, building and moving to dest root, everything seemed to complete nicely, but as soon I start deluge-2.7, it gives me this error : Oyster:local esseeddy$ deluge-2.7 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/deluge/ui/gtkui/queuedtorrents.py:60: Warning: invalid (NULL) pointer instance "glade/queuedtorrents.glade")) /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/deluge/ui/gtkui/queuedtorrents.py:60: Warning: gulong g_signal_connect_data(gpointer, const gchar *, GCallback, gpointer, GClosureNotify, GConnectFlags): assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed "glade/queuedtorrents.glade")) and so on for another 100 lines My question is : Can I safely uninstall and/or remove everything generated in this build ? The build log, doesn't show clearly where library and binaries were installed, it seems to me that everything went under /opt/local/ Can I get rid of it by issuing a port uninstall or something like that ? If i can't fix this, I prefer to wipe out it, this is a fresh install and I don't wanna spoil it by leaving unused libraries and binaries. In attachment the build log Thanks for any suggestion |