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 "/usr/lib/python3.6/site-packages/dirhunt/crawler.py", line 29, in wrapped
return func(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/dirhunt/crawler.py", line 83, in start
processor.process(text, soup)
File "/usr/lib/python3.6/site-packages/dirhunt/processors.py", line 202, in process
self.links(soup)
File "/usr/lib/python3.6/site-packages/dirhunt/crawler.py", line 29, in wrapped
return func(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/dirhunt/processors.py", line 210, in links
if not url.is_valid():
File "/usr/lib/python3.6/site-packages/dirhunt/url.py", line 124, in is_valid
return bool(self.urlparsed)
File "/usr/lib/python3.6/site-packages/dirhunt/crawler.py", line 83, in start
processor.process(text, soup)
File "/usr/lib/python3.6/site-packages/dirhunt/url.py", line 25, in urlparsed
address = address.url
File "/usr/lib/python3.6/site-packages/dirhunt/url.py", line 113, in url
return self.urlparsed[0] + '://' + self.urlparsed[1] + self.full_path
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dirhunt/crawler.py", line 29, in wrapped
return func(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/dirhunt/crawler.py", line 83, in start
processor.process(text, soup)
File "/usr/lib/python3.6/site-packages/dirhunt/processors.py", line 202, in process
self.links(soup)
File "/usr/lib/python3.6/site-packages/dirhunt/crawler.py", line 29, in wrapped
return func(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/dirhunt/processors.py", line 210, in links
if not url.is_valid():
File "/usr/lib/python3.6/site-packages/dirhunt/url.py", line 124, in is_valid
return bool(self.urlparsed)
File "/usr/lib/python3.6/site-packages/dirhunt/crawler.py", line 83, in start
processor.process(text, soup)
File "/usr/lib/python3.6/site-packages/dirhunt/url.py", line 25, in urlparsed
address = address.url
File "/usr/lib/python3.6/site-packages/dirhunt/url.py", line 113, in url
return self.urlparsed[0] + '://' + self.urlparsed[1] + self.full_path
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: