Skip to content
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

paramspider is not working :( #113

Open
SI-Tanbir opened this issue Jan 12, 2024 · 1 comment
Open

paramspider is not working :( #113

SI-Tanbir opened this issue Jan 12, 2024 · 1 comment

Comments

@SI-Tanbir
Copy link

$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 "

                                  _    __       

___ ___ ________ ___ _ ___ ___ ()/ / ____
/ _ / _ / __/ _ / ' (
-</ _ / / _ / -) /
/ .
/_,
// _,///// .//_,/_//
// //

                          with <3 by @0xasm0d3us           

[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

@MinhPham123456789
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants