Closed AdamWagner closed 4 years ago
Possible workarounds:
DASHT_DOCSETS_DIR
envar.*.tgz
links near the top of the file, which you can then download from your browser.dasht-docsets-extract *.tgz
on the downloaded files to install them into your dasht area.A permanent solution:
Closing due to lack of response and because the issue seems to be beyond the scope of this project. :policeman:
In case anybody else faces the same problem and lands here. I had set an empty User-Agent
in my wget configuration (meaning no User-Agent
would be sent along the request at all). This caused dasht to fail to download anything via the API, always resulting in Forbidden
. When I removed the setting, dasht worked fine again.
Love what you've done with dasht - great concept!
Unfortunately, I haven't been able to test-drive it yet due to
dasht-docsets-install
resulting in a 403 due to a RateLimit issue on the feeds url. Here's the full error:The output includes the same block of text twice, although it's the result of running
dasht-docsets-install
only once.Running on macOS Mojave in fish shell. Have tested in bash with the same result.