cdfmlr / muvtuber

Makes your AI vtuber
445 stars 75 forks source link

使用go执行go run时报错 #5

Closed 0x648 closed 1 year ago

0x648 commented 1 year ago

D:\AI Vtuber\muvtuberdriver>go run . -chatgpt_access_token='ey***HA' -chatgpt_prompt="请扮演一个正在直播的 vtuber,之后我的输入均为用户评论,用简短的一句话回答它们" -roomid 000000 -reduce_duration=2s 2023/03/08 18:44:58 start receiving text from room 0 2023/03/08 18:45:00 websocket dial error: websocket.Dial ws://localhost:12450/api/chat: dial tcp [::1]:12450: connectex: No connection could be made because the target machine actively refused it. 2023/03/08 18:45:00 NewMusharingChatbot ping failed: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp [::1]:50051: connectex: No connection could be made because the target machine actively refused it." 2023/03/08 18:45:00 rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp [::1]:50051: connectex: No connection could be made because the target machine actively refused it." exit status 1

D:\AI Vtuber\muvtuberdriver> 我是个新手什么都不懂qwq

0x648 commented 1 year ago

这个问题和防火墙有关系吗?

cdfmlr commented 1 year ago

muvtuberdriver 要在所有其他服务先开启正确开启之后才能工作。

0x648 commented 1 year ago

好的