leezu opened a new pull request #19590: URL: https://github.com/apache/incubator-mxnet/pull/19590
[2020-11-26T05:51:49.665Z] self = <json.decoder.JSONDecoder object at 0x7f1214d16a90> [2020-11-26T05:51:49.665Z] s = '[\n"tench, Tinca tinca",\n"goldfish, Carassius auratus",\n"great white shark, white shark, man-eater, man-eating shar...ater hen, Fulica americana",\n"bustard",\n"ruddy turnstone, Arenaria interpres",\n"red-backed sandpiper, dunlin, Eroli' [2020-11-26T05:51:49.665Z] idx = 0 [2020-11-26T05:51:49.665Z] [2020-11-26T05:51:49.665Z] def raw_decode(self, s, idx=0): [2020-11-26T05:51:49.665Z] """Decode a JSON document from ``s`` (a ``str`` beginning with [2020-11-26T05:51:49.665Z] a JSON document) and return a 2-tuple of the Python [2020-11-26T05:51:49.665Z] representation and the index in ``s`` where the document ended. [2020-11-26T05:51:49.665Z] [2020-11-26T05:51:49.665Z] This can be used to decode a JSON document from a string that may [2020-11-26T05:51:49.665Z] have extraneous data at the end. [2020-11-26T05:51:49.665Z] [2020-11-26T05:51:49.665Z] """ [2020-11-26T05:51:49.665Z] try: [2020-11-26T05:51:49.665Z] > obj, end = self.scan_once(s, idx) [2020-11-26T05:51:49.665Z] E json.decoder.JSONDecodeError: Unterminated string starting at: line 142 column 1 (char 4393) [2020-11-26T05:51:49.665Z] [2020-11-26T05:51:49.665Z] /usr/lib/python3.6/json/decoder.py:355: JSONDecodeError cc @josephevans ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
