dash-docs-el / helm-dash

Browse Dash docsets inside emacs
511 stars 59 forks source link

gnutls.el error while trying to install a docset #194

Open lwiechec opened 4 years ago

lwiechec commented 4 years ago

When I try to install new docset, I am getting this:

gnutls.el: (err=[-50] The request is invalid.) boot: (:priority NORMAL:-VERS-TLS1.3 :hostname api.github.com :loglevel 0 :min-prime-bits 256 :trustfiles (/etc/ssl/certs/ca-certificates.crt) :crlfiles nil :keylist nil :verify-flags nil :verify-error nil :callbacks nil)
helm-M-x-execute-command: GnuTLS error: #<process api.github.com>, -50

I checked the sources for dash-docs and found the dash-docs-use-workaround-for-emacs-bug variable; I am using Emacs 26.3 so it is set to force in my installation. Is it why I see that error?

beetleb commented 4 years ago

Same issue here (on Windows).

Sodaware commented 3 years ago

Setting dash-docs-use-workaround-for-emacs-bug to nil fixes this for me on Emacs 26.3.

pataquets commented 2 years ago

See #201