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

All requests send errors #25

Open
samgoeta opened this issue Oct 10, 2015 · 2 comments
Open

All requests send errors #25

samgoeta opened this issue Oct 10, 2015 · 2 comments

Comments

@samgoeta
Copy link
Contributor

Toutes les requêtes renvoient la même erreur :

Oh mince!Apparement il y a eu une erreur

Traceback (most recent call last):
File "/var/www/www.publicdomainworks.net/pdcalc/src/pd/pdcalc.py", line 59, in
data = cacher.get(args.instance)
File "/var/www/www.publicdomainworks.net/pdcalc/src/pd/cacher.py", line 7, in get
val = r.get(url)
File "/var/www/www.publicdomainworks.net/pdcalc/lib/python2.7/site-packages/redis/client.py", line 863, in get
return self.execute_command('GET', name)
File "/var/www/www.publicdomainworks.net/pdcalc/lib/python2.7/site-packages/redis/client.py", line 570, in execute_command
connection.send_command(_args)
File "/var/www/www.publicdomainworks.net/pdcalc/lib/python2.7/site-packages/redis/connection.py", line 556, in send_command
self.send_packed_command(self.pack_command(_args))
File "/var/www/www.publicdomainworks.net/pdcalc/lib/python2.7/site-packages/redis/connection.py", line 532, in send_packed_command
self.connect()
File "/var/www/www.publicdomainworks.net/pdcalc/lib/python2.7/site-packages/redis/connection.py", line 436, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused.

@petterreinholdtsen
Copy link
Contributor

Is the daemon that used to listen on port 6379 on localhost still running? lsof -i might give you some clues.

@petterreinholdtsen
Copy link
Contributor

I had a closer look, and a redis server is supposed to be running and listening on port 6379. Perhaps you are missing the redis-server package on the machine in question?

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