ms5
ms5
I'm having the same problem with GUI and CLI version. I've tried the master branch and the latest release. Always keeps stuck in "Waiting for SSM". I'm using OSX.
#8e69958 solves the syntax error but does not handle http errors any better than before. some issues i see with the current handling of http error: - all http errors...
yes responses that carry a json (or any payload data) should have response code 200. according to the RFC code 203 is also possible, but I don't think betfair uses...
I've created pr #51 with a proposal of handling this case.
I renamed the base exception to ApiBaseError which is IMHO more adequate about what is is, than "meta" exception which is misleading.