What is the problem?
WRITE HERE
Voron 2.4
After updating 1.7.3 from 1.7.2 raspberry freeze
I restart raspberry , normal screen of Voron 2.4 appears 1 second and disappear freezing raspberry .
with ssh i get with 'ps -ef | grep o*' :
pi 373 1 8 09:57 ? 00:00:13 /home/pi/oprint/bin/python3 /home/pi/oprint/bin/octoprint serve --host=127.0.0.1 --port=5000
Here is log when trying start octoprint
e[37m2022-01-26 12:28:26,246 - octoprint.startup - INFO - ******************************************************************************e[0m
e[37m2022-01-26 12:28:26,248 - octoprint.startup - INFO - Starting OctoPrint 1.7.3e[0m
e[37m2022-01-26 12:28:26,249 - octoprint.startup - INFO - Starting in SAFE MODE. Third party plugins will be disabled!e[0m
e[37m2022-01-26 12:28:26,249 - octoprint.startup - INFO - Reason for safe mode: problem during last startupe[0m
e[37m2022-01-26 12:28:26,249 - octoprint.startup - INFO - ******************************************************************************e[0m
e[37m2022-01-26 12:28:26,594 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to onlinee[0m
e[37m2022-01-26 12:28:26,705 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: onlinee[0m
e[37m2022-01-26 12:28:26,705 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is workinge[0m
e[37m2022-01-26 12:28:26,705 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is workinge[0m
e[37m2022-01-26 12:28:26,735 - 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...e[0m
e[37m2022-01-26 12:28:27,647 - octoprint.plugin.core - INFO - Found 21 plugin(s) providing 18 mixin implementations, 38 hook handlerse[0m
e[37m2022-01-26 12:28:27,677 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s intervale[0m
e[31m2022-01-26 12:28:27,683 - octoprint.cli.server - ERROR - Uncaught exceptione[0m
Traceback (most recent call last):
File "/home/pi/oprint/bin/octoprint", line 8, in <module>
sys.exit(main())
File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/__init__.py", line 965, in main
octo(args=args, prog_name="octoprint", auto_envvar_prefix="OCTOPRINT")
File "/home/pi/oprint/lib/python3.7/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/home/pi/oprint/lib/python3.7/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/home/pi/oprint/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/pi/oprint/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/pi/oprint/lib/python3.7/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/home/pi/oprint/lib/python3.7/site-packages/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/cli/server.py", line 329, in serve_command
overlays=overlays,
File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/cli/server.py", line 164, in run_server
octoprint_server.run()
File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/server/__init__.py", line 371, in run
self._start_intermediary_server()
File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/server/__init__.py", line 2486, in _start_intermediary_server
self._intermediary_server.server_bind()
File "/usr/lib/python3.7/http/server.py", line 137, in server_bind
socketserver.TCPServer.server_bind(self)
File "/usr/lib/python3.7/socketserver.py", line 466, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in usee[0m
Thanks in advance for any help