set up password, NOAUTH Authentication required #50
Unanswered
Kossi-Francois
asked this question in
Q&A
Replies: 1 comment 1 reply
-
+1 for this if it isn't available yet. I noticed a closed PR that doesn't seem merged: #13 What is the current thinking? NB. as for workarounds, is anyone having success using a URL constructed as so: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, and thank you for building this great module.
I would like to use it on heroku with the heroku-redis addon, but when I try to send a message with the websocket I have this error asyncio_redis.exceptions.ErrorReply: NOAUTH Authentication required.
and I think it's because I need to config the password but I don't know how to do it, maybe at initialization * broadcast = Broadcast (REDIS_URL, password = "xxx") *, but I don't know how to do it as there is no documentation on this.
Thank you in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions