xenodium / chatgpt-shell

A multi-llm Emacs shell (ChatGPT, Claude, Gemini) + editing integrations
https://xenodium.com
GNU General Public License v3.0
855 stars 76 forks source link

curl: (48) An unknown option was passed in to libcurl #205

Closed ipocentro87 closed 5 months ago

ipocentro87 commented 6 months ago

Hi all, I've been trying to get chatgpt-shell work but I got stuck here:

ChatGPT(4-0125-preview/General)> test
curl: (48) An unknown option was passed in to libcurl

I've been using curl 8.7.1 (both on terminal and Emacs). Do you know where the problem comes from? Thanks in advance :pray: !

Marcello

ipocentro87 commented 6 months ago

uhm, I have the libcurl version that doesn't match apparently

WARNING: curl and libcurl versions do not match. Functionality may be affected.

I am going to investigate how to fix that. I've installed curl from source, as I didn't manage to do it on my machine (deb10).

xenodium commented 6 months ago

Hi there. Sounds like the issue is in the version mismatch. The only curl requirement needed is to run curl 7.76 or newer.

xenodium commented 5 months ago

Sounds like this may no longer be an issue after sorting out libcurl installation. Gonna close issue.