osparamatrix / ks-orderapi-python

47 stars 59 forks source link

Request Quota reached error #42

Open jrdinesh opened 3 years ago

jrdinesh commented 3 years ago

I keep getting this error and have to wait for 1 minute before running the code again what to do in order to avoid this....

HTTP response body: {"fault":{"code":900807,"message":"Request quota reached","description":"You have surpassed the maximum number of requests for the minute, please wait until the next minute to start additional requests"}}

algowhizz commented 3 years ago

Experiencing the same in one my client's account. It has been more than 5 days since I mailed the kotak's API team but no response from them yet.

kalilinux-png commented 3 years ago

@jrdinesh @algowhizz This is happening bcz of the quota limit set by you will creating an app

algowhizz commented 3 years ago

True but this is happening in DefaultApplication. And devportal isn't allowing creating of new apps in my client's account. Also, the quota is around 60perMin. This starts happening at first/second request itself.

kalilinux-png commented 3 years ago

That True and for a while it happend with me also and unknowingly got fine

algowhizz commented 3 years ago

Lack of support by KotakAPI developers is appalling. I dont think they are serious about the project.

kalilinux-png commented 3 years ago

@algowhizz I Think We Need to Warn Them Using Our Programming Skills we will send them thousand of mail

aquibchiniwala commented 2 years ago

Same issue with me as well. Added a loop on connect function and try until it connects.

WhiteBlackGray commented 2 years ago

Experiencing the same in one my client's account. It has been more than 5 days since I mailed the kotak's API team but no response from them yet.

True but this is happening in DefaultApplication. And devportal isn't allowing creating of new apps in my client's account. Also, the quota is around 60perMin. This starts happening at first/second request itself.

You cannot create your own application Default application is the one you need to use.

WhiteBlackGray commented 2 years ago

I keep getting this error and have to wait for 1 minute before running the code again what to do in order to avoid this....

HTTP response body: {"fault":{"code":900807,"message":"Request quota reached","description":"You have surpassed the maximum number of requests for the minute, please wait until the next minute to start additional requests"}}

You can place up to 10 orders per sec without facing any issues. Will you please share more details what are you trying to do.

algowhizz commented 2 years ago

Experiencing the same in one my client's account. It has been more than 5 days since I mailed the kotak's API team but no response from them yet.

True but this is happening in DefaultApplication. And devportal isn't allowing creating of new apps in my client's account. Also, the quota is around 60perMin. This starts happening at first/second request itself.

You cannot create your own application Default application is the one you need to use.

Since when? I have 2 accounts opened 2 weeks apart. I can create apps in earlier account but not the new one. And what sort of API support is this when you cannot even create your own apps?

WhiteBlackGray commented 2 years ago

Experiencing the same in one my client's account. It has been more than 5 days since I mailed the kotak's API team but no response from them yet.

True but this is happening in DefaultApplication. And devportal isn't allowing creating of new apps in my client's account. Also, the quota is around 60perMin. This starts happening at first/second request itself.

You cannot create your own application Default application is the one you need to use.

Since when? I have 2 accounts opened 2 weeks apart. I can create apps in earlier account but not the new one. And what sort of API support is this when you cannot even create your own apps?

I get a call from Kotak API Support team and inform me that you have to use Default APP only and can't create a new app.

algowhizz commented 2 years ago

Experiencing the same in one my client's account. It has been more than 5 days since I mailed the kotak's API team but no response from them yet.

True but this is happening in DefaultApplication. And devportal isn't allowing creating of new apps in my client's account. Also, the quota is around 60perMin. This starts happening at first/second request itself.

You cannot create your own application Default application is the one you need to use.

Since when? I have 2 accounts opened 2 weeks apart. I can create apps in earlier account but not the new one. And what sort of API support is this when you cannot even create your own apps?

I get a call from Kotak API Support team and inform me that you have to use Default APP only and can't create a new app.

Ok. I think they just flipped the switch off. Because I can create apps in one my accounts till yesterday. And I couldnt create any app in other account since day 1.

mnpthk commented 2 years ago

True but this is happening in DefaultApplication. And devportal isn't allowing creating of new apps in my client's account. Also, the quota is around 60perMin. This starts happening at first/second request itself.

Is the problem still happening? It's happening with me too. Even I am not able to create new app. I am not even able to modify current app or delete subscriptions to resubscribe with different quota.

jrdinesh commented 2 years ago

So no work around for this until the team resolves the issue...

jrdinesh commented 2 years ago

@jrdinesh @algowhizz This is happening bcz of the quota limit set by you will creating an app

I have set this at -1 still i am facing this issue. I am able to run the code only once from the second time onward's i keep getting this error even after waiting for an hour or so

workeazee commented 2 years ago

@mnpthk does the issue still exists?