-
Notifications
You must be signed in to change notification settings - Fork 71
RuntimeError: Task got bad yield: 200 #61
Comments
@bisoldi , the issue here is that you used |
Hi @ipeluffo thank you for that! Do you know which connection class I should use when using the I'm guessing the |
Ideally yes but you'll have the issue of signing requests for AWS |
I'm having the same issue where, if i use |
Been quite a while, but if I remember correctly, the advice above worked, without having any request signing issues. I was using an IAM Role though, not User... |
Thanks @bisoldi . So are you sending your IAM Role user/password with using HTTP BasicAuth (ie with something like: If i use |
The sync bulk helper doesn't support being used with an AsyncElasticsearch instance. There are async bulk helpers in the |
I'm getting a
Task got bad yield: 200
error while using the bulk method. I've tried this different ways (i.e. without my own generator function). I've also tried an unofficial Helpers class that was written and I get the same error.Here is the stack trace:
Below is the relevant code:
Any thoughts?
The text was updated successfully, but these errors were encountered: