You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
J'utilise Glances dans un container et depuis la version 4.1.0, j'ai systématiquement l'erreur "Internal Server Error"
Je précise que j'utilise Glances avec l'images Docker.
Voici les logs :
` raise exc
File "/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
await app(scope, receive, sender)
File "/venv/lib/python3.11/site-packages/starlette/routing.py", line 72, in app
J'utilise Glances dans un container et depuis la version 4.1.0, j'ai systématiquement l'erreur "Internal Server Error"
Je précise que j'utilise Glances avec l'images Docker.
Voici les logs :
` raise exc
File "/venv/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
File "/venv/lib/python3.11/site-packages/starlette/routing.py", line 72, in app
File "/venv/lib/python3.11/site-packages/fastapi/routing.py", line 278, in app
File "/venv/lib/python3.11/site-packages/fastapi/routing.py", line 193, in run_endpoint_function
File "/venv/lib/python3.11/site-packages/starlette/concurrency.py", line 42, in run_in_threadpool
File "/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 56, in run_sync
File "/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2177, in run_sync_in_worker_thread
File "/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 859, in run
File "/app/glances/outputs/glances_restful_api.py", line 342, in _index
File "/app/glances/outputs/glances_restful_api.py", line 160, in update
File "/app/glances/stats.py", line 269, in update
File "/app/glances/stats.py", line 258, in __update_plugin
File "/app/glances/plugins/plugin/model.py", line 1151, in wrapper
File "/app/glances/plugins/plugin/model.py", line 1168, in wrapper
File "/app/glances/plugins/cpu/init.py", line 165, in update
File "/app/glances/plugins/plugin/model.py", line 1226, in wrapper
File "/app/glances/plugins/plugin/model.py", line 1195, in compute_rate
TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'`
Si j'utilise une version de l'image Docker <4.1.0, tout fonctionne correctement.
The text was updated successfully, but these errors were encountered: