I've been using the reporter tool for a couple years now. I manually put in the requests every morning to check my sales. Today to get the sales for Friday and the weekend I tried the same line I do every day and received a 213 error for the 26th's sales. The command I used is below.
java -jar Reporter.jar p=Reporter.properties Sales.getReport XXXXXXXXX, Subscriber, Detailed, Daily, 20181026, 1_1
I was able to use it for the 27th and 28th sales and it worked fine. Everytime on the 26th however I get this error:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Error>
<Code>213</Code>
<Message>There were no sales for the date specified.</Message>
</Error>
I checked on App Store Connect and I have 10 subscription events that happened on the 26th (all of which should show up on the Subscriber report). I used the command below and was able to get SubscriptionEvents just fine on the 26th.
java -jar Reporter.jar p=Reporter.properties Sales.getReport XXXXXXXXX, SubscriptionEvent, Summary, Daily, 20181026, 1_1
I'm at a loss for how I can get my Subscriber report for the 26th?