I've been getting errors from the salesReports endpoint (https://api.appstoreconnect.apple.com/v1/salesReports) in appstoreconnect for the last few hours. It was working intermittently for a bit but now I keep getting the following error:
"errors" : [ {
"id" : "fb276203-0995-4a6c-a567-d17e7358dd7c",
"status" : "503",
"code" : "SERVICE_UNAVAILABLE_ERROR",
"title" : "This request can not be processed right now",
"detail" : "Reporter is currently unavailable."
} ]
I've also tried directly using the Reporter CLI tool and am receiving the following error:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Error>
<Code>111</Code>
<Message>Network is available but cannot connect to application. Check your proxy and firewall settings and try again.</Message>
</Error>