Bungie-net / api

Resources for the Bungie.net API
Other
1.21k stars 92 forks source link

Public Milestones endpoint returns error 500 since 2-23 Maint completion #1433

Closed dcaslin closed 3 years ago

dcaslin commented 3 years ago

https://www.bungie.net/Platform/Destiny2/Milestones

{
    "ErrorCode": 3,
    "ThrottleSeconds": 0,
    "ErrorStatus": "UnhandledException",
    "Message": "We’ve encountered an error, please try again later.",
    "MessageData": {}
}

I recall something like this happening in the past where the Public milestones endpoint failed frequently, as I have a commented out hack in D2Checklist code where I saved a canned response and fell back on it.

jshaffstall-bng commented 3 years ago

Thanks for the heads up! Filed as TFS 980686, and I'm looking into this now.

dcaslin commented 3 years ago

One of my test requests actually succeeded, so I'm restoring the hack. FWIW the old hack had a note about "Feb 12th" though I'm not sure what year =)

jshaffstall-bng commented 3 years ago

We're going to try and resolve this over the next hour or so.

dcaslin commented 3 years ago

Looks like you got it, I'm not seeing the error anymore. Thanks for the quick turnaround!