-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gpt-demo:getaddrinfo() returns 202, addrinfo=0x0,caused by incorrect DNS resolution (AEGHB-807) #164
Comments
I founded that I should add a slash and the end of the url like this: |
So, the example https://api.chatanywhere.tech/ requires a / to work, but your source does not support adding a /, correct? Is my understanding accurate? Do you have to use this source? Maybe you could try a different source, and I will investigate why this issue occurred on my end. |
@Horion0415 This chatgpt demo send our voice directly to openai. GPT deals with audio then response text. And the response text will be transverse to speech by tts. |
Okay, I understand. In fact, I have found that there are often issues when using ChatAnywhere, and we will try to resolve this problem later. In the meantime, you can try using other sources for testing. |
For the region policy, I could not use the offical service. |
Checklist
How often does this bug occurs?
always
Expected behavior
I have set the base_url as:
https://api.chatanywhere.tech
, which tested valid on lobechat.com with the apikey.Actual behavior (suspected bug)
It connected to wifi successfully, but when asking questions it gives the fallback of
invalid_request_error
, and i found the DNS incorrect. As the log described,dns_enqueue: "api.chatanywhere.techaudio": use DNS entry 0
,dns_recv: "api.chatanywhere.techaudio": error in flags
, an unexpectedaudio
was added.Error logs or terminal output
The text was updated successfully, but these errors were encountered: