Description
Hello, when I m running the commands in the examples you gave, I am getting following errors when the program is trying to write data to file
Error: <class 'urllib.error.HTTPError'>
Can't write on file about-searching-on-github
Error: <class 'TypeError'>
Can't write on file marketplace?category=security&type=actions
The command I tried was: python3 torcrawl.py -v -u http://www.github.com/ -c -d 2 -p 5 -e
and if it let it finish enumerating the list, I eventually get an out of index error too:
IndexError: list index out of range
With python3 torcrawl.py -w -u http://www.github.com -o github.htm
I am getting the same error:
Error: <class 'TypeError'>
Can't write on file www.github.com/github.htm
I made the changes you mentioned in another issue post
Any pointers on how the issue can be fixed?