Octoprint not working after macos ventura update

Hi,

I just updated to ventura and my octoprint not working. Just White Screen..

when i started the octoprint console gives me an error message

Last login: Mon Nov  6 13:51:12 on console

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
Mac-mini:~ canakiltopu$ cd /Users/canakiltopu/Desktop/OctoPrint 
Mac-mini:OctoPrint canakiltopu$ source venv/bin/activate
(venv) Mac-mini:OctoPrint canakiltopu$ octoprint serve
2023-11-06 13:55:01,667 - octoprint.startup - INFO - ******************************************************************************
2023-11-06 13:55:01,668 - octoprint.startup - INFO - Starting OctoPrint 1.8.7
2023-11-06 13:55:01,668 - octoprint.startup - INFO - Starting in SAFE MODE. Third party plugins will be disabled!
2023-11-06 13:55:01,668 - octoprint.startup - INFO - Reason for safe mode: problem during last startup
2023-11-06 13:55:01,668 - octoprint.startup - INFO - ******************************************************************************
2023-11-06 13:55:02,543 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online
2023-11-06 13:55:02,562 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online
2023-11-06 13:55:02,562 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working
2023-11-06 13:55:02,562 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working
2023-11-06 13:55:02,958 - 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)
2023-11-06 13:55:02,961 - octoprint.plugin.core - INFO - Loading plugins from /Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/octoprint/plugins, /Users/canakiltopu/Library/Application Support/OctoPrint/plugins and installed plugin packages...
2023-11-06 13:55:04,432 - octoprint.plugin.core - INFO - Plugin Preheat Button (0.8.0) is disabled.
2023-11-06 13:55:04,454 - octoprint.plugin.core - INFO - Plugin Smart Preheat (0.0.6) is disabled.
2023-11-06 13:55:04,467 - octoprint.plugin.core - INFO - Plugin PrintTimeGenius Plugin (2.2.7) is disabled.
2023-11-06 13:55:04,484 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2022.6.13) did not pass check, not loading.
2023-11-06 13:55:04,535 - octoprint.plugin.core - INFO - Plugin Filament Manager (1.9.0) is disabled.
2023-11-06 13:55:04,548 - octoprint.plugin.core - INFO - Plugin Dashboard (1.18.3) is disabled.
2023-11-06 13:55:04,657 - octoprint.plugin.core - INFO - Found 28 plugin(s) providing 17 mixin implementations, 34 hook handlers
2023-11-06 13:55:04,676 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
2023-11-06 13:55:04,744 - octoprint.cli.server - ERROR - Uncaught exception
Traceback (most recent call last):
  File "/Users/canakiltopu/OctoPrint/venv/bin/octoprint", line 8, in <module>
    sys.exit(main())
  File "/Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/octoprint/__init__.py", line 936, in main
    octo(args=args, prog_name="octoprint", auto_envvar_prefix="OCTOPRINT")
  File "/Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/click/core.py", line 1130, in __call__
    return self.main(*args, **kwargs)
  File "/Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/click/core.py", line 1055, in main
    rv = self.invoke(ctx)
  File "/Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/click/core.py", line 1657, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/click/core.py", line 760, in invoke
    return __callback(*args, **kwargs)
  File "/Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/click/decorators.py", line 26, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/octoprint/cli/server.py", line 317, in serve_command
    run_server(
  File "/Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/octoprint/cli/server.py", line 163, in run_server
    octoprint_server.run()
  File "/Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/octoprint/server/__init__.py", line 385, in run
    self._start_intermediary_server()
  File "/Users/canakiltopu/OctoPrint/venv/lib/python3.9/site-packages/octoprint/server/__init__.py", line 2552, in _start_intermediary_server
    self._intermediary_server.server_bind()
  File "/usr/local/Cellar/python@3.9/3.9.14/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/server.py", line 136, in server_bind
    socketserver.TCPServer.server_bind(self)
  File "/usr/local/Cellar/python@3.9/3.9.14/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 466, in server_bind
    self.socket.bind(self.server_address)
OSError: [Errno 48] Address already in use

What can i do ?

Thanks

Sounds like something else is already using the OctoPrint port.

Try to use a different port either via the config.yaml config.yaml β€” OctoPrint master documentation or by changing it in your start argument

Thanks

I changed the port with this coomand..

octoprint config set server.port 5001 --int

everything works now.

1 Like

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