Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
639 stars 50 forks source link

WARN heartbeat failed: status:502 #164

Open mrw954 opened 3 months ago

mrw954 commented 3 months ago

How should I solve the problem: image

yingmanwumen commented 3 months ago

I meet the same problem...

yingmanwumen commented 3 months ago

Hello, you may try to disable the proxy for localhost by setting the environment variable like:

export no_proxy=127.0.0.1

and it shoud be sovled. At least it works for me

pu-007 commented 2 months ago

Hello, you may try to disable the proxy for localhost by setting the environment variable like:

export no_proxy=127.0.0.1

and it shoud be sovled. At least it works for me

It works for me!!! Thanks so much