From a7163f8ac218218b0fac46f914465e2d0f6d3959 Mon Sep 17 00:00:00 2001 From: devmatrix Date: Fri, 20 Feb 2026 23:02:51 +0000 Subject: [PATCH] Fix setup_html.txt path for production deployment --- server.log | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++ web_server.py | 2 +- 2 files changed, 131 insertions(+), 1 deletion(-) diff --git a/server.log b/server.log index 7452bd7..059e8d7 100644 --- a/server.log +++ b/server.log @@ -585,3 +585,133 @@ Traceback (most recent call last): const data = {{ ^^^^^^^ NameError: name 'padding' is not defined +2026-02-20 22:55:50,605 - fan_controller - INFO - Fan 0xff speed set to 15% +2026-02-20 22:55:50,606 - fan_controller - INFO - All fans set to 15% (Temp 40.0°C) +2026-02-20 22:56:06,087 - fan_controller - INFO - Fan 0xff speed set to 14% +2026-02-20 22:56:06,087 - fan_controller - INFO - All fans set to 14% (Temp 39.0°C) +2026-02-20 22:58:24,641 - fan_controller - INFO - Fan 0xff speed set to 16% +2026-02-20 22:58:24,642 - fan_controller - INFO - All fans set to 16% (Temp 41.0°C) +INFO: 192.168.5.30:56982 - "GET / HTTP/1.1" 500 Internal Server Error +ERROR: Exception in ASGI application +Traceback (most recent call last): + File "/home/devmatrix/.local/lib/python3.12/site-packages/uvicorn/protocols/http/httptools_impl.py", line 419, in run_asgi + result = await app( # type: ignore[func-returns-value] + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/devmatrix/.local/lib/python3.12/site-packages/uvicorn/middleware/proxy_headers.py", line 84, in __call__ + return await self.app(scope, receive, send) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/devmatrix/.local/lib/python3.12/site-packages/fastapi/applications.py", line 1054, in __call__ + await super().__call__(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/applications.py", line 123, in __call__ + await self.middleware_stack(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/middleware/errors.py", line 186, in __call__ + raise exc + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/middleware/errors.py", line 164, in __call__ + await self.app(scope, receive, _send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/middleware/cors.py", line 83, in __call__ + await self.app(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ + await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 64, in wrapped_app + raise exc + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app + await app(scope, receive, sender) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/routing.py", line 762, in __call__ + await self.middleware_stack(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/routing.py", line 782, in app + await route.handle(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/routing.py", line 297, in handle + await self.app(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/routing.py", line 77, in app + await wrap_app_handling_exceptions(app, request)(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 64, in wrapped_app + raise exc + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app + await app(scope, receive, sender) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/routing.py", line 72, in app + response = await func(request) + ^^^^^^^^^^^^^^^^^^^ + File "/home/devmatrix/.local/lib/python3.12/site-packages/fastapi/routing.py", line 299, in app + raise e + File "/home/devmatrix/.local/lib/python3.12/site-packages/fastapi/routing.py", line 294, in app + raw_response = await run_endpoint_function( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/devmatrix/.local/lib/python3.12/site-packages/fastapi/routing.py", line 191, in run_endpoint_function + return await dependant.call(**values) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1592, in root + + + File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html + const data = {{ + ^^^^^^^ +NameError: name 'padding' is not defined +2026-02-20 22:58:40,511 - fan_controller - INFO - Fan 0xff speed set to 14% +2026-02-20 22:58:40,511 - fan_controller - INFO - All fans set to 14% (Temp 38.0°C) +2026-02-20 22:59:56,756 - fan_controller - INFO - Fan 0xff speed set to 15% +2026-02-20 22:59:56,756 - fan_controller - INFO - All fans set to 15% (Temp 40.0°C) +2026-02-20 23:00:13,621 - fan_controller - INFO - Fan 0xff speed set to 14% +2026-02-20 23:00:13,622 - fan_controller - INFO - All fans set to 14% (Temp 39.0°C) +2026-02-20 23:00:28,792 - fan_controller - INFO - Fan 0xff speed set to 16% +2026-02-20 23:00:28,792 - fan_controller - INFO - All fans set to 16% (Temp 41.0°C) +2026-02-20 23:00:45,314 - fan_controller - INFO - Fan 0xff speed set to 14% +2026-02-20 23:00:45,315 - fan_controller - INFO - All fans set to 14% (Temp 39.0°C) +2026-02-20 23:01:17,971 - fan_controller - INFO - Fan 0xff speed set to 15% +2026-02-20 23:01:17,971 - fan_controller - INFO - All fans set to 15% (Temp 40.0°C) +2026-02-20 23:01:33,427 - fan_controller - INFO - Fan 0xff speed set to 14% +2026-02-20 23:01:33,428 - fan_controller - INFO - All fans set to 14% (Temp 39.0°C) +INFO: 192.168.5.30:53747 - "GET / HTTP/1.1" 500 Internal Server Error +ERROR: Exception in ASGI application +Traceback (most recent call last): + File "/home/devmatrix/.local/lib/python3.12/site-packages/uvicorn/protocols/http/httptools_impl.py", line 419, in run_asgi + result = await app( # type: ignore[func-returns-value] + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/devmatrix/.local/lib/python3.12/site-packages/uvicorn/middleware/proxy_headers.py", line 84, in __call__ + return await self.app(scope, receive, send) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/devmatrix/.local/lib/python3.12/site-packages/fastapi/applications.py", line 1054, in __call__ + await super().__call__(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/applications.py", line 123, in __call__ + await self.middleware_stack(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/middleware/errors.py", line 186, in __call__ + raise exc + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/middleware/errors.py", line 164, in __call__ + await self.app(scope, receive, _send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/middleware/cors.py", line 83, in __call__ + await self.app(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/middleware/exceptions.py", line 62, in __call__ + await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 64, in wrapped_app + raise exc + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app + await app(scope, receive, sender) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/routing.py", line 762, in __call__ + await self.middleware_stack(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/routing.py", line 782, in app + await route.handle(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/routing.py", line 297, in handle + await self.app(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/routing.py", line 77, in app + await wrap_app_handling_exceptions(app, request)(scope, receive, send) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 64, in wrapped_app + raise exc + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app + await app(scope, receive, sender) + File "/home/devmatrix/.local/lib/python3.12/site-packages/starlette/routing.py", line 72, in app + response = await func(request) + ^^^^^^^^^^^^^^^^^^^ + File "/home/devmatrix/.local/lib/python3.12/site-packages/fastapi/routing.py", line 299, in app + raise e + File "/home/devmatrix/.local/lib/python3.12/site-packages/fastapi/routing.py", line 294, in app + raw_response = await run_endpoint_function( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/devmatrix/.local/lib/python3.12/site-packages/fastapi/routing.py", line 191, in run_endpoint_function + return await dependant.call(**values) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1592, in root + + + File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html + const data = {{ + ^^^^^^^ +NameError: name 'padding' is not defined diff --git a/web_server.py b/web_server.py index 282c7ee..8daebae 100644 --- a/web_server.py +++ b/web_server.py @@ -1624,7 +1624,7 @@ LOGIN_HTML = ''' ''' -with open('/home/devmatrix/.openclaw/workspace/setup_html.txt', 'r') as f: +with open(Path(__file__).parent / 'setup_html.txt', 'r') as f: SETUP_HTML = f.read().strip().replace("SETUP_HTML = '''", "").replace("'''", "") # FastAPI app