Can't Update to 1.8.4

What is the problem?

I can see that there is a new update available, 1.8.4 but i can't update:

What did you already try to solve it?

Reboot, changing DNS server and using CLI

Have you tried running in safe mode?

No

Did running in safe mode solve the problem?

Not Tried

Systeminfo Bundle

You can download this in OctoPrint's System Information dialog ... no bundle, no support!)
octoprint-systeminfo-20220929110720.zip (10.2 KB)

Additional information about your setup

OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible

Octoprint 1.8.1
Debian 11

image

image

Solved by this commands:
~/OctoPrint/venv/bin/octoprint daemon stop
cd ~/OctoPrint/
source venv/bin/activate
pip install pip --upgrade
pip install octoprint==1.8.4
~/OctoPrint/venv/bin/octoprint daemon start

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.