#3127 closed bug (Fixed)
Blocklist doesn't load block file
Reported by: | Eliot Earle | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Plugin | Version: | develop |
Keywords: | Cc: |
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 ]
Change History (2)
comment:1 by , 7 years ago
Component: | Unknown → Plugin |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Version: | other (please specify) → develop (git) |
Note:
See TracTickets
for help on using tickets.
It was partly an issue with text in the blocklists but it's now fixed to handle that: [95d826b7]