You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a job is present without stat the returned JSON response for a GET request to /api/v1/job is invalid. It contains a comma at the end of the object which should only be there if the message has stat.
danopernis
added
scheduled
We are working on it or we have scheduled it for one of the next releases.
and removed
known issue
Our developers are aware of the issue. They will eventually work on it.
labels
Sep 16, 2024
Printer model
Mini+
Firmware version
>= v5.0.0-alpha3
Upgrades and modifications
No response
Printing from...
PrusaLink
Describe the bug
When a job is present without
stat
the returned JSON response for a GET request to/api/v1/job
is invalid. It contains a comma at the end of the object which should only be there if the message hasstat
.Prusa-Firmware-Buddy/lib/WUI/link_content/basic_gets.cpp
Lines 434 to 438 in f5a498a
Moving the
JSON_COMMA
macro from the end of line 434 to the start of line 436 should fix the message.How to reproduce
No response
Expected behavior
No response
Files
No response
The text was updated successfully, but these errors were encountered: