Open lwiechec opened 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?
dash-docs
dash-docs-use-workaround-for-emacs-bug
force
Same issue here (on Windows).
Setting dash-docs-use-workaround-for-emacs-bug to nil fixes this for me on Emacs 26.3.
nil
See #201
When I try to install new docset, I am getting this:
I checked the sources for
dash-docs
and found thedash-docs-use-workaround-for-emacs-bug
variable; I am using Emacs 26.3 so it is set toforce
in my installation. Is it why I see that error?