paviro / MMM-Facial-Recognition

This an extension for the MagicMirror. It provides facial recognition and module swapping based on the current user.
178 stars 48 forks source link

JSON Parsing Error #2

Open paviro opened 8 years ago

paviro commented 8 years ago

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.

FeRaaC commented 7 years ago

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

paviro commented 7 years ago

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 notifications@github.com:

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.

Patrick-Remy commented 7 years ago

Same now here..

UPDATE: Fixed by recloning!

Kosistofeles commented 5 years ago

Hi All.

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