blitzmann / crest_getter

A Python 3.5 application to dump data from CREST
2 stars 0 forks source link

Handle exceptions #1

Open blitzmann opened 8 years ago

blitzmann commented 8 years ago

Need the app to report exceptions such as the following (from https://public-crest.eveonline.com/types/4363/)

{
message: "Unexpected exception thrown of type <type 'exceptions.AttributeError'>",
key: "unexpectedException",
exceptionType: "InternalServerError",
refID: "e10c3c1d-ce55-45b4-befd-978ee7e65184"
}

These need to be reported to CCP, and then further investigated

blitzmann commented 8 years ago

These also happen:

{
message: "Failed to parse response with provided accept type: application/vnd.ccp.eve.DogmaEffect-v1+json error Dict (application/vnd.ccp.eve.DogmaEffect-v1+json path:'None') got unexpected keys in data, keys: set(['trackingSpeedAttributeID'])",
key: "badServerContent",
exceptionType: "UnsupportedMediaTypeError"
}