-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
v13.0.0 (403) #905
Comments
Thanks for sharing, I'm experiencing this problem as well |
This seems related to FreeTubeApp/FreeTube#6701. |
Regardless of the fix on Jinter, we still have this problem on Invidious companion (iv-org/invidious-companion#50). Most of the time, the Forcing the player_id to |
I believe this has not yet been updated to the latest Jintr version. If you could check that, It most likely is the cause of the problem. Also are you certain you're not IP banned |
Hmmm, are you sure? Invidious-companion doesn't use Jinter directly so it's an indirect dependency that the library Youtube.JS uses. And yes, invidious-companion updated Youtube.JS to 13.1.0 and it didn't work (iv-org/invidious-companion@4191cb8)
No, I'm not IP banned, I can play youtube videos without account just fine. |
@Fijxu |
You can forget about my issue, I was confused all the time and I thought |
I guess this issue can be closed :). |
yes i believe so as well :) |
Steps to reproduce
I've noticed that all returned
googlevideo
URLs result in a 403 error. While this may seem similar to YouTube IP bans, this issue is not caused by that. Although IP Blocks can also lead to 403 errors, in this case, the problem prob is related to deciphering issue.I first encountered this issue in my own custom library and later confirmed that
youtube.js
was also affected. To prevent unnecessary confusion, I wanted to report thisCause of the Issue
The problem occurs when YouTube serves the player script:
/c8dbda2a/
When this specific script is encountered, all googlevideo links end up in a 403 state, likely due to a short-circuit possibly.
To temporarily mitigate this in my personal library, I hardcoded the last known working player script.
/7795af42/
This is not a REAL fix, and I don't recommend it. I'm mentioning it as further evidence that the issue is not an IP Block.I did this as a temporary fix since I was away from my work environment and couldn't properly address the root cause.
YouTube currently serves both player scripts,
/7795af42/
and/c8dbda2a/
, but/c8dbda2a/
appears more frequently. This results in inconsistent behavior, where some URLS succeed while others 403.Just wanted to make it known.
Failure Logs
Expected behavior
shouldn't 403
Current behavior
403s
Version
Default
Anything else?
No response
Checklist
The text was updated successfully, but these errors were encountered: