MMM-Facial-Recognition icon indicating copy to clipboard operation
MMM-Facial-Recognition copied to clipboard

JSON Parsing Error

Open paviro opened this issue 8 years ago • 4 comments

Sometimes SyntaxError: Unexpected token C gets thrown. Not sure yet why this is. Seems like the Python script in some cases prints non valid json.

paviro avatar Apr 03 '16 18:04 paviro

Had the same issue. If this is a repeatedly issue, there is most likely some print statement somewhere (due to debuging and forgotten afterwards), which can't be converted to JSON. Otherwise there could be an error in one of the to_node statements

FeRaaC avatar Jan 10 '17 15:01 FeRaaC

There is no print statement if I am not completely blind :/ I still have no idea what could cause it :(

Am 10.01.2017 um 16:37 schrieb Matze213 [email protected]:

Had the same issue. If this is a repeatedly issue, there is most likely some print statement somewhere (due to debuging and forgotten afterwards), which can't be converted to JSON. Otherwise there could be an error in one of the to_node statements

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

paviro avatar Jan 10 '17 17:01 paviro

Same now here..

UPDATE: Fixed by recloning!

Patrick-Remy avatar Jan 10 '17 20:01 Patrick-Remy

Hi All.

Anyone figured out how to solve this "C" problem here?

Kosistofeles avatar Aug 01 '19 13:08 Kosistofeles