Open WillNilges opened 3 years ago
After coldbooting the printer, the pi, and ODC, a segmentation fault appears on
132 user = cJSON_GetArrayItem(cJSON_GetArrayItem(job_json, 0), 5)->valuestring;
Probably due to all of the print job fields being blank. A check should be made to catch that.
lol bump
After coldbooting the printer, the pi, and ODC, a segmentation fault appears on
Probably due to all of the print job fields being blank. A check should be made to catch that.