OctoPrint / OctoPrint-FirmwareUpdater

OctoPrint plugin for flashing pre-compiled firmware images to a 3D printer.
https://plugins.octoprint.org/plugins/firmwareupdater/
GNU Affero General Public License v3.0
351 stars 76 forks source link

Be compatible wit werkzeug 2.1+ and do more error logging. #324

Closed arekm closed 1 year ago

arekm commented 2 years ago
  Be compatible wit werkzeug 2.1+
  Catch entire function that runs in separate thread.
  Log all unhandled Blueprint exceptions.

https://github.com/OctoPrint/OctoPrint-FirmwareUpdater/issues/323

arekm commented 2 years ago

Checking if request is json made simpler.

benlye commented 1 year ago

@arekm can you change the target of the PR to the devel branch?