BuilderIO / ai-shell

A CLI that converts natural language to shell commands.
MIT License
4.04k stars 257 forks source link

SSL error #42

Open iznilul opened 1 year ago

iznilul commented 1 year ago

mac OS After setting openai_key, terminal calling 'ai list all log file'

write EPROTO 4543126976:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332: at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:94:16)

ai-shell v0.1.12

Please open a Bug report with the information above:
https://github.com/BuilderIO/ai-shell/issues/new
AlaEddineBoughanmmi commented 1 year ago

If you have curl installed could you try curl www.google.com

iznilul commented 1 year ago

If you have curl installed could you try curl www.google.com

I have tried and got the correct response from www.google.com,but this issue was still exist.