René's URL Explorer Experiment


Title: Firestore: what possible cause of this exception: InternalServerError: 500 Received RST_STREAM with error code 0 · Issue #282 · firebase/firebase-admin-python · GitHub

Open Graph Title: Firestore: what possible cause of this exception: InternalServerError: 500 Received RST_STREAM with error code 0 · Issue #282 · firebase/firebase-admin-python

X Title: Firestore: what possible cause of this exception: InternalServerError: 500 Received RST_STREAM with error code 0 · Issue #282 · firebase/firebase-admin-python

Description: [READ] Step 1: Are you in the right place? For issues or feature requests related to the code in this repository file a Github issue. If this is a feature request make sure the issue title starts with "FR:". For general technical questio...

Open Graph Description: [READ] Step 1: Are you in the right place? For issues or feature requests related to the code in this repository file a Github issue. If this is a feature request make sure the issue title starts w...

X Description: [READ] Step 1: Are you in the right place? For issues or feature requests related to the code in this repository file a Github issue. If this is a feature request make sure the issue title starts w...

Opengraph URL: https://github.com/firebase/firebase-admin-python/issues/282

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Firestore: what possible cause of this exception: InternalServerError: 500 Received RST_STREAM with error code 0","articleBody":"### [READ] Step 1: Are you in the right place?\r\n\r\n  * For issues or feature requests related to __the code in this repository__\r\n    file a Github issue.\r\n    * If this is a __feature request__ make sure the issue title starts with \"FR:\".\r\n  * For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/)\r\n    with the firebase tag.\r\n  * For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk)\r\n    google group.\r\n  * For help troubleshooting your application that does not fall under one\r\n    of the above categories, reach out to the personalized\r\n    [Firebase support channel](https://firebase.google.com/support/).\r\n\r\n### [REQUIRED] Step 2: Describe your environment\r\n\r\n  * Operating System version: _Ubuntu 18.04 + openerp 7____\r\n  * Firebase SDK version: _____\r\n  * Library version: _from pip freeze:\r\n`firebase-admin==2.16.0\r\nfuncsigs==1.0.2\r\nfuture==0.16.0\r\nfutures==3.2.0\r\ngax-google-logging-v2==0.8.3\r\ngax-google-pubsub-v1==0.8.3\r\ngcloud==0.18.3\r\ngdata==2.0.18\r\ngoogle-api-core==1.9.0\r\ngoogle-auth==1.6.3\r\ngoogle-cloud==0.34.0\r\ngoogle-cloud-core==0.29.1\r\ngoogle-cloud-firestore==0.32.1\r\ngoogle-cloud-storage==1.15.0\r\ngoogle-gax==0.16.0\r\ngoogle-resumable-media==0.3.2\r\ngoogleapis-common-protos==1.5.9\r\ngrpc-google-logging-v2==0.11.1\r\ngrpc-google-pubsub-v1==0.11.1\r\n`\r\n  * Firebase Product: _firestore____ (auth, database, storage, etc)\r\n\r\n### [REQUIRED] Step 3: Describe the problem\r\nI'm developing a system to store orders into openerp that came from a mobile app.\r\nSo I've integrated a firestore listener on a query snapshot on \"orders\" collection,\r\n`BookingAppFirestore.uniqdb.collection('orders')\r\n                .where('new_order', '==', True)\r\n                .where('nxscm_order_id', '==', None)\r\n                .on_snapshot(self.new_orders_on_snapshot)`\r\n\r\nSometimes during the executions of my proofs I get this exception when an order is wrote on firestore and is received from the listener.\r\n\r\n#### Steps to reproduce:\r\n\r\nWhat happened? How can we make the problem occur?\r\nThis could be a description, log/console output, etc.\r\n\r\nthe exception trace from openerp log system\r\n```\r\nException in thread Thread-OnRpcTerminated:\r\nTraceback (most recent call last):\r\n  File \"/usr/lib/python2.7/threading.py\", line 801, in __bootstrap_inner\r\n    self.run()\r\n  File \"/usr/lib/python2.7/threading.py\", line 754, in run\r\n    self.__target(*self.__args, **self.__kwargs)\r\n  File \"/home/nix/Sviluppo/venvs/odoo-dev/local/lib/python2.7/site-packages/google/cloud/firestore_v1/watch.py\", line 290, in close\r\n    raise reason\r\nInternalServerError: 500 Received RST_STREAM with error code 0\r\n\r\n2019-04-26 10:00:50,011 9102 INFO ? google.cloud.firestore_v1.watch: RPC termination has signaled manager shutdown.\r\n2019-04-26 10:00:50,011 9102 ERROR db_dev google.api_core.bidi: Thread-ConsumeBidirectionalStream caught unexpected exception \u003c_Rendezvous of RPC that terminated with:\r\n\tstatus = StatusCode.INTERNAL\r\n\tdetails = \"Received RST_STREAM with error code 0\"\r\n\tdebug_error_string = \"{\"created\":\"@1556272850.010768238\",\"description\":\"Error received from peer\",\"file\":\"src/core/lib/surface/call.cc\",\"file_line\":1095,\"grpc_message\":\"Received RST_STREAM with error code 0\",\"grpc_status\":13}\"\r\n\u003e and will exit.\r\nTraceback (most recent call last):\r\n  File \"/home/nix/Sviluppo/venvs/odoo-dev/local/lib/python2.7/site-packages/google/api_core/bidi.py\", line 543, in _thread_main\r\n    response = self._bidi_rpc.recv()\r\n  File \"/home/nix/Sviluppo/venvs/odoo-dev/local/lib/python2.7/site-packages/google/api_core/bidi.py\", line 454, in recv\r\n    return self._recoverable(self._recv)\r\n  File \"/home/nix/Sviluppo/venvs/odoo-dev/local/lib/python2.7/site-packages/google/api_core/bidi.py\", line 413, in _recoverable\r\n    raise exc\r\n_Rendezvous: \u003c_Rendezvous of RPC that terminated with:\r\n\tstatus = StatusCode.INTERNAL\r\n\tdetails = \"Received RST_STREAM with error code 0\"\r\n\tdebug_error_string = \"{\"created\":\"@1556272850.010768238\",\"description\":\"Error received from peer\",\"file\":\"src/core/lib/surface/call.cc\",\"file_line\":1095,\"grpc_message\":\"Received RST_STREAM with error code 0\",\"grpc_status\":13}\"\r\n\u003e\r\n2019-04-26 10:00:50,011 9102 INFO db_dev google.api_core.bidi: Thread-ConsumeBidirectionalStream exiting\r\n```\r\n```\r\n// TODO(you): code here to reproduce the problem\r\n```\r\n","author":{"url":"https://github.com/gbonline","@type":"Person","name":"gbonline"},"datePublished":"2019-04-26T13:32:09.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":36},"url":"https://github.com/282/firebase-admin-python/issues/282"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5dc993b5-ac1b-0dc3-2254-7e222ada14fd
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAB46:C5112:785E:9610:6A510B2A
html-safe-noncefabc3d3141e888a2fb29f6ad74399bb89707f0d1ebd93c75b986dc20bfe0dfd4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQjQ2OkM1MTEyOjc4NUU6OTYxMDo2QTUxMEIyQSIsInZpc2l0b3JfaWQiOiIxMDcxMjMzMTk0Mzg5MDQxMDYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac7e4615bac87bd256cc5b2dd71d9c741287dc6e4ba342a7a1dd2488e6005e65d7
hovercard-subject-tagissue:437674901
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/firebase/firebase-admin-python/282/issue_layout
twitter:imagehttps://opengraph.githubassets.com/01519bbabeb9801c960b63008db980140489ceee0e74a339b13e31f260a0ccf6/firebase/firebase-admin-python/issues/282
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/01519bbabeb9801c960b63008db980140489ceee0e74a339b13e31f260a0ccf6/firebase/firebase-admin-python/issues/282
og:image:alt[READ] Step 1: Are you in the right place? For issues or feature requests related to the code in this repository file a Github issue. If this is a feature request make sure the issue title starts w...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamegbonline
hostnamegithub.com
expected-hostnamegithub.com
Noneb076e100febaa00374cd89239f915d00dd3187f7c68b12bc2b7688181305344d
turbo-cache-controlno-preview
go-importgithub.com/firebase/firebase-admin-python git https://github.com/firebase/firebase-admin-python.git
octolytics-dimension-user_id1335026
octolytics-dimension-user_loginfirebase
octolytics-dimension-repository_id84979152
octolytics-dimension-repository_nwofirebase/firebase-admin-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id84979152
octolytics-dimension-repository_network_root_nwofirebase/firebase-admin-python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2d129404fc45ea64edb1b98567c53e55b395536f
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/firebase/firebase-admin-python/issues/282#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffirebase%2Ffirebase-admin-python%2Fissues%2F282
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffirebase%2Ffirebase-admin-python%2Fissues%2F282
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=firebase%2Ffirebase-admin-python
Reloadhttps://github.com/firebase/firebase-admin-python/issues/282
Reloadhttps://github.com/firebase/firebase-admin-python/issues/282
Reloadhttps://github.com/firebase/firebase-admin-python/issues/282
Please reload this pagehttps://github.com/firebase/firebase-admin-python/issues/282
firebase https://github.com/firebase
firebase-admin-pythonhttps://github.com/firebase/firebase-admin-python
Notifications https://github.com/login?return_to=%2Ffirebase%2Ffirebase-admin-python
Fork 355 https://github.com/login?return_to=%2Ffirebase%2Ffirebase-admin-python
Star 1.2k https://github.com/login?return_to=%2Ffirebase%2Ffirebase-admin-python
Code https://github.com/firebase/firebase-admin-python
Issues 81 https://github.com/firebase/firebase-admin-python/issues
Pull requests 45 https://github.com/firebase/firebase-admin-python/pulls
Actions https://github.com/firebase/firebase-admin-python/actions
Projects https://github.com/firebase/firebase-admin-python/projects
Security and quality 0 https://github.com/firebase/firebase-admin-python/security
Insights https://github.com/firebase/firebase-admin-python/pulse
Code https://github.com/firebase/firebase-admin-python
Issues https://github.com/firebase/firebase-admin-python/issues
Pull requests https://github.com/firebase/firebase-admin-python/pulls
Actions https://github.com/firebase/firebase-admin-python/actions
Projects https://github.com/firebase/firebase-admin-python/projects
Security and quality https://github.com/firebase/firebase-admin-python/security
Insights https://github.com/firebase/firebase-admin-python/pulse
Firestore: what possible cause of this exception: InternalServerError: 500 Received RST_STREAM with error code 0https://github.com/firebase/firebase-admin-python/issues/282#top
https://github.com/tseaver
https://github.com/BenWhitehead
api: firestorehttps://github.com/firebase/firebase-admin-python/issues?q=state%3Aopen%20label%3A%22api%3A%20firestore%22
https://github.com/gbonline
gbonlinehttps://github.com/gbonline
on Apr 26, 2019https://github.com/firebase/firebase-admin-python/issues/282#issue-437674901
StackOverflowhttp://stackoverflow.com/
firebase-talkhttps://groups.google.com/forum/#!forum/firebase-talk
Firebase support channelhttps://firebase.google.com/support/
BenWhiteheadhttps://github.com/BenWhitehead
tseaverhttps://github.com/tseaver
api: firestorehttps://github.com/firebase/firebase-admin-python/issues?q=state%3Aopen%20label%3A%22api%3A%20firestore%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.