- 积分
- 200
- 金钱
- 161
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 200
- 金钱
- 161
- HASS币
- 0
|
发表于 2025-12-20 10:58:32
|
显示全部楼层
docker我搞不定。我现在用树莓派4B装了冬瓜HAOS,安装了这个加载项,设置完,提示以下错误,请大佬帮忙看下是什么问题?问了AI也不懂
INFO: 启动服务,等待出现 <启动成功,可以开始对话了。> 字样,才可以使用小智哦...
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
INFO: 使用本地ASR模型: INFO: VISION_EXPLAIN配置检验通过
DoubaoASR
INFO: 检测到LLM类型: INFO: VISION_EXPLAIN配置检验通过
DoubaoLLM,校验配置...
INFO: LLM配置校验通过
INFO: 检测到TTS类型: INFO: VISION_EXPLAIN配置检验通过
DoubaoTTS,校验配置...
INFO: 使用默认TTS: INFO: VISION_EXPLAIN配置检验通过
DoubaoTTS
INFO: 检测到VLLM类型: INFO: VISION_EXPLAIN配置检验通过,校验配置...
ERROR: VLLM配置不完整,缺少必要的API密钥
2025-12-20 09:58:27.725834538 [W nnxruntime efault, device_discovery.cc:164 DiscoverDevicesForPlatform] GPU device discovery failed: device_discovery.cc:89 ReadFileContents Failed to open file: "/sys/class/drm/card1/device/vendor"
251220 09:58:31[0.8.6_00000000000000][core.utils.modules_initialize]-INFO-初始化组件: llm成功 DoubaoLLM
251220 09:58:31[0.8.6_00000000000000][core.utils.modules_initialize]-INFO-初始化组件: intent成功 function_call
251220 09:58:31[0.8.6_00000000000000][core.utils.modules_initialize]-INFO-初始化组件: memory成功 nomem
251220 09:58:37[0.8.6_00000000000000][core.providers.vad.silero]-INFO-SileroVAD
251220 09:58:38[0.8.6_00000000000000][core.utils.modules_initialize]-INFO-初始化组件: vad成功 SileroVAD
251220 09:58:38[0.8.6_00000000000000][core.utils.modules_initialize]-INFO-ASR模块初始化完成
251220 09:58:38[0.8.6_00000000000000][core.utils.modules_initialize]-INFO-初始化组件: asr成功 DoubaoASR
251220 09:58:38[0.8.6_00000000000000][__main__]-INFO-OTA接口是 http://172.30.33.0:8003/xiaozhi/ota/
251220 09:58:38[0.8.6_00000000000000][__main__]-INFO-视觉分析接口是 http://172.30.33.0:8003/mcp/vision/explain
251220 09:58:38[0.8.6_00000000000000][__main__]-INFO-Websocket地址是 ws://172.30.33.0:8000/xiaozhi/v1/
251220 09:58:38[0.8.6_00000000000000][__main__]-INFO-=======上面的地址是websocket协议地址,请勿用浏览器访问=======
251220 09:58:38[0.8.6_00000000000000][__main__]-INFO-如想测试websocket请用谷歌浏览器打开test目录下的test_page.html
251220 09:58:38[0.8.6_00000000000000][__main__]-INFO-=============================================================
opening handshake failed
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/websockets/http11.py", line 138, in parse
request_line = yield from parse_line(read_line)
File "/usr/local/lib/python3.10/site-packages/websockets/http11.py", line 305, in parse_line
line = yield from read_line(MAX_LINE_LENGTH)
File "/usr/local/lib/python3.10/site-packages/websockets/streams.py", line 46, in read_line
raise EOFError(f"stream ends after {p} bytes, before end of line")
EOFError: stream ends after 0 bytes, before end of line
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/websockets/server.py", line 562, in parse
request = yield from Request.parse(
File "/usr/local/lib/python3.10/site-packages/websockets/http11.py", line 140, in parse
raise EOFError("connection closed while reading HTTP request line") from exc
EOFError: connection closed while reading HTTP request line
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/websockets/asyncio/server.py", line 354, in conn_handler
await connection.handshake(
File "/usr/local/lib/python3.10/site-packages/websockets/asyncio/server.py", line 205, in handshake
raise self.protocol.handshake_exc
websockets.exceptions.InvalidMessage: did not receive a valid HTTP request
opening handshake failed |
|