xhcoding / emacs-aichat

AI Chat in Emacs, including OpenAI and Bing Chat
62 stars 8 forks source link

(error (error (error Create conversation failed: (404)))) #35

Open liar666 opened 7 months ago

liar666 commented 7 months ago

Hi,

I managed to solve issue https://github.com/xhcoding/emacs-aichat/issues/32#issue-1983209047 and get aichat working for a few days, but now I'm getting error: (error (error (error Create conversation failed: (404))))

Could it be because bing ai was renamed copilot and the URL you are using is not valid anymore?

xhcoding commented 7 months ago

I haven't encountered this problem. You can try accessing it on https://www.bing.com/search?q=Bing+AI&showconv=1 to see if it works properly.

xhcoding commented 7 months ago

Please update to latest commit

luyajun01 commented 4 months ago

Please update to latest commit

I also encountered a similar error, and I also updated to update to latest commit

xhcoding commented 4 months ago

Please update to latest commit

I also encountered a similar error, and I also updated to update to latest commit

I haven't encountered such a problem; perhaps you need to set up a proxy

luyajun01 commented 4 months ago

Please update to latest commit

I also encountered a similar error, and I also updated to update to latest commit

I haven't encountered such a problem; perhaps you need to set up a proxy

I already set up.
(setq aichat-bingai-proxy "127.0.0.1:6152") (setq aichat-http-backend 'url)

my emacs version as list: GNU Emacs 29.1 (build 2, x86_64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.8 (Build 21G725)) of 2023-08-18

luyajun01 commented 3 months ago

Please update to latest commit

I also encountered a similar error, and I also updated to update to latest commit

I haven't encountered such a problem; perhaps you need to set up a proxy

Mine's working again. It's so weird.