- 积分
- 234
- 金钱
- 198
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 234
- 金钱
- 198
- HASS币
- 0
|
大佬,原来我一直用的镜像是christld/macless-haystack,这次换成你的镜像,启动报错了。。。。。
2025-05-27 18:25:34,761 - DEBUG - Using selector: EpollSelector
Traceback (most recent call last):
File "/app/endpoint/mh_endpoint.py", line 215, in <module>
web.run_app(app, host=mh_config.getBindingAddress(), port=mh_config.getPort(), ssl_context=ssl_context if hasCert else None)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiohttp/web.py", line 530, in run_app
loop.run_until_complete(main_task)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 719, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
RuntimeError: can't start new thread |
|