Sometimes i get this error ;
1008 SERVER_BUSY
- Server is currently overloaded with other requests. Please try again in a few minutes.
What is the solution to this problem? I need to receive data without interruption.
Sometimes i get this error ;
What is the solution to this problem? I need to receive data without interruption.
Hey,
As stated in the error, the server is temporarily overloaded. I recommend adding a retry function to your request, which should help resolve the issue.