You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 415, in connect
await self._connect()
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 620, in _connect
await self.on_connect()
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 439, in on_connect
if nativestr(await self.read_response()) != 'OK':
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 457, in read_response
raise response
aredis.exceptions.ResponseError: AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/victor/PycharmProjects/aredis/aredis/client.py", line 155, in execute_command
await connection.send_command(*args)
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 488, in send_command
await self.connect()
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 419, in connect
raise ConnectionError()
aredis.exceptions.ConnectionError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 415, in connect
await self._connect()
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 620, in _connect
await self.on_connect()
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 439, in on_connect
if nativestr(await self.read_response()) != 'OK':
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 457, in read_response
raise response
aredis.exceptions.ResponseError: AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevconsole.py", line 364, in runcode
coro = func()
File "<input>", line 21, in <module>
File "/Users/victor/.pyenv/versions/3.8.16/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "<input>", line 8, in example
File "/Users/victor/PycharmProjects/aredis/aredis/commands/server.py", line 232, in flushdb
return await self.execute_command('FLUSHDB')
File "/Users/victor/PycharmProjects/aredis/aredis/client.py", line 165, in execute_command
await connection.send_command(*args)
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 488, in send_command
await self.connect()
File "/Users/victor/PycharmProjects/aredis/aredis/connection.py", line 419, in connect
raise ConnectionError()
aredis.exceptions.ConnectionError
The text was updated successfully, but these errors were encountered:
Checklist
master
branch of aredis? YesSteps to reproduce
Expected behavior
All ok.
Actual behavior
The text was updated successfully, but these errors were encountered: