This repository has been archived by the owner on Jul 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Unable to download the CRX file #2
Comments
Huh, could you post the URL of the extension? |
Sure! |
I don't think it has anything to do with the platform but rather the Node.js version. I can download the extension just fine with Node.js 7.9 but it indeed fails with 8.1.2. What version are you running? Nevertheless, I will look into it more over the weekend. |
That makes sense. I am running 8.1.0 (on my mac). Thanks! |
It works again with Node.js 8.1.3. I think it was fixed by nodejs/node#13674. Thank you for the bug report! |
Thanks for following-up @jiripospisil 👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
finalURL
is not composed correctly on Mac. Maybeutil.format()
behaves differently on Mac, but the result is definitely not what you want. I suspect it has to do with the % encoded characters. Simple string concatenation worksThe text was updated successfully, but these errors were encountered: