Sometimes i get error messages like couldnt fetch orderid.. or too many requests in getting data

jasdeepwalia
Usually things work really smooth, but on few days i get these errors..

while fetching order details - couldnt get the order id
while fetching bank hisotorial data - too many requests

normally things work fine, but on off days sometimes.
  • rakeshr
    while fetching order details - couldnt get the order id
    You need to handle this with retry. This thread explains more.
    while fetching bank historical data - too many requests
    Rate limits are defined here. Exceeding them throws this error. Maybe handle this with a sight delay/sleep.
Sign In or Register to comment.