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

file creation issue after running paramspider -l list.txt #133

Open
rohandeb2 opened this issue Aug 25, 2024 · 1 comment
Open

file creation issue after running paramspider -l list.txt #133

rohandeb2 opened this issue Aug 25, 2024 · 1 comment

Comments

@rohandeb2
Copy link

Traceback (most recent call last):
File "/usr/local/bin/paramspider", line 8, in
sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.11/dist-packages/paramspider/main.py", line 165, in main
fetch_and_clean_urls(domain, extensions, args.stream,args.proxy, args.placeholder)
File "/usr/local/lib/python3.11/dist-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/target.com/.txt'

@knrredhelmet
Copy link

i solved most of the error here
https://github.com/knrredhelmet/paraminer

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