You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/lorien/web/grab/grab/spider/base_service.py", line 32, in wrapper
callback(*args, **kwargs)
File "/home/lorien/web/grab/grab/spider/network_service/threaded.py", line 78, in worker_callback
grab.request()
File "/home/lorien/web/grab/grab/base.py", line 481, in request
referer=None)
File "/home/lorien/web/grab/grab/base.py", line 410, in prepare_request
self.transport.process_config(self)
File "/home/lorien/web/grab/grab/transport/urllib3.py", line 132, in process_config
u'%s: %s' % (six.text_type(ex), grab.config['url']))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 7: ordinal not in range(128)
E....
======================================================================
ERROR: test_redirect_with_invalid_byte (tests.spider_error.SpiderErrorTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/lorien/web/grab/tests/spider_error.py", line 80, in test_redirect_with_invalid_byte
bot.run()
File "/home/lorien/web/grab/grab/spider/base.py", line 693, in run
raise exc_info[1]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 7: ordinal not in range(128)
----------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
Fails on python2, works on python3
Log:
The text was updated successfully, but these errors were encountered: