-
Notifications
You must be signed in to change notification settings - Fork 818
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
Major bug in sig.js - ncode & decipher #1197
Major bug in sig.js - ncode & decipher #1197
Comments
Same error today, yesterday everything was working fine. |
Also affected, starting today. |
i have same problem : |
Same problem: evalmachine.:25 SyntaxError: Missing catch or finally after try Yesterday was working fine |
Yup same issue happening to me |
I've been having the exact same problem for a few hours! |
Anyone find a version to downgrade to that works? EDIT:
which is the exact same as @khlevon's Working branches if you want to downgrade instead of use the patch on v4.11.3:
|
4.9.1 verison still work for getting youtube info. |
@cchen028 Any reason you avoided 4.10.0? It seems to be working for me, for downloads as well (albeit very slowly). |
Thanks :) , worked for me |
4.10.0 is very slow waiting for update |
Same issue. Downgrade works. |
Same issue. Downgrade didn't work for me |
Can you also share your node version? |
Downgrading also did not work for me. Got this error:
ytdl-core@4.10.0 I was previously using ytdl-core@4.11.2 and everything was fine yesterday |
I am using node version FWIW, everything was fine up until this morning, and I was using 4.11.x as well. |
i'm also having the issue and i can work around it with v4.9.1 and 4.10.0. One thing to add - this problem actually started yesterday for me although it was only a problem 10% of the time. Today it doesn't work at all with v=>4.11 |
it's wired. it didn't work for me even with Node v16.17.0 and downgraded ytdl-core to ^4.9.1 |
I have also face this issue today. |
downgrade to 4.9.1 on node 19.6.1 worked for me |
I get the same error since yesterday I think |
I get the same error since yesterday I think, but downgrade helped |
Works (albeit slowly) with downgrade |
v4.10.0 for download video worked for some time. Now stopped working. @ShantanuNair - could you confirm this? (as you suggested working downgraded version)
|
Hi guys, I found and fixed the problem. To test it, you can change the package source in your package.json to this until the maintainer merges my PR.
|
This worked for me: "ytdl-core": "https://github.com/khlevon/node-ytdl-core.git#v4.11.3-patch.1" |
this version worked:
|
this error is in the lib. |
Thanks! your patch is working very well |
The easiest solution seems to be downgrading to 4.9.1 atm. We should wait for new updates! Thanks for your patch too @khlevon , very well done! |
🎉 This issue has been resolved in version 4.11.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Im still facing this issue, even with path from @khlevon and with v4.11.4 SyntaxError: Missing catch or finally after try Error: No such format found: highestaudio Node.js v19.0.0 |
Working with Seeing the same with |
@dim4ik1106 Tracked here BTW - #1216 |
thx |
Seeing the same issue on 4.11.5 |
I still using this fork and it works normally. Btw, at the present, the latest version is |
"ytdl-core": "^4.11.3"
error:
This happens a lot!
The text was updated successfully, but these errors were encountered: