PyCharacterAI icon indicating copy to clipboard operation
PyCharacterAI copied to clipboard

[Bug] DNSError: Failed to perform, curl: (6) Could not resolve host: plus.character.ai

Open sujeongim opened this issue 1 month ago • 0 comments

Hello,

I am encountering the following error while using your repository.

Error Location: requester.py", line 87, in request_async

raw_response = await self.__requester_session.get(url, headers=headers, cookies=cookies)

Error Log:

curl_cffi.requests.exceptions.DNSError: Failed to perform, curl: (6) Could not resolve host: plus.character.ai. See https://curl.se/libcurl/c/libcurl-errors.html first for more details.

It was working fine until last week, but it suddenly stopped connecting today. Could you please look into this?

For reference, plus.character.ai seems to be accessible when I check it manually in a web browser.

Thank you.

Environment

  • OS: Linux
  • Python version: 3.12
  • Library version: curl_cffi 0.13.0

sujeongim avatar Nov 27 '25 05:11 sujeongim