Skip to content
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

Open
xiaoyuer0210 opened this issue Mar 16, 2024 · 6 comments
Open

ERROR #31

xiaoyuer0210 opened this issue Mar 16, 2024 · 6 comments

Comments

@xiaoyuer0210
Copy link

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

@xiaoyuer0210
Copy link
Author

Is there a way to download in bulk

@archz2
Copy link

archz2 commented Mar 31, 2024

I am also getting the same error.
image

@wapcrazut
Copy link
Contributor

That error indicates the regex didn't output the expected values, meaning the value in _credentials_ is probably not the correct one.

Please, follow the instructions carefully and verify you are using the right token.

@princesadelaspampas
Copy link

If the 'credentials' cookie do not appear on Chrome, try with Mozilla. The add-on is the same.

@navarrogar
Copy link

same error for me, I double checked the credentials and it looked fine

@navarrogar
Copy link

It works on edge for me now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@wapcrazut @archz2 @navarrogar @xiaoyuer0210 @princesadelaspampas and others