thelastWallE / OctoprintKlipperPlugin

A plugin for a better integration of Klipper into OctoPrint.
GNU Affero General Public License v3.0
65 stars 14 forks source link

Not compatible with Octoprint 1.5.0? #20

Closed louisferreira closed 3 years ago

louisferreira commented 3 years ago

Just upgraded Octoprint to 1.5.0, then installed OctoKlipper 0.3.2 from the plugin manager, and it seems it is not compatible. Checking the Octoprint logs, I find the error message: ... 2020-12-02 06:53:14,206 - octoprint.plugins.klipper - ERROR - Error: Klipper config file not found at: /home/pi/printer.cfg 2020-12-02 06:53:14,383 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi2/'} 2020-12-02 06:53:15,793 - octoprint.plugins.klipper - ERROR - Error: Klipper config file not found at: /home/pi/printer.cfg 2020-12-02 06:53:15,981 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin Ver 1.70.1 BL (Creality3D)" ...

Can this be confirmed?

kamahat commented 3 years ago

I'm using Octoprint 1.5.1 and octo klipper 0.3.2 and no issue

Master92 commented 3 years ago

I'm using Octoprint 1.5.1 and octo klipper 0.3.2 and no issue

Same here, OctoPrint 1.5.1, OctoKlipper 0.3.2 and klipper 0.9.1 and no issues so far.

AliceGrey commented 3 years ago

@louisferreira The error says you're missing printer.cfg in the /home/pi/ directory. Did you setup Klipper properly?

AliceGrey commented 3 years ago

Closing issue as not related to the plugin but the usage of Klipper itself.