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

0.3.2 to 0.3.3 update fails in Octoprint #39

Closed OldCurmudgeon3DP closed 3 years ago

OldCurmudgeon3DP commented 3 years ago

The updater returns a URL error when trying to update to the newest (0.3.3) version.

2021-03-27 13:10:22,027 /home/pi/oprint/bin/python2 -m pip --disable-pip-version-check install https://github.com/ShohninDmitriy/OctoprintKlipperPlugin/archive/0.3.3.zip --no-cache-dir 2021-03-27 13:10:25,095 > Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-03-27 13:10:25,096 > Collecting https://github.com/ShohninDmitriy/OctoprintKlipperPlugin/archive/0.3.3.zip 2021-03-27 13:10:25,100 ! ERROR: HTTP error 404 while getting https://github.com/ShohninDmitriy/OctoprintKlipperPlugin/archive/0.3.3.zip 2021-03-27 13:10:25,101 ! ERROR: Could not install requirement https://github.com/ShohninDmitriy/OctoprintKlipperPlugin/archive/0.3.3.zip because of error 404 Client Error: Not Found for url: https://codeload.github.com/ShohninDmitriy/OctoprintKlipperPlugin/zip/0.3.3 2021-03-27 13:10:25,103 ! ERROR: Could not install requirement https://github.com/ShohninDmitriy/OctoprintKlipperPlugin/archive/0.3.3.zip because of HTTP error 404 Client Error: Not Found for url: https://codeload.github.com/ShohninDmitriy/OctoprintKlipperPlugin/zip/0.3.3 for URL https://github.com/ShohninDmitriy/OctoprintKlipperPlugin/archive/0.3.3.zip

thelastWallE commented 3 years ago

Did you updated that over the update plugin in octoprint?

The URL should point to this repository. Try https://github.com/thelastwalle/OctoprintKlipperPlugin/archive/0.3.3.zip

OldCurmudgeon3DP commented 3 years ago

I just clicked the update button on the notification that popped over the UI.

thelastWallE commented 3 years ago

Try to force the update. Screenshot 2021-03-29 011901

thelastWallE commented 3 years ago

@ProfEngr Seems like this fork you got the 0.3.2 version from entered the url from the fork into setup.py. See here

You should reinstall OctoKlipper with the URL or zip upload Option to make sure you are on the official fork again. "https://github.com/thelastWallE/OctoprintKlipperPlugin/archive/refs/tags/0.3.3.zip"

Screenshot 2021-03-30 222444

OldCurmudgeon3DP commented 3 years ago

OK. Will try that. I think I was on a fork due to an issue w/ the cfg getting corrupt from the UI. I use winSCP for editing so it doesn't matter now.

Edit: reinstalled via Zip download. All seems well.