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
I get the following:
Done scraping
Traceback (most recent call last):
File "findsqlinj.py", line 667, in
main()
File "findsqlinj.py", line 664, in main
checkConnection()
File "findsqlinj.py", line 621, in checkConnection
startpage()
File "findsqlinj.py", line 645, in startpage
inputSearchUrls()
File "findsqlinj.py", line 149, in inputSearchUrls
searchUrlForString(searchprovider, count, startpage, pages, sleeptime, string, stringurl, savesearch, filename)
File "findsqlinj.py", line 237, in searchUrlForString
with open(filename) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'tmpurllist'
The text was updated successfully, but these errors were encountered:
I get the following:
Done scraping
Traceback (most recent call last):
File "findsqlinj.py", line 667, in
main()
File "findsqlinj.py", line 664, in main
checkConnection()
File "findsqlinj.py", line 621, in checkConnection
startpage()
File "findsqlinj.py", line 645, in startpage
inputSearchUrls()
File "findsqlinj.py", line 149, in inputSearchUrls
searchUrlForString(searchprovider, count, startpage, pages, sleeptime, string, stringurl, savesearch, filename)
File "findsqlinj.py", line 237, in searchUrlForString
with open(filename) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'tmpurllist'
The text was updated successfully, but these errors were encountered: