download icon indicating copy to clipboard operation
download copied to clipboard

Download and extract files

Results 65 download issues
Sort by recently updated
recently updated
newest added

Can the downloaded resources be cached? Otherwise we have to redownload them every time on `npm install` since many packages depend on this library. This is terrible in areas with...

When calling `download` on [this URL](https://www.offenesdatenportal.de/dataset/cc69db13-f6b9-4319-9ee6-3f385dc7d944/resource/6c36f4a2-560e-4689-93cc-6af845247c38/download/baumstrauch.json): It throws this exception: > RequestError: write EPROTO 4592637376:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure: I'm able to download the same file with `curl` without a...

Is there a way to set a maximum file size and throw an error if the download passes the limit?

The value of "length" is out of range. It must be >= 0 &&

It'll be great to know what were the breaking changes between majors (is it safe to upgrade my projects or not) ? Currently this information is only expressed in code...

if the `rejectUnauthorized` option is not given, the default value is determined by the expression process.env.npm_config_strict_ssl !== 'false' However, the value of `process.env.npm_config_strict_ssl` is only ever `'true'` or `''` (the...

i want download an image from url But url is contain non latin chars, like "site.com/uploads/Маникюр-Nail-Özgün.jpg" and i got RequestError: Request path contains unescaped characters, how can i fix this...

I was having the issue of downloading the files according to the file-name I wish to name. In the following, I do not have the ability to pass the destination...

I am downloading file using node.js with VPN enabled but it's not downloading complete file. Where by visiting that link it's downloading complete file. ``` var http = require('http'); var...

I can use it with dev env, but when I packed my electron project, it returned: Request Error: getaddrinfo ENOTFOUND https https:443 What I use: ``` Promise.all(missFiles.map(x => download(escape(x.download), path.dirname(x.path)))).then(()...