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

reqwest version 0.9.18 is not supported. #136

Open
yaanhyy opened this issue Jun 15, 2019 · 1 comment
Open

reqwest version 0.9.18 is not supported. #136

yaanhyy opened this issue Jun 15, 2019 · 1 comment

Comments

@yaanhyy
Copy link

yaanhyy commented Jun 15, 2019

Here is the log:
2019-06-15 21:01:10 INFO [rs_es:200] rs_es Doing post_body_op on /blocks_db/block/_search
Err(HttpError(Error(Executor(EnterError { reason: "attempted to run an executor while another executor is already running" }), "http://172.18.11.62:9200/blocks_db/block/_search")))

@antoine-de
Copy link
Contributor

I had the same problem, it's related to seanmonstar/reqwest#541

I don't think it's directly related to rs-es (since it's not async yet), but maybe you run it in an async context ? (I had the problem while running it with actix).

It's a very good case for having an async rs-es, but I don't really see a nice way to have either async and sync rs-es 😞

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

2 participants