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
As github is returning 403 forbidden for requests that don't contain a user agent. Maybe in dash-docs-read-json-from-url we could locally set url-user-agent to 'default if it's nil. Or else return a more descriptive error message it fails to get the url with 403 forbidden rather than a json parse error.
The text was updated successfully, but these errors were encountered:
when
url-user-agent
is nil, dash-docs-install-docset gives the error:As github is returning 403 forbidden for requests that don't contain a user agent. Maybe in
dash-docs-read-json-from-url
we could locally seturl-user-agent
to 'default if it's nil. Or else return a more descriptive error message it fails to get the url with 403 forbidden rather than a json parse error.The text was updated successfully, but these errors were encountered: