New Problem with redis-py 8.0 and unix socket connections: #22374
Replies: 1 comment 1 reply
-
|
Thanks for raising this, and for including the traceback and workaround. From the report, this appears to be specific to Redis connections over a UNIX socket. The Redis configuration we generally expect and test against uses the standard I’m going to convert this issue to a discussion so we can continue the conversation there and better determine whether this is a NetBox issue, an upstream Thanks again for the detailed report! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
NetBox Edition
NetBox Community
NetBox Version
4.6.2
Python Version
3.13
Steps to Reproduce
After each upgrade we run the upgrade.sh, this will update the venv of netbox.
This installed redis-py 8.0 and afterwards the upgrade.sh failed with:
Were using a unix-socket for the redis connection - there is no "host" there!
Workaround: add
redis<8.0to your/opt/netbox/local_requirements.txtand re-run the upgrade.shExpected Behavior
No error should be reported
Observed Behavior
See ValueError above
Beta Was this translation helpful? Give feedback.
All reactions