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 Mar 11, 2022. It is now read-only.
ERROR URIError: URI malformed
at decodeURIComponent (<anonymous>)
at Object.module.exports (decode.js:68)
at _callee9$ (info.js:340)
at tryCatch (runtime.js:63)
at Generator.invoke [as _invoke] (runtime.js:294)
at Generator.next (runtime.js:119)
at tryCatch (runtime.js:63)
at invoke (runtime.js:155)
at runtime.js:165
at tryCallOne (core.js:37)
The text was updated successfully, but these errors were encountered:
I found that the miniget polyfill wasn't handling redirects in a suitable way. This meant my initial request wasn't getting past a particular warning screen (I've forgotten the exact content) displayed by youtube.
I've changed the miniget polyfill to use axios instead of fetch and it seems to work now. However, I'm not sure if adding a new dependency is acceptable to people using this library, so haven't raised a PR yet.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm unable to get any URLs on iOS SImulator.
Getting:
The text was updated successfully, but these errors were encountered: