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

Error when starting scan #16

Closed
scriptzteam opened this issue Dec 10, 2015 · 2 comments
Closed

Error when starting scan #16

scriptzteam opened this issue Dec 10, 2015 · 2 comments

Comments

@scriptzteam
Copy link

got it ----> pip install -r requirements.txt :D


cat crawl.master.out

Traceback (most recent call last):
File "crawl.py", line 31, in
from gevent import monkey
ImportError: No module named gevent

is there any install manual or so ? required libs?

@scriptzteam
Copy link
Author

Okay new error ever redis installed:

Writing output to crawl.log, press CTRL+C to terminate..
Traceback (most recent call last):
File "crawl.py", line 459, in
sys.exit(main(sys.argv))
File "crawl.py", line 435, in main
REDIS_CONN.set('crawl:master:state', "starting")
File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 1055, in set
return self.execute_command('SET', _pieces)
File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 570, in execute_command
connection.send_command(_args)
File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 556, in send_command
self.send_packed_command(self.pack_command(*args))
File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 532, in send_packed_command
self.connect()
File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 436, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 2 connecting to unix socket: /tmp/redis.sock. No such file or directory.

@ayeowch
Copy link
Owner

ayeowch commented Dec 14, 2015

@ayeowch ayeowch closed this as completed Dec 15, 2015
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