I'm periodically doing GETs against https://api.ebay.com/developer/analytics/v1_beta/rate_limit without any parameters, and I'm now getting this 95% of the time:
[2021-01-27 05:31:18,263 ebay.context ERROR] Failure response body (500): {"errors":[{"errorId":2003,"domain":"ACCESS","category":"APPLICATION","message":"Internal error","longMessage":"There was a problem with an eBay internal system or process. Contact eBay developer support for assistance"}]} [2021-01-27 05:31:18,263 retry WARNING] 500 Server Error: Internal Server Error for url: https://api.ebay.com/developer/analytics/v1_beta/rate_limit, retrying in 0 seconds... [2021-01-27 05:31:23,528 ebay.context ERROR] Failure response body (500): {"errors":[{"errorId":2003,"domain":"ACCESS","category":"APPLICATION","message":"Internal error","longMessage":"There was a problem with an eBay internal system or process. Contact eBay developer support for assistance"}]} [2021-01-27 05:31:23,528 retry WARNING] 500 Server Error: Internal Server Error for url: https://api.ebay.com/developer/analytics/v1_beta/rate_limit, retrying in 0 seconds... [2021-01-27 05:31:28,775 ebay.context ERROR] Failure response body (500): {"errors":[{"errorId":2003,"domain":"ACCESS","category":"APPLICATION","message":"Internal error","longMessage":"There was a problem with an eBay internal system or process. Contact eBay developer support for assistance"}]}
I tried adding delays between but it didn't make a difference. I'll have to try three or four times until of these attempts finally returns successfully.
It seems like this just started today.