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

Dont work #53

Closed
gituserwork opened this issue Jan 25, 2022 · 1 comment
Closed

Dont work #53

gituserwork opened this issue Jan 25, 2022 · 1 comment

Comments

@gituserwork
Copy link

Traceback (most recent call last):
File "/home/whdbx/.local/lib/python3.6/site-packages/cherrypy/_cprequest.py", line 628, in respond
self._do_respond(path_info)
File "/home/whdbx/.local/lib/python3.6/site-packages/cherrypy/_cprequest.py", line 691, in _do_respond
self.hooks.run('before_finalize')
File "/home/whdbx/.local/lib/python3.6/site-packages/cherrypy/_cprequest.py", line 114, in run
raise exc
File "/home/whdbx/.local/lib/python3.6/site-packages/cherrypy/_cprequest.py", line 104, in run
hook()
File "/home/whdbx/.local/lib/python3.6/site-packages/cherrypy/_cprequest.py", line 63, in call
return self.callback(**self.kwargs)
File "/home/whdbx/.local/lib/python3.6/site-packages/cherrypy/lib/sessions.py", line 705, in save
cherrypy.session.save()
File "/home/whdbx/.local/lib/python3.6/site-packages/cherrypy/lib/sessions.py", line 269, in save
self._save(expiration_time)
File "/home/whdbx/whdbx_web_1/classes/redis_session.py", line 77, in _save
self._redis.set(self.SESSION_PREFIX + str(self.id), val, ex=expires_in_seconds)
File "/home/whdbx/.local/lib/python3.6/site-packages/redis/client.py", line 1164, in set
return self.execute_command('SET', *pieces)
File "/home/whdbx/.local/lib/python3.6/site-packages/redis/client.py", line 661, in execute_command
return self.parse_response(connection, command_name, **options)
File "/home/whdbx/.local/lib/python3.6/site-packages/redis/client.py", line 673, in parse_response
response = connection.read_response()
File "/home/whdbx/.local/lib/python3.6/site-packages/redis/connection.py", line 617, in read_response
raise response
redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about t

@minlexx
Copy link
Owner

minlexx commented Jan 25, 2022

thx, fixed

@minlexx minlexx closed this as completed Jan 25, 2022
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