Octoprint down. Server restart Problem

What is the problem?

I tried to update webcam-tab, now the server doesn't start anymore.

What did you already try to solve it?

logging in via ssh
restart the server with: service Octoprint restart (Login shows up, but I can't log in due to password error)
~/oprint/bin/octoprint serve --host 127.0.0.1

Have you tried running in safe mode?

No

Did running in safe mode solve the problem?

No

Complete Logs

no logs available, no directory Octoprint/logs

WRITE HERE

Additional information about your setup

Octoprint latest version

WRITE HERE

Hi,

as mentioned above, something went wrong while installing a plugin.

if I bring up this command: ~/oprint/bin/octoprint serve --host 127.0.0.1

this is the respond:

2020-12-21 14:44:36,023 - octoprint.startup - INFO - ******************************************************************************

2020-12-21 14:44:36,025 - octoprint.startup - INFO - Starting OctoPrint 1.5.2

2020-12-21 14:44:36,025 - octoprint.startup - INFO - ******************************************************************************

2020-12-21 14:44:36,348 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online

2020-12-21 14:44:36,349 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 8.8.8.8:53 is working

2020-12-21 14:44:36,350 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working

2020-12-21 14:44:41,584 - octoprint.startup - INFO - Blacklist processing done, adding 12 blacklisted plugin versions: roomtemp (any), GcodeEditor (0.1.1), GcodeEditor (0.2.0), GcodeEditor (0.2.1), GcodeEditor (0.2.2), GcodeEditor (0.2.3), GcodeEditor (0.2.4), GcodeEditor (0.2.5), GcodeEditor (0.2.6), GcodeEditor (0.2.8), gcodeleveling (0.1.0), gcodeleveling (0.1.1)

2020-12-21 14:44:41,609 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...

Found packages: set(['octoprint_webcamtab'])

usage: octoprint [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]

or: octoprint --help [cmd1 cmd2 ...]

or: octoprint --help-commands

or: octoprint cmd --help

error: invalid command 'serve'

It seems like there is an error in the config.yaml?

Can you access the full file (from SSH) that is under ~/.octoprint/logs/octoprint.log? The part you have provided seems incomplete

this is the part before, the rest as far as I think isn't relevant. Before I startet the webcamtab update everything worked.

2020-12-21 13:34:18,639 - octoprint.util.comm - INFO - Firmware states that it supports emergency GCODEs to be sent without waiting$

2020-12-21 13:34:26,664 - octoprint.server.preemptive_cache - INFO - ... done in 12.25s

2020-12-21 13:34:49,056 - octoprint.server.util.flask - INFO - Passively logging in user Octoside from ::ffff:192.168.2.22

2020-12-21 13:34:49,058 - octoprint.access.users - INFO - Logged in user: Octoside

2020-12-21 13:34:49,864 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.22

2020-12-21 13:34:51,283 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.22

2020-12-21 13:34:51,381 - octoprint.server.util.flask - INFO - Passively logging in user Octoside from ::ffff:192.168.2.22

2020-12-21 13:34:51,382 - octoprint.access.users - INFO - Logged in user: Octoside

2020-12-21 13:34:54,616 - octoprint.server.util.sockjs - INFO - User Octoside logged in on the socket from client ::ffff:192.168.2.$

2020-12-21 13:35:03,809 - octoprint.plugins.softwareupdate - INFO - Starting update of webcamtab to 0.2.0...

2020-12-21 13:35:05,860 - octoprint.plugins.softwareupdate - ERROR - Update of webcamtab can not be performed, please also check pl$

Traceback (most recent call last):

File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/init.py", line 1788, in _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 144, in perform_update

"Error while executing pip install", (stdout, stderr)

UpdateError: Error while executing pip install

2020-12-21 13:35:19,908 - octoprint.server.util.flask - INFO - Passively logging in user Octoside from ::ffff:192.168.2.22

2020-12-21 13:35:19,912 - octoprint.access.users - INFO - Logged in user: Octoside

2020-12-21 13:35:21,293 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.2.22

2020-12-21 13:35:21,314 - tornado.access - WARNING - 404 GET /favicon.ico (::ffff:192.168.2.22) 10.76ms

2020-12-21 13:35:21,342 - octoprint.server.util.flask - INFO - Passively logging in user Octoside from ::ffff:192.168.2.22

2020-12-21 13:35:21,343 - octoprint.access.users - INFO - Logged in user: Octoside

2020-12-21 13:35:22,463 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.2.22

2020-12-21 13:36:37,803 - octoprint.plugins.eeprom_marlin - INFO - M503 detected, collecting data

2020-12-21 13:36:37,971 - octoprint.util.comm - ERROR - Error while processing hook ABL_Expert:

Traceback (most recent call last):

File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 3874, in _readline

ret = hook(self, ret)

File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/init.py", line 1890, in wrapper

return f(*args, **kwargs)

File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_ABL_Expert/init.py", line 242, in on_printer_gcode_received

self.printer_cap[cap] = int(line.split(':')[-1])

ValueError: invalid literal for int() with base 10: '; EEPROM can hold 7 meshes. '

2020-12-21 13:36:38,000 - octoprint.plugins.eeprom_marlin - ERROR - Unrecognised EEPROM output line, could not parse

2020-12-21 13:36:38,001 - octoprint.plugins.eeprom_marlin - ERROR - Line: echo: M603 L0.00 U100.00

2020-12-21 13:36:38,005 - octoprint.plugins.eeprom_marlin - INFO - Finished data collection, updating UI

2020-12-21 13:46:19,751 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint$

2020-12-21 13:46:19,935 - octoprint.plugin.core - INFO - Found 34 plugin(s) providing 35 mixin implementations, 77 hook handlers

2020-12-21 13:46:19,942 - octoprint.plugins.pluginmanager - INFO - Plugin webcamtab uninstalled

2020-12-21 13:46:19,947 - octoprint.plugins.pluginmanager - INFO - Cleaning up plugin webcamtab...

2020-12-21 13:46:53,242 - octoprint.plugins.pluginmanager - INFO - Installing single file plugin setup.py from /tmp/tmpAghN1S.py

2020-12-21 13:46:54,130 - octoprint.plugin.core - ERROR - Error loading plugin eeprom_marlin

Traceback (most recent call last):

File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 1298, in _import_plugin

module = _load_module(module_name, spec)

File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/core.py", line 69, in _load_module

return imp.load_module(name, f, filename, details)

File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_marlin/init.py", line 17, in

from octoprint_eeprom_marlin import (

ImportError: cannot import name _version

2020-12-21 13:46:54,512 - octoprint.server - INFO - Shutting down...

2020-12-21 13:46:54,663 - octoprint.server - INFO - Calling on_shutdown on plugins

2020-12-21 13:46:54,663 - octoprint.events - INFO - Processing shutdown event, this will be our last event

2020-12-21 13:46:54,670 - octoprint.events - INFO - Event loop shut down

2020-12-21 13:46:55,195 - octoprint.server - INFO - Goodbye!

Have you tried starting in safe mode and disabling the plug in?