Rxm0n / freegpt-webui

GPT 3.5/4 with a Chat Web UI. No API key required.

Home Page:https://freegpt-webui-chimera.ramonvc.repl.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NameResolutionError

mfsdcool opened this issue · comments

Dear,

I am running on Synology Docker and getting the NameResolutionError when i tried to talk with the bot.

{"_action":"_ask","error":"an error occurred HTTPSConnectionPool(host='v.chatfree.cc', port=443): Max retries exceeded with url: /api/openai/v1/chat/completions (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f85192822c0>: Failed to resolve 'v.chatfree.cc' ([Errno -3] Temporary failure in name resolution)"))","success":false}

When I activated Web access it got similar error

{"_action":"_ask","error":"an error occurred HTTPSConnectionPool(host='ddg-api.herokuapp.com', port=443): Max retries exceeded with url: /search?query=Current+date%3A+2023-07-30.+NameResolutionError&limit=3 (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fbaecc7bf10>: Failed to resolve 'ddg-api.herokuapp.com' ([Errno -3] Temporary failure in name resolution)"))","success":false}

Would you please advise if i missed something?