-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'NoneType' object has no attribute 'geturl' #75
Comments
Interesting what is your Python version please ? |
Python 3.8.2 |
It is showing on pdf file url exist. Need add condition in I create a PR #77 |
Please help me figure out in which file exactly which line to insert, what to exclude the specified error? |
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'
The text was updated successfully, but these errors were encountered: