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
Thanks, I tried way too hard to make it work, but adding "auth": "EXTERNAL" was it! It's not even necessary then to specify login="". The example could be updated!
Refering to this example: https://aio-pika.readthedocs.io/en/latest/quick-start.html#external-credentials-example
It fails in https://github.com/mosquito/aiormq/blob/master/aiormq/connection.py#L400-L411
specifically the
self.url.query.get("auth", "plain")
line.as the auth param appears to be missing running the code from the example.
It can be set manually via
client_properties
howeverThe text was updated successfully, but these errors were encountered: