Octoprint wont start after 1.7.2 update

What is the problem?

My Octopi installation was working fine but since I updated to 1.7.2 Octoprint wont start anymore:

Im hoping to fix it as I have changed my things like clock, mjpg streamer settings, haproxy settings for reverse proxy etc. And Im not sure if I remember all settings...

I have restarted the service multiple times but it always fails with this error:

● octoprint.service - The snappy web interface for your 3D printer
   Loaded: loaded (/etc/systemd/system/octoprint.service; enabled; vendor preset: enabled)
   Active: failed (Result: signal) since Thu 2022-01-06 18:24:15 GMT; 34min ago
  Process: 316 ExecStart=/home/pi/oprint/bin/octoprint serve --host=${HOST} --port=${PORT} (code=killed, signal=ILL)
 Main PID: 316 (code=killed, signal=ILL)

Jan 06 18:23:59 octopi octoprint[316]: 2022-01-06 18:23:59,493 - octoprint.startup - INFO - ****************************************************************************
Jan 06 18:24:02 octopi octoprint[316]: 2022-01-06 18:24:02,419 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online
Jan 06 18:24:02 octopi octoprint[316]: 2022-01-06 18:24:02,464 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online
Jan 06 18:24:02 octopi octoprint[316]: 2022-01-06 18:24:02,468 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working
Jan 06 18:24:02 octopi octoprint[316]: 2022-01-06 18:24:02,471 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working
Jan 06 18:24:02 octopi octoprint[316]: 2022-01-06 18:24:02,552 - octoprint.startup - INFO - Blacklist processing done, adding 3 blacklisted plugin versions: roomtemp (a
Jan 06 18:24:06 octopi octoprint[316]: 2022-01-06 18:24:06,695 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python3.7/site-packages/octopri
Jan 06 18:24:15 octopi octoprint[316]: 2022-01-06 18:24:15,020 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 19 mixin implementations, 39 hook handlers
Jan 06 18:24:15 octopi systemd[1]: octoprint.service: Main process exited, code=killed, status=4/ILL
Jan 06 18:24:15 octopi systemd[1]: octoprint.service: Failed with result 'signal'.

The octoprint log file doesnt seem to show any evident error as it just stops after "Found 19 plugin(s) providing 19 mixin implementations, 39 hook handlers"
The last successful boot seems to have been on the 4th Jan.
octoprint.log (57.2 KB)

What did you already try to solve it?

Reinstalled octoprint according to PrintedWeezl's guide from Aug '21.
apt update/upgrade -> update to Octopi 0.18
python 3 is installed in the virtual env
Restarted service multiple times.

Have you tried running in safe mode?

Yes didnt work

Did running in safe mode solve the problem?

No

Systeminfo Bundle

~/oprint/bin/octoprint systeminfo gives me the error "Illegal instruction"

Additional information about your setup

OctoPrint version : 1.7.1
OctoPi version : 0.18.0
Pi: slightly overclocked Pi Zero W
Printer: MK3S+ recently upgraded firmware 3.10.1
Python Version: 2.7.16
Python3 Versoin: 3.7.3
Just let me know if more info is needed.

Thanks a lot for the help!

Update:
Running ~/oprint/bin/octoprint serve --safe also gives the "Illegal instruction" error after the plugins line:

2022-01-06 19:43:27,530 - octoprint.startup - INFO - ******************************************************************************
2022-01-06 19:43:27,543 - octoprint.startup - INFO - Starting OctoPrint 1.7.2
2022-01-06 19:43:27,544 - octoprint.startup - INFO - Starting in SAFE MODE. Third party plugins will be disabled!
2022-01-06 19:43:27,546 - octoprint.startup - INFO - Reason for safe mode: command line flag
2022-01-06 19:43:27,559 - octoprint.startup - INFO - ******************************************************************************
2022-01-06 19:43:29,881 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online
2022-01-06 19:43:29,922 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online
2022-01-06 19:43:29,925 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working
2022-01-06 19:43:29,940 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working
2022-01-06 19:43:30,384 - octoprint.startup - INFO - Blacklist processing done, adding 3 blacklisted plugin versions: roomtemp (any), GcodeEditor (>=0.1.1,<=0.2.8), gcodeleveling (>=0.1.0,<=0.1.1)
2022-01-06 19:43:30,388 - octoprint.plugin.core - WARNING - Invalid version requirement >=0.1.1,<=0.2.8 for blacklist entry GcodeEditor, ignoring
2022-01-06 19:43:30,401 - octoprint.plugin.core - WARNING - Invalid version requirement >=0.1.0,<=0.1.1 for blacklist entry gcodeleveling, ignoring
2022-01-06 19:43:32,401 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python3.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2022-01-06 19:43:38,990 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 18 mixin implementations, 38 hook handlers
Illegal instruction

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