We fetch the daily sales data using the below command -
Cmd - java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport <vendor>, Sales, Summary, Monthly, 202406
Response: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Error> <Code>211</Code> <Message>Report is unexpectedly not available. Try again later.</Message> </Error>
We are getting this error from July 18th 2024
As an alternative, we tried the appstore connect api
Response - { "errors": [ { "status": "500", "code": "UNEXPECTED_ERROR", "title": "An unexpected error occurred.", "detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." } ] }
Can you please let us know when this will be resolved ?
Thanks Saranyan