There isn't enough error checking when calling the API, and somehow, the program segfaults when connection to the OctoPrint server is interrupted. This particular crash was observed during an OctoPrint update.
The program shouldn't exit if possible, instead displaying a popup until connectivity is restored. If we have to exit, do so in a graceful and informative way.
There isn't enough error checking when calling the API, and somehow, the program segfaults when connection to the OctoPrint server is interrupted. This particular crash was observed during an OctoPrint update.
The program shouldn't exit if possible, instead displaying a popup until connectivity is restored. If we have to exit, do so in a graceful and informative way.