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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
Description
Looking at the .js libs in use, it appears that while Api.js implements the httpsProxy setting from config.js, FileDownloader.js does not.
Specifically, it appears this request builder:
var r = request({ method: 'GET', url: downloadLink.url });
Might need a proxy opt:
var r = request({ method: 'GET', url: downloadLink.url, proxy: config.httpsProxy });
Additional Information
The text was updated successfully, but these errors were encountered: