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
$paramspider -d https://thecrownofficial.com/en/
/usr/lib/python3/dist-packages/requests/init.py:87: RequestsDependencyWarning: urllib3 (2.1.0) or chardet (5.2.0) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
[INFO] Fetching URLs for https://thecrownofficial.com/en/
[INFO] Found 114 URLs for https://thecrownofficial.com/en/
[INFO] Cleaning URLs for https://thecrownofficial.com/en/
[INFO] Found 114 URLs after cleaning
[INFO] Extracting URLs with parameters
Traceback (most recent call last):
File "/home/shafikul/.local/bin/paramspider", line 8, in
sys.exit(main())
File "/home/shafikul/.local/lib/python3.9/site-packages/paramspider/main.py", line 161, in main
fetch_and_clean_urls(domain, extensions, args.stream, args.proxy, args.placeholder)
File "/home/shafikul/.local/lib/python3.9/site-packages/paramspider/main.py", line 111, in fetch_and_clean_urls
with open(result_file, "w") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'results/https://thecrownofficial.com/en/.txt'
i google it i haven't fine any soluation
The text was updated successfully, but these errors were encountered:
You should try remove the "https://" part in the domain name, that could be the problem because the script cannot create a directory name with "https://" in it (special character issue).
the problem is not http or https
it is /en/ because linux dont create file name with slaces.
the author have to update his tool to check for this case as well
i will do it in future in my tool https://github.com/knrredhelmet/paraminer
$paramspider -d https://thecrownofficial.com/en/
/usr/lib/python3/dist-packages/requests/init.py:87: RequestsDependencyWarning: urllib3 (2.1.0) or chardet (5.2.0) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
___ ___ ________ ___ _ ___ ___ ()/ / ____
/ _ / _
/ __/ _
/ ' (-</ _ / / _ / -) // ./_,// _,///// .//_,/_//
// //
[INFO] Fetching URLs for https://thecrownofficial.com/en/
[INFO] Found 114 URLs for https://thecrownofficial.com/en/
[INFO] Cleaning URLs for https://thecrownofficial.com/en/
[INFO] Found 114 URLs after cleaning
[INFO] Extracting URLs with parameters
Traceback (most recent call last):
File "/home/shafikul/.local/bin/paramspider", line 8, in
sys.exit(main())
File "/home/shafikul/.local/lib/python3.9/site-packages/paramspider/main.py", line 161, in main
fetch_and_clean_urls(domain, extensions, args.stream, args.proxy, args.placeholder)
File "/home/shafikul/.local/lib/python3.9/site-packages/paramspider/main.py", line 111, in fetch_and_clean_urls
with open(result_file, "w") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'results/https://thecrownofficial.com/en/.txt'
i google it i haven't fine any soluation
The text was updated successfully, but these errors were encountered: