-
Notifications
You must be signed in to change notification settings - Fork 227
IndexError: pop from empty list #227
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
Comments
Thanks @gusibi! Usually, when this happens, it is caused by another bug. Do you have the full stack trace of this error? |
redis server is pika |
Usually, this shouldn't happen and is an indication of a bug. But we should still ensure that we don't crash and instead log a message. fixes elastic#227
Usually, this shouldn't happen and is an indication of a bug. But we should still ensure that we don't crash and instead log a message. fixes elastic#227 Co-authored-by: goodspeed <[email protected]>
Thanks for the update. It's hard to say what exactly can cause this. The only place where we call So the only explanation that I have is that the @gusibi do you per chance use an asynchronous framework (asyncio, twisted, ...)? We currently don't support asynchronous execution (see #16), and I could imagine that it could cause an error like this. |
@beniwohli Thanks This error all in the process of using redis. |
Uh oh!
There was an error while loading. Please reload this page.
elasticapm/traces.py
span_stack may be empty
IndexError: pop from empty list
The text was updated successfully, but these errors were encountered: