Can not update Spaghetti detective

What is the problem?
I get errors on two Octoprint Raspberry PIs when I try to update The Spaghetti detective. It errors immediately after it starts.

What did you already try to solve it?
Restarted the Pi

Logs (octoprint.log, serial.log or output on terminal tab at a minimum, browser error console if UI issue ... no logs, no support!)
2020-07-10 14:41:19,797 - octoprint.plugins.softwareupdate - INFO - Starting update of TheSpaghettiDetective to 1.3.1...
2020-07-10 14:41:19,842 - octoprint.util.pip - ERROR - Error while trying to run command /home/pi/oprint/bin/python2 -m pip --disable-pip-version-check install https://github.com/TheSpaghettiDetective/OctoPrint-TheSpaghettiDetective/archive/1.3.1.zip --no-cache-dir
2020-07-10 14:41:19,845 - octoprint.plugins.softwareupdate - ERROR - Update of TheSpaghettiDetective can not be performed, please also check plugin_softwareupdate_console.log for possible causes of this
Traceback (most recent call last):
File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/init.py", line 1060, in _perform_update
update_result = updater.perform_update(target, populated_check, target_version, log_cb=self._log, online=online)
File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/updaters/pip.py", line 116, in perform_update
raise exceptions.UpdateError("Error while executing pip install", (stdout, stderr))
UpdateError
2020-07-10 14:41:20,149 - octoprint.plugins.tracking - INFO - Sent tracking event update_failed, payload: {'to_version': u'1.3.1', 'from_version': '1.2.5', 'target': u'TheSpaghettiDetective'}

Additional information about your setup (OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible)
Raspberry Pi Octoprint v1.40, AnyCubic Mega-S, Chrome browser, Windows 10 Pro

Can you share the mentioned log, unabridged?

1 Like