goferito / node-bing-api

Node.js module for the Bing Search API (Cognitive Services)
MIT License
56 stars 28 forks source link

getting unexpected quota errors #34

Closed ralyodio closed 7 years ago

ralyodio commented 7 years ago

I check my dashboard and it says I have over 1000 api calls left.

But I keep getting these messages:

{ "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 22.14:18:12." }
goferito commented 7 years ago

The library doesn't manipulate the returned errors at all. That error is coming directly from the cognitive servers. You might be doing to many requests per minute, but you still have a 1000 left for the month. That's just a possibility. You should be asking that to them. I don't think that has nothing to do with this library.

anthonyettinger commented 7 years ago

Yeah, I figured you might know. Not sure what format this date is in: 22.14:18:12

goferito commented 7 years ago

Sorry man, I'm afraid I can't help with that. Have you discovered what happened?

ralyodio commented 7 years ago

Nope. My dashboard says I still have several thousand requests left for the month but I am blocked from their api. I will probably have to open a support ticket.