TEN-framework / TEN-Agent

TEN Agent is the world’s first real-time multimodal agent integrated with the OpenAI Realtime API, RTC, and features weather checks, web search, vision, and RAG capabilities.
https://agent.theten.ai/
Apache License 2.0
1.43k stars 168 forks source link

[BUG] #412

Open Michael-Nan1 opened 2 hours ago

Michael-Nan1 commented 2 hours ago

Description

c00-1a7d-465b-9be8-3e440df9b8db service=HTTP_SERVER [GIN] 2024/11/15 - 10:26:23 | 200 | 14.233517ms | 172.18.0.2 | POST "/start" [agora_row46y] sh: 1: [agora_row46y] /app/agents/bin/start: not found 2024/11/15 10:26:23 ERROR Worker process failed err="exit status 127" requestId=14982c00-1a7d-465b-9be8-3e440df9b8db service=HTTP_SERVER 2024/11/15 10:26:26 INFO handlerPing start channelName=agora_row46y requestId=ba0dde5f-cf33-4352-8af1-13b68ac2d2ee service=HTTP_SERVER 2024/11/15 10:26:26 ERROR handlerPing channel not existed channelName=agora_row46y requestId=ba0dde5f-cf33-4352-8af1-13b68ac2d2ee service=HTTP_SERVER [GIN] 2024/11/15 - 10:26:26 | 200 | 274.754µs | 172.18.0.1 | POST "/ping" 2024/11/15 10:26:29 INFO handlerPing start channelName=agora_row46y requestId=5395be78-adb3-40fd-8f24-d49e7f9ff915 service=HTTP_SERVER 2024/11/15 10:26:29 ERROR handlerPing channel not existed channelName=agora_row46y requestId=5395be78-adb3-40fd-8f24-d49e7f9ff915 service=HTTP_SERVER [GIN] 2024/11/15 - 10:26:29 | 200 | 197.966µs | 172.18.0.1 | POST "/ping" 2024/11/15 10:26:32 INFO handlerPing start channelName=agora_row46y requestId=e8194a8d-0c80-4053-a379-22e025cb03d4 service=HTTP_SERVER 2024/11/15 10:26:32 ERROR handlerPing channel not existed channelName=agora_row46y requestId=e8194a8d-0c80-4053-a379-22e025cb03d4 service=HTTP_SERVER [GIN] 2024/11/15 - 10:26:32 | 200 | 133.573µs | 172.18.0.1 | POST "/ping" 2024/11/15 10:26:35 INFO handlerPing start channelName=agora_row46y requestId=fc22e42b-4019-40df-bb03-ed3dfd25bac2 service=HTTP_SERVER 2024/11/15 10:26:35 ERROR handlerPing channel not existed channelName=agora_row46y requestId=fc22e42b-4019-40df-bb03-ed3dfd25bac2 service=HTTP_SERVER

when I connect the localhost:3000 and connect the agent, the log shows that, I cannot solve this problem. A few days ago, I also could use this as normal.

Environment

Windows system

Steps to reproduce

if you have some advice, you can write down.

Expected behavior

the agent can be used as normal

Severity

Critical

Additional Information

this is the information of operation:docker compose up

C:\Users\Lenovo\TEN-Agent>docker compose up [+] Running 4/0 ✔ Container ten_graph_designer Created 0.0s ✔ Container ten_agent_playground Created 0.0s ✔ Container ten_agent_demo Created 0.0s ✔ Container ten_agent_dev Created 0.0s Attaching to ten_agent_demo, ten_agent_dev, ten_agent_playground, ten_graph_designer ten_agent_playground | ▲ Next.js 15.0.3 ten_agent_playground | - Local: http://localhost:3000 ten_agent_dev | >> run graph designer server ten_agent_playground | - Network: http://0.0.0.0:3000 ten_agent_dev | cd agents && tman dev-server ten_agent_playground | ten_agent_playground | ✓ Starting... ten_agent_dev | :-) Starting server at http://0.0.0.0:49483 ten_agent_playground | ✓ Ready in 147ms ten_graph_designer | ▲ Next.js 14.2.4 ten_graph_designer | - Local: http://localhost:3000 ten_graph_designer | - Network: http://0.0.0.0:3000 ten_graph_designer | ten_graph_designer | ✓ Starting... ten_graph_designer | ✓ Ready in 122ms ten_agent_demo | ▲ Next.js 15.0.3 ten_agent_demo | - Local: http://localhost:3000 ten_agent_demo | - Network: http://0.0.0.0:3000 ten_agent_demo | ten_agent_demo | ✓ Starting... ten_agent_demo | ✓ Ready in 99ms

Michael-Nan1 commented 2 hours ago

and /app/agents/bin/start: not found here show the start not found, but I check it, I see it is exist