helm-dash icon indicating copy to clipboard operation
helm-dash copied to clipboard

gnutls.el error while trying to install a docset

Open lwiechec opened this issue 4 years ago • 3 comments

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?

lwiechec avatar Apr 24 '20 11:04 lwiechec

Same issue here (on Windows).

beetleb avatar Jul 26 '20 00:07 beetleb

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

Sodaware avatar Dec 17 '20 23:12 Sodaware

See #201

pataquets avatar Jun 14 '22 14:06 pataquets