Page 1 of 1

13.5.1 web server not starting

PostPosted: Fri Sep 01, 2023 3:28 pm
by mike_c
updated to 13.5.1 on m1 mac mini. after restart, the web server fails to start. log file extract below. anyone else suffering ?

2023-09-01 22:24:07.687 Application Started plugin "Web Server 2022.2.0"
2023-09-01 22:24:07.787 Web Server starting internal Web server on http://localhost:8176
2023-09-01 22:24:07.791 Web Server Error failed to start web server
Traceback (most recent call last):
File "plugin.py", line 814, in start_sanic
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sanic/mixins/startup.py", line 185, in run
self.prepare(
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/sanic/mixins/startup.py", line 273, in prepare
raise RuntimeError(
RuntimeError: Cannot run Sanic.serve with register_sys_signals=False. Use Sanic.serve_single.
2023-09-01 22:24:07.959 Application Waiting for internal plugins to initialize

Re: 13.5.1 web server not starting

PostPosted: Fri Sep 01, 2023 6:21 pm
by jay (support)
Run the 2022.2.2 installer and see if that corrects the issue.

Re: 13.5.1 web server not starting

PostPosted: Sat Sep 02, 2023 12:20 am
by mike_c
Bingo . sorted!
Many thanks for the quick reply ( I left an extra backup running and went to bed - hence the delay ).

This saved me from needing to call upon an OS restore !

Re: 13.5.1 web server not starting

PostPosted: Mon Sep 04, 2023 9:01 pm
by pfams12
Similar issue after upgrading from 2022.1 to 2022.2. As suggested, running the installer a second time cleared up the web server failure to start problem..