Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#3127 closed bug (Fixed)

Blocklist doesn't load block file

Reported by: Spadge 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 Changed 6 years ago by Cas

  • Component changed from Unknown to Plugin
  • Resolution set to Fixed
  • Status changed from new to closed
  • Version changed from other (please specify) to develop (git)

It was partly an issue with text in the blocklists but it's now fixed to handle that: [95d826b7]

comment:2 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.