You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for writing detailed documentation to help other Korean learners like me! I ran into a bit of a problem when trying out prompt mode :')
Running prompt mode in the latest version and the latest release errors out during the GET request with a x509: certificate signed by unknown authority. I traced the error back to http.Get() on line 122 of interceptors/krdict_lookup.go. I'm not very knowledgeable about certificates to know if it originates from the krdict API or if it's something fixable on our end.
If this helps solving problem, I built the project with go build main.go inside jjogaegi/cmd/jjogaegi and ran it with ./main [options].
The text was updated successfully, but these errors were encountered:
First, thank you for writing detailed documentation to help other Korean learners like me! I ran into a bit of a problem when trying out prompt mode :')
Running prompt mode in the latest version and the latest release errors out during the GET request with a
x509: certificate signed by unknown authority
. I traced the error back tohttp.Get()
on line 122 ofinterceptors/krdict_lookup.go
. I'm not very knowledgeable about certificates to know if it originates from the krdict API or if it's something fixable on our end.If this helps solving problem, I built the project with
go build main.go
insidejjogaegi/cmd/jjogaegi
and ran it with./main [options]
.The text was updated successfully, but these errors were encountered: