Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
Indicates that the decoder was not able to decode the request data to json.
src/f/t/ftw.publisher.receiver-2.0.2/ftw/publisher/receiver/decoder.py ftw.publisher.receiver(Download)
data = json.loads(jsondata) except Exception, e: raise states.DecodeError(str(e)) data = encode_after_json(data) return data