install netbox 3.1.5 on debian 11 Server Error #8330
-
debian 11, python 3.9.2, postgresql 14 last from apt repo, redis 6.2.6 last from apt repo in browser:Server Error There was a problem with your request. Please contact an administrator. The complete exception is provided below: <class 'redis.exceptions.ConnectionError'> Error 111 connecting to localhost:6379. Connection refused. Python version: 3.9.2 If further assistance is required, please post to the NetBox discussion forum on GitHub.in console:/opt/netbox/venv/lib/python3.9/site-packages/django/views/debug.py:420: ExceptionCycleWarning: Cycle in the exception chain detected: exception 'Error 111 connecting to localhost:6379. Connection refused.' encountered again. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Is your redis running? sudo systemctl status redis-server |
Beta Was this translation helpful? Give feedback.
Is your redis running?
sudo systemctl status redis-server
sudo systemctl start redis-server
sudo systemctl enable redis-server