-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR #31
Comments
Is there a way to download in bulk |
That error indicates the regex didn't output the expected values, meaning the value in Please, follow the instructions carefully and verify you are using the right token. |
If the 'credentials' cookie do not appear on Chrome, try with Mozilla. The add-on is the same. |
same error for me, I double checked the credentials and it looked fine |
It works on edge for me now |
E:\N_m3u8DL-RE_Beta_win-x64\index.js:37
const access_token = regex_token.exec(decodeURI(credentials))[1];
^
TypeError: Cannot read properties of null (reading '1')
at Object. (E:\N_m3u8DL-RE_Beta_win-x64\index.js:37:64)
at Module._compile (node:internal/modules/cjs/loader:1368:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1426:10)
at Module.load (node:internal/modules/cjs/loader:1205:32)
at Module._load (node:internal/modules/cjs/loader:1021:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
at node:internal/main/run_main_module:28:49
Node.js v21.7.1
The text was updated successfully, but these errors were encountered: