manateelazycat / mind-wave

Emacs AI plugin based on ChatGPT API
GNU General Public License v3.0
159 stars 26 forks source link

No response. #7

Closed kulorro closed 1 year ago

kulorro commented 1 year ago

Execute C-j with a question, it saids Wait ChatGpt..., but no response can received, and also nothing show in *mind-wave*.

kulorro commented 1 year ago

I've followed the "Installation" in README.md, and I'm sure I've done all the things.

manateelazycat commented 1 year ago

check proxy

kulorro commented 1 year ago

check proxy

Think for comment. Following is my emacs proxy setting:
(setq url-proxy-services '(("http" . "127.0.0.1:7890") ("https" . "127.0.0.1:7890"))) It works when I'm using an other openai plugin. Should I change my emacs proxy setting?

manateelazycat commented 1 year ago

you should use proxy-ns

network code running in python

kulorro commented 1 year ago

you should use proxy-ns

network code running in python

I tried using proxy-ns to execute emacs and run C-j with a question, it said let*: Cannot bind server socket: Cannot assign requested address and there isn't a *mind-wave* buffer.

manateelazycat commented 1 year ago

You need remove all proxy from Emacs if you use proxy-ns