Started getting an ERROR: Could not extract signature deciphering actions.
Is anyone have fix for this?
Yup, me too.
I hope there is a fix soon :)
Same here..
hope u did already check that ur running latest version 0.20.1?
Thanks it has been fixed for me by updating to latest copy.
Hm yes I have 0.20.1... still getting this error.
I'll have a look again.
Example live stream: https://www.youtube.com/watch?v=nVHt1_SWTZg
Example Video: https://www.youtube.com/watch?v=ISLo_mmLJVc
Used to be working, not anymore.
Can't reproduce
Please make sure you've upgraded to the latest version
Not even working for the example bot for me :/
Not working for me as well.
I'm having the same problem
Updating to the latest version fixed it for me! Thanks! 馃憤馃徏
Updating to 0.20.1 fixed the issue for me too, thank you! <3
Is anyone who is using the latest version (v0.20.1) still getting this error?
Yes, on version 0.20.1 and still getting this error... I removed it and installed it again, same thing. Tried on multiple computers.
Works for me, thanks for the fix!
Am on 0.20.1 and it works on some machines but not others.
Have you uploaded the update to npm yet? Because it doesn't work if I download from npm, but it works if I download from here and slap it in node_modules.
Yep, you can see that v0.20.1 is the latest release here
https://www.npmjs.com/package/ytdl-core
And you can see the change I made to fix this is there
https://npm.runkit.com/ytdl-core/lib/sig.js?t=1518791541719 (line 132)
How are you installing with npm, and what does the dependency for ytdl-core look like in your package.json file?
It works now!
I changed it from "ytdl-core": "^0.7.18" to "ytdl-core": "^0.20.1" and deleted the node_modules and node install-ed. I guess I don't know what ^ does.
@cwilczewski @Ovyerus have you tried the above?
Most helpful comment
It works now!
I changed it from
"ytdl-core": "^0.7.18"to"ytdl-core": "^0.20.1"and deleted the node_modules andnode install-ed. I guess I don't know what^does.