588 lines
40 KiB
Plaintext
588 lines
40 KiB
Plaintext
INFO: Started server process [105401]
|
|
INFO: Waiting for application startup.
|
|
2026-02-20 22:36:05,954 - fan_controller - INFO - Loaded config from /home/devmatrix/projects/fan-controller-v2/data/config.json
|
|
2026-02-20 22:36:05,955 - __main__ - INFO - Auto-starting fan control (enabled in config)
|
|
2026-02-20 22:36:06,109 - fan_controller - INFO - Connected to IPMI at 192.168.5.191
|
|
2026-02-20 22:36:06,110 - fan_controller - INFO - HTTP sensor client initialized for http://192.168.5.200:8888
|
|
2026-02-20 22:36:06,111 - fan_controller - INFO - IPMI Controller service started
|
|
INFO: Application startup complete.
|
|
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
|
|
2026-02-20 22:36:06,301 - fan_controller - INFO - Manual fan control enabled
|
|
2026-02-20 22:36:11,732 - fan_controller - INFO - Fan 0xff speed set to 14%
|
|
2026-02-20 22:36:11,732 - fan_controller - INFO - All fans set to 14% (Temp 38.0°C)
|
|
INFO: 192.168.5.30:57657 - "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
|
|
return HTMLResponse(content=get_html(theme))
|
|
^^^^^^^^^^^^^^^
|
|
File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html
|
|
<style>body{padding-bottom:80px !important;}</style>
|
|
^^^^^^^
|
|
NameError: name 'padding' is not defined
|
|
INFO: 192.168.5.30:65161 - "GET /favicon.ico HTTP/1.1" 200 OK
|
|
INFO: 192.168.5.30:65161 - "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
|
|
return HTMLResponse(content=get_html(theme))
|
|
^^^^^^^^^^^^^^^
|
|
File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html
|
|
<style>body{padding-bottom:80px !important;}</style>
|
|
^^^^^^^
|
|
NameError: name 'padding' is not defined
|
|
INFO: 192.168.5.30:51526 - "GET /favicon.ico HTTP/1.1" 200 OK
|
|
INFO: 192.168.5.30:53588 - "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
|
|
return HTMLResponse(content=get_html(theme))
|
|
^^^^^^^^^^^^^^^
|
|
File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html
|
|
<style>body{padding-bottom:80px !important;}</style>
|
|
^^^^^^^
|
|
NameError: name 'padding' is not defined
|
|
INFO: 192.168.5.30:58112 - "GET /favicon.ico HTTP/1.1" 200 OK
|
|
INFO: 192.168.5.30:61736 - "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
|
|
if not user_manager.is_setup_complete():
|
|
^^^^^^^^^^^^^
|
|
File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html
|
|
<a href="https://github.com/ImpulsiveFPS/IPMI-Controller" target="_blank" style="color:var(--accent-primary);text-decoration:none;margin:0 10px;">📁 GitHub Repo</a>
|
|
^^^^^^^
|
|
NameError: name 'padding' is not defined
|
|
INFO: 192.168.5.30:64381 - "GET /favicon.ico HTTP/1.1" 200 OK
|
|
INFO: 192.168.5.30:64381 - "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
|
|
if not user_manager.is_setup_complete():
|
|
^^^^^^^^^^^^^
|
|
File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html
|
|
<a href="https://github.com/ImpulsiveFPS/IPMI-Controller" target="_blank" style="color:var(--accent-primary);text-decoration:none;margin:0 10px;">📁 GitHub Repo</a>
|
|
^^^^^^^
|
|
NameError: name 'padding' is not defined
|
|
INFO: 192.168.5.30:59631 - "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
|
|
if not user_manager.is_setup_complete():
|
|
^^^^^^^^^^^^^
|
|
File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html
|
|
<a href="https://github.com/ImpulsiveFPS/IPMI-Controller" target="_blank" style="color:var(--accent-primary);text-decoration:none;margin:0 10px;">📁 GitHub Repo</a>
|
|
^^^^^^^
|
|
NameError: name 'padding' is not defined
|
|
INFO: 192.168.5.30:56967 - "GET /favicon.ico HTTP/1.1" 200 OK
|
|
INFO: 192.168.5.30:56967 - "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
|
|
if not user_manager.is_setup_complete():
|
|
^^^^^^^^^^^^^
|
|
File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html
|
|
<a href="https://github.com/ImpulsiveFPS/IPMI-Controller" target="_blank" style="color:var(--accent-primary);text-decoration:none;margin:0 10px;">📁 GitHub Repo</a>
|
|
^^^^^^^
|
|
NameError: name 'padding' is not defined
|
|
INFO: 192.168.5.30:51136 - "GET /favicon.ico HTTP/1.1" 200 OK
|
|
INFO: 192.168.5.30:51136 - "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
|
|
if not user_manager.is_setup_complete():
|
|
^^^^^^^^^^^^^
|
|
File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html
|
|
<a href="https://github.com/ImpulsiveFPS/IPMI-Controller" target="_blank" style="color:var(--accent-primary);text-decoration:none;margin:0 10px;">📁 GitHub Repo</a>
|
|
^^^^^^^
|
|
NameError: name 'padding' is not defined
|
|
2026-02-20 22:45:21,250 - fan_controller - INFO - Fan 0xff speed set to 15%
|
|
2026-02-20 22:45:21,250 - fan_controller - INFO - All fans set to 15% (Temp 40.0°C)
|
|
2026-02-20 22:45:36,965 - fan_controller - INFO - Fan 0xff speed set to 14%
|
|
2026-02-20 22:45:36,965 - fan_controller - INFO - All fans set to 14% (Temp 39.0°C)
|
|
2026-02-20 22:46:56,801 - fan_controller - INFO - Fan 0xff speed set to 15%
|
|
2026-02-20 22:46:56,801 - fan_controller - INFO - All fans set to 15% (Temp 40.0°C)
|
|
2026-02-20 22:47:12,899 - fan_controller - INFO - Fan 0xff speed set to 14%
|
|
2026-02-20 22:47:12,900 - fan_controller - INFO - All fans set to 14% (Temp 38.0°C)
|
|
2026-02-20 22:48:44,782 - fan_controller - INFO - Fan 0xff speed set to 16%
|
|
2026-02-20 22:48:44,783 - fan_controller - INFO - All fans set to 16% (Temp 41.0°C)
|
|
2026-02-20 22:49:00,730 - fan_controller - INFO - Fan 0xff speed set to 15%
|
|
2026-02-20 22:49:00,730 - fan_controller - INFO - All fans set to 15% (Temp 40.0°C)
|
|
2026-02-20 22:49:16,428 - fan_controller - INFO - Fan 0xff speed set to 14%
|
|
2026-02-20 22:49:16,428 - fan_controller - INFO - All fans set to 14% (Temp 39.0°C)
|
|
2026-02-20 22:52:28,497 - fan_controller - INFO - Fan 0xff speed set to 15%
|
|
2026-02-20 22:52:28,497 - fan_controller - INFO - All fans set to 15% (Temp 40.0°C)
|
|
2026-02-20 22:52:44,134 - fan_controller - INFO - Fan 0xff speed set to 14%
|
|
2026-02-20 22:52:44,134 - fan_controller - INFO - All fans set to 14% (Temp 39.0°C)
|
|
INFO: 192.168.5.30:57785 - "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
|
|
</form>
|
|
|
|
File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html
|
|
const data = {{
|
|
^^^^^^^
|
|
NameError: name 'padding' is not defined
|
|
INFO: 192.168.5.30:50967 - "GET /favicon.ico HTTP/1.1" 200 OK
|
|
INFO: 192.168.5.30:52925 - "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
|
|
</form>
|
|
|
|
File "/home/devmatrix/projects/fan-controller-v2/web_server.py", line 1424, in get_html
|
|
const data = {{
|
|
^^^^^^^
|
|
NameError: name 'padding' is not defined
|