didnt think it had logs,
Quote2022-03-16 13:47:46,397 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: switchMaterial
2022-03-16 13:47:46,407 - ERROR - [MainThread] UM.Logger.logException [112]: Exception: Exception occurred while loading post processing plugin: Expecting ',' delimiter: line 15 column 17 (char 480)
2022-03-16 13:47:46,412 - ERROR - [MainThread] UM.Logger.logException [116]: Traceback (most recent call last):
2022-03-16 13:47:46,415 - ERROR - [MainThread] UM.Logger.logException [116]: File "C:\Program Files\Ultimaker Cura 4.12.1\plugins\PostProcessingPlugin\PostProcessingPlugin.py", line 206, in loadScripts
2022-03-16 13:47:46,419 - ERROR - [MainThread] UM.Logger.logException [116]: setting_data = temp_object.getSettingData()
2022-03-16 13:47:46,422 - ERROR - [MainThread] UM.Logger.logException [116]: File "C:\Program Files\Ultimaker Cura 4.12.1\plugins\PostProcessingPlugin\Script.py", line 92, in getSettingData
2022-03-16 13:47:46,426 - ERROR - [MainThread] UM.Logger.logException [116]: setting_data = json.loads(setting_data_as_string, object_pairs_hook = collections.OrderedDict)
2022-03-16 13:47:46,429 - ERROR - [MainThread] UM.Logger.logException [116]: File "json\__init__.py", line 370, in loads
2022-03-16 13:47:46,433 - ERROR - [MainThread] UM.Logger.logException [116]: File "json\decoder.py", line 337, in decode
2022-03-16 13:47:46,436 - ERROR - [MainThread] UM.Logger.logException [116]: File "json\decoder.py", line 353, in raw_decode
2022-03-16 13:47:46,439 - ERROR - [MainThread] UM.Logger.logException [116]: json.decoder.JSONDecodeError: Expecting ',' delimiter: line 15 column 17 (char 480)
but in the line 15 of my code i dont see why it need a comma, im kinda newbie on python, or that is missing on the decoder.py ?
Recommended Posts
nallath 1,124
What do the logs say?
Link to post
Share on other sites