-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seems this issue still happens #5
Comments
Currently trying to get set up with quipucamayoc and ran into this issue as well. Working on solving it and will share if I figure out what is going on. |
What AWS region are you using? What fixed it for me was editing to my region in the line |
I had a similar issue, using us-east-2 worked |
Also, I ended up commenting line 270 "assert quipu.queue_url == r['QueueUrl']" to get past the Assertion Error. @sergiocorreia is this test really needed? |
I also needed to comment out this line to get past the error. |
Originally posted by @psungho in #4 (comment)
The text was updated successfully, but these errors were encountered: