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/nekmo/Workspace/dirhunt/dirhunt/exceptions.py", line 43, in wrapped
return func(*args, **kwargs)
File "/home/nekmo/Workspace/dirhunt/dirhunt/crawler_url.py", line 69, in start
processor.process(text, soup)
File "/home/nekmo/Workspace/dirhunt/dirhunt/processors.py", line 249, in process
for link in filter(lambda x: x.url.endswith('/'), links):
File "/home/nekmo/Workspace/dirhunt/dirhunt/processors.py", line 249, in <lambda>
for link in filter(lambda x: x.url.endswith('/'), links):
File "/home/nekmo/Workspace/dirhunt/dirhunt/url.py", line 147, 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:
The text was updated successfully, but these errors were encountered: