Open
Description
I got such error
python3 main.py --domain https://domain.com --output sitemap.xml
Traceback (most recent call last):
File "main.py", line 60, in
crawl.run()
File "/root/python-sitemap/crawler.py", line 127, in run
self.__crawl(current_url)
File "/root/python-sitemap/crawler.py", line 264, in __crawl
final_url = response.geturl()
AttributeError: 'NoneType' object has no attribute 'geturl'
Metadata
Metadata
Assignees
Labels
No labels