Renaud11232 / OctoPrint-Marlin-Flasher

Arduino/Marlin firmware flasher for OctoPrint
MIT License
38 stars 10 forks source link

[BUG] Could not save settings for plugin Marlin Flasher #83

Closed hackett0 closed 2 years ago

hackett0 commented 2 years ago

2022-02-24 14:36:21,970 - octoprint.server.api.settings - WARNING - Could not save settings for plugin Marlin Flasher (1.0.0) since it called super(...) 2022-02-24 14:36:21,971 - octoprint.server.api.settings - WARNING - in a way which has issues due to OctoPrint's dynamic reloading after plugin operations. 2022-02-24 14:36:21,971 - octoprint.server.api.settings - WARNING - Please contact the plugin's author and ask to update the plugin to use a direct call like 2022-02-24 14:36:21,972 - octoprint.server.api.settings - WARNING - octoprint.plugin.SettingsPlugin.on_settings_save(self, data) instead.

Renaud11232 commented 2 years ago

Hello,

I can't seem to reproduce the issue on my side. Can you please describe your server configuration (OS, python version, ...) and provide the full octoprint logs so I can look into it ?

Thanks