Custom Query (2447 matches)
Results (229 - 231 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 ] |
|||
#978 | Fixed | Blocklist error message ''ValueError: time data" in download_blocklist_thread | ||
Description |
Just discovered this with svn r5427: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 497, in __bootstrap self.__bootstrap_inner() File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner self.run() File "/usr/lib/python2.6/threading.py", line 477, in run self.__target(*self.__args, **self.__kwargs) --- <exception caught here> --- File "/usr/lib/python2.6/dist-packages/twisted/python/threadpool.py", line 210, in _worker result = context.call(ctx, function, *args, **kwargs) File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext return func(*args,**kw) File "/usr/share/python-support/deluge-core/deluge/plugins/Blocklist-1.0-py2.6.egg/blocklist/core.py", line 254, in download_blocklist_thread File "/usr/lib/python2.6/_strptime.py", line 325, in _strptime (data_string, format)) exceptions.ValueError: time data 'Sun, 01 Mar 2009 02:02:04 GMT' does not match format '%a, %d %b %Y %H:%M:%S GMT' |
|||
#29 | Invalid | BlockList Importer | ||
Description |
I enabled BlockList Importer, set it to download a non-working URL (server too busy at the time) and selected "GZipped List" (don't know if that mattered). After restarted Deluge the plug-in tried to download the list, that obviously didn't work and then a pop-up dialog appeared reading that (don't remember it exactly) "...change the list URL setting". The thing is that the dialog had an OK button but it didn't work. No matter what (clicking OK or the window close button) didn't make the dialog to disappear! Plus, I tried disabling the plugin and then re enabling it, didn't make the "Preferences" button enabled so as to actually change the URL. |