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

OctoprintKlipperPlugin update error #7

Closed lcha78 closed 4 years ago

lcha78 commented 4 years ago

Good new, Octoprint detect the new version 0.3.1 of Octoklipper and propose to update. But there is a problem in the namming somewhere : OctoprintKlipperPlugin instead of OctoPrintKlipper

image

The whole error text Updating, please wait. /usr/local/bin/python -m pip --disable-pip-version-check install https://github.com/AliceGrey/OctoPrintKlipper/archive/0.3.1.zip --no-cache-dir Collecting https://github.com/AliceGrey/OctoPrintKlipper/archive/0.3.1.zip ERROR: HTTP error 404 while getting https://github.com/AliceGrey/OctoPrintKlipper/archive/0.3.1.zip ERROR: Could not install requirement https://github.com/AliceGrey/OctoPrintKlipper/archive/0.3.1.zip because of error 404 Client Error: Not Found for url: https://github.com/AliceGrey/OctoPrintKlipper/archive/0.3.1.zip ERROR: Could not install requirement https://github.com/AliceGrey/OctoPrintKlipper/archive/0.3.1.zip because of HTTP error 404 Client Error: Not Found for url: https://github.com/AliceGrey/OctoPrintKlipper/archive/0.3.1.zip for URL https://github.com/AliceGrey/OctoPrintKlipper/archive/0.3.1.zip The update did not finish successfully. Please consult octoprint.log and plugin_softwareupdate_console.log for details.

AliceGrey commented 4 years ago

@lcha78 Issue should be resolved by https://github.com/AliceGrey/OctoprintKlipperPlugin/commit/a2291b1a3d4796c5b8861f0efc20e4ed83a3de45

I have re-done the release tag for 0.3.1. Please try it now.

Thanks!

lcha78 commented 4 years ago

Should be OK. Have to wait for the next release to be sure.

frap129 commented 4 years ago

I was able to update to 0.3.1 without running into the issue mentioned above

AliceGrey commented 4 years ago

Marking as resolved