continentaldivide / destiny-status

Player lookup tool for Destiny 2
https://destinystatus.net
0 stars 1 forks source link

Error when Bungie API is down for maintenance #39

Closed continentaldivide closed 1 year ago

continentaldivide commented 1 year ago

API throws "value not JSON serializable" when it can't process a down-for-maintenance error (similar to #22).

  "ErrorCode": 5,
  "ThrottleSeconds": 0,
  "ErrorStatus": "SystemDisabled",
  "Message": "This system is temporarily disabled for maintenance.",
  "MessageData": {}
}

Need to handle this and, eventually, have a more comprehensive solution for dealing with various errors from Bungie.