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

Directory nonexistent #4

Closed
Blkzer0 opened this issue Jan 9, 2018 · 3 comments
Closed

Directory nonexistent #4

Blkzer0 opened this issue Jan 9, 2018 · 3 comments

Comments

@Blkzer0
Copy link

Blkzer0 commented Jan 9, 2018

Ive installed all the requirements. It looks like theres a problem with the path to the directory.

Traceback (most recent call last):
  File "/usr/bin/blackwidow", line 308, in <module>
    urls_saved = open(urls_saved_file,"w+")
IOError: [Errno 2] No such file or directory: '/usr/share/blackwidow//-urls.txt'
sh: 1: cannot create /usr/share/blackwidow//-urls-sorted.txt: Directory nonexistent
sh: 1: cannot create /usr/share/blackwidow//-forms-sorted.txt: Directory nonexistent
sh: 1: cannot create /usr/share/blackwidow//-dynamic-sorted.txt: Directory nonexistent
touch: cannot touch '/usr/share/blackwidow//-dynamic-unique.txt': No such file or directory
cat: /usr/share/blackwidow//-dynamic-sorted.txt: No such file or directory
sh: 1: cannot create /usr/share/blackwidow//-subdomains-sorted.txt: Directory nonexistent
sh: 1: cannot create /usr/share/blackwidow//-emails-sorted.txt: Directory nonexistent
sh: 1: cannot create /usr/share/blackwidow//-phones-sorted.txt: Directory nonexistent

@1N3
Copy link
Owner

1N3 commented Jan 9, 2018

Thanks for the heads up! Can you run mkdir -p /usr/share/blackwidow and try again?

@Blkzer0
Copy link
Author

Blkzer0 commented Jan 10, 2018

Thanks 1N3, its working again.

@1N3
Copy link
Owner

1N3 commented Jan 10, 2018

cool, np!

@1N3 1N3 closed this as completed Jan 10, 2018
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