I am running into an issue on MacOS and Eclipse with the Copilot4Eclipse plugin. The auto-completions work fine but the chat window fails with the following error message:
http://192.168.50.218:61060/chat/chat.html?chatSessionId=1718310491915
Page load failed with error: The network connection was lost.
I can however take that url and substitute localhost for the local ip address and it works fine. This however is inconvenient though as it calls for me to open it in a separate browser vs in the view in eclipse.
I will note that this is on a corporate vpn/proxy solution. We however don’t need to do much for the proxy to work other than fixing cert issues which I have already done.
If I run curl from the terminal, it results as an empty reply from server.
That IP is assigned to en0 on my machine. A quick fix would be if I could over-ride that ip to localhost. Although, I’m not sure if that will break anything else. AFAIK there also doesn’t appear to be a way to over-ride it.
Appreciate any ideas that anyone might have.