-
Notifications
You must be signed in to change notification settings - Fork 88
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
Thread-ConsumeBidirectionalStream caught unexpected exception 'NoneType' object has no attribute 'Call' and will exit #309
Labels
needs more info
This issue needs more information from the customer to proceed.
priority: p2
Moderately-important priority. Fix may not be included in next release.
status: investigating
The issue is under investigation, which is determined to be non-trivial.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
parthea
added
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
priority: p2
Moderately-important priority. Fix may not be included in next release.
and removed
triage me
I really want to be triaged.
labels
Nov 17, 2021
Hi @orby, Please could you share sample code to help reproduce the issue? |
parthea
added
status: investigating
The issue is under investigation, which is determined to be non-trivial.
needs more info
This issue needs more information from the customer to proceed.
labels
Nov 17, 2021
Hi @parthea Source code to reproduce: https://gist.github.com/orby/30c72d3e05f7022fd02f47f91e0b2acc The unexpected exception happens after 30 minutes. |
Hi, Experiencing the same issue recently (was working before), it happens immediately in my case. The stacktrace is:
|
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs more info
This issue needs more information from the customer to proceed.
priority: p2
Moderately-important priority. Fix may not be included in next release.
status: investigating
The issue is under investigation, which is determined to be non-trivial.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
FROM python:3.7.9-slim-stretch
python --version
3.7.9
pip --version
20.2
google-api-core
version:pip show google-api-core
2.2.2
Steps to reproduce
Subscriber
usinggoogle-cloud-pubsub 2.9.0
Stack trace
The text was updated successfully, but these errors were encountered: