pysnow icon indicating copy to clipboard operation
pysnow copied to clipboard

Adding exception handling to response parsing

Open hypokondrickard opened this issue 2 years ago • 0 comments

Adds handling of UnexpectedSymbol from ijson.

When developer instances hibernate, a broken reply is sent from it's API's, which throws errors like this:

ijson.backends.python.UnexpectedSymbol: Unexpected symbol '<' at 0

This change will wrap this error in pysnow UnexpectedResponseFormat

hypokondrickard avatar Apr 28 '22 15:04 hypokondrickard