Closed EnriColombo closed 8 months ago
Interesting. Can you access phind.com?
Actually I get a 403 forbidden status code.
~# curl -Is https://https.extension.phind.com/agent/ | head -1
HTTP/2 403
Its normal, check if you can access https://www.phind.com
~# curl -Is http://www.phind.com | head -1
HTTP/1.1 301 Moved Permanently
Just try opening in browser, it has cloudflare protection so you will get 4xx status codes with curl
It opens in browser
Strange, I don't even know. The error message isn't clear either. If you can somehow proxy the request to something like MITMProxy, that could help me understand better. Otherwise you can just use other providers instead of phind
Not sure if this helps anything, but I can confirm tgpt works normally under my Alpine v3.18.
Not sure if this helps anything, but I can confirm tgpt works normally under my Alpine v3.18.
Thanks for letting us know. I think that indicates to it being a network related problem
How to replicate the issue:
The internet connection works fine. My system specs are:
Go lang version:
tgpt version:
Any help would be appreciated, tks!