This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
KeyError "Missing Hash Key" with basic example code #19
Comments
Im getting this too and for the life of my its indecypherable |
amqp.cr want to include a reference to the |
I encountered the same problem with the following code:
I am confused by @carlhoerberg comment. Actually I feel the opposite way. So I add the following line:
Then this exception is gone. However, in @andy-twosticks example, the exchange has been declared within the same channel. So @carlhoerberg suggestion seems not to fit there either. In my case, the line of code caused trouble is:
So this bug still needs to be fixed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please forgive me if I am doing something stupid -- Crystal newbie -- but I can't get this to work. I made a simple program out of one of your examples, but I just get the above error:
Here's the program. I know that it's connecting okay. The error message only occurs on queues with messages in:
The text was updated successfully, but these errors were encountered: