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

getting an Error: Could not extract signature deciphering actions #287

Closed
suyogdilipkale opened this issue Feb 8, 2018 · 20 comments
Closed
Labels

Comments

@suyogdilipkale
Copy link

Started getting an ERROR: Could not extract signature deciphering actions.
Is anyone have fix for this?

@MikeLauer
Copy link

Yup, me too.
I hope there is a fix soon :)

@usamamashkoor
Copy link

Same here..

@TimeForANinja
Copy link
Collaborator

hope u did already check that ur running latest version 0.20.1?

@usamamashkoor
Copy link

Thanks it has been fixed for me by updating to latest copy.

@MikeLauer
Copy link

Hm yes I have 0.20.1... still getting this error.
I'll have a look again.

@marufbd
Copy link

marufbd commented Feb 8, 2018

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.

@fent
Copy link
Owner

fent commented Feb 9, 2018

Can't reproduce

Please make sure you've upgraded to the latest version

@Feathercrown
Copy link

Not even working for the example bot for me :/

@cwilczewski
Copy link

cwilczewski commented Feb 9, 2018

Not working for me as well.

@lilbuda
Copy link

lilbuda commented Feb 9, 2018

I'm having the same problem

@arthurbelair
Copy link

Updating to the latest version fixed it for me! Thanks! 👍🏼

@lilbuda
Copy link

lilbuda commented Feb 10, 2018

Updating to 0.20.1 fixed the issue for me too, thank you! <3

@fent
Copy link
Owner

fent commented Feb 10, 2018

Is anyone who is using the latest version (v0.20.1) still getting this error?

@cwilczewski
Copy link

Yes, on version 0.20.1 and still getting this error... I removed it and installed it again, same thing. Tried on multiple computers.

@Feathercrown
Copy link

Works for me, thanks for the fix!

@fent fent added the bug label Feb 12, 2018
@Ovyerus
Copy link

Ovyerus commented Feb 15, 2018

Am on 0.20.1 and it works on some machines but not others.

@TBubba
Copy link

TBubba commented Feb 16, 2018

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.

@fent
Copy link
Owner

fent commented Feb 16, 2018

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?

@TBubba
Copy link

TBubba commented Feb 16, 2018

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.

@fent
Copy link
Owner

fent commented Feb 18, 2018

@cwilczewski @Ovyerus have you tried the above?

@fent fent closed this as completed Mar 3, 2018
vishaltelangre added a commit to vishaltelangre/music-dl that referenced this issue Apr 7, 2018
This fixes #16 which was a duplicate of fent/node-ytdl-core#287.
Upgrading "ytdl-core" to "0.20.2" solved it.
Meanwhile, ugraded other dependencies as well.
The upgraded "check-node-version" NPM package's API seems to be changed, therefore needed to update "lib/prerequisites_checker.js" accordingly.

Bumped the version to v0.0.6
vishaltelangre pushed a commit to vishaltelangre/music-dl that referenced this issue Apr 7, 2018
This fixes #16 which was a duplicate of fent/node-ytdl-core#287.
Upgrading "ytdl-core" to "0.20.2" solved it.
Meanwhile, ugraded other dependencies as well.
The upgraded "check-node-version" NPM package's API seems to be changed, therefore needed to update "lib/prerequisites_checker.js" accordingly.

Bumped the version to v0.0.6
songlining added a commit to songlining/youtube-feeds that referenced this issue Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests