Skip to content
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

Open
psungho opened this issue May 1, 2023 · 5 comments
Open

seems this issue still happens #5

psungho opened this issue May 1, 2023 · 5 comments

Comments

@psungho
Copy link

psungho commented May 1, 2023

          seems this issue still happens

Originally posted by @psungho in #4 (comment)

@Alexander-Weinberg
Copy link

          seems this issue still happens

Originally posted by @psungho in #4 (comment)

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.

@Alexander-Weinberg
Copy link

          seems this issue still happens

Originally posted by @psungho in #4 (comment)

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
self.region = 'us-east-1' if region is None else region in aws_setup.py https://github.com/sergiocorreia/quipucamayoc/blob/master/quipucamayoc/aws_setup.py

@RicardoGabriel
Copy link

I had a similar issue, using us-east-2 worked

@RicardoGabriel
Copy link

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?

@dtracht
Copy link

dtracht commented Aug 1, 2023

Also, I ended up commenting line 270 "assert quipu.queue_url == r['QueueUrl']" to get past the Assertion Error.

I also needed to comment out this line to get past the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants