Open paviro opened 8 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
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.
Same now here..
UPDATE: Fixed by recloning!
Hi All.
Anyone figured out how to solve this "C" problem here?
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.