Apparently: wait for a pattern failure and work with that?

if parsed.status==200: return parsed.response.json()
else:
   maybe some test for kind of parse error
   <print out the whole>

Reply via email to