MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.3k stars 21.48k forks source link

Completed with error {"headers":{"x-ms-throttle-retry-count":0,"x-ms-throttle-retry-wait-time-ms":0}} #43764

Closed csp-stu closed 4 years ago

csp-stu commented 4 years ago

Trying to follow the tutorial with my existing database. Just trying to readDatabase() is returning the following: Completed with error {"headers":{"x-ms-throttle-retry-count":0,"x-ms-throttle-retry-wait-time-ms":0}} How do I troubleshoot this?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

RyanHill-MSFT commented 4 years ago

Thanks for the feedback @csp-stu! We are currently investigating and will update you shortly.

csp-stu commented 4 years ago

I ended up scrapping my work and starting over - didn't run into this issue again so it was almost certainly user error but would be helpful to have some pointers on what to do with errors like these.

Thanks for the quick response! 🙌

NavtejSaini-MSFT commented 4 years ago

@csp-stu Thanks for confirming the issue is resolved. It looks like a issue which has resolved after starting over. If you face this issue again, We would advise to raise a ticket with support. We are closing this thread for now.

laultman commented 4 years ago

Error while creating database ReAccessGovh38deei42: {"headers":{"x-ms-throttle-retry-count":0,"x-ms-throttle-retry-wait-time-ms":0}}. Brand new Cosmos DB instance using the default settings for the database.

Marusyk commented 4 years ago

@NavtejSaini-MSFT just installed emulator and got error after start

Error while refreshing databases: {"headers":{"x-ms-throttle-retry-count":0,"x-ms-throttle-retry-wait-time-ms":0}}
Error while querying offers:
 {"headers":{"x-ms-throttle-retry-count":0,"x-ms-throttle-retry-wait-time-ms":0}}
pthibodeaux commented 4 years ago

I am getting the same error when trying to view my databases/containers. I am able to save data and read data from c# app, but cannot view via emulator

Marusyk commented 4 years ago

@RyanHill-MSFT could you please reopen it?

NavtejSaini-MSFT commented 4 years ago

@Marusyk We have reopened this and assigned to doc author for further review. @deborahc Please look into the feedback and provide guidance here.

Marusyk commented 4 years ago

Update

Some good news, we just release an update for the Cosmos Emulator version 2.11.1 which fixes both the Data Explorer unable to connect to the emulator’s endpoint, as well as an issue related to failing to upload a JSON item.

The emulator can be downloaded from the usual place aka.ms/cosmosdb-emulator;

the new version fix my problem

markjbrown commented 4 years ago

Good to hear this is resolved. Will close this again.

please-close

asfo commented 3 years ago

I saw the related issue that they closed, but for me, I think it might not be the same, so hope someone knows about my issue and does not create a new one if it's not required.

I receive the same headers:

{"x-ms-throttle-retry-count":0,"x-ms-throttle-retry-wait-time-ms":0}}

But with a timeout instead of "completed"... I'm trying to check why this happens, and if it's normal or not that this occurs, but can't find too much information, or how to debug, so if you can share with me any information about this timeout, I would really appreciate it...