Skip to content

All requests send errors #25

@samgoeta

Description

@samgoeta

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions