-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
All videos randomly stop working #2952
Comments
This has also appeared for me just recently. |
Same for me Video playback error what is Happening YouTube Google star war for $$$ with ViewTube? |
Looks like https://github.com/TeamNewPipe/NewPipe/issues/11255#issue-2398629565 was fixed by the NewPipe team, seems to be the same error. |
having same issue for a while now :( |
Any solution?! |
Sorry don't se solution! |
If I'm correctly following, from the NewPipe issue linked by ac1mx: https://github.com/TeamNewPipe/NewPipe/issues/11255, Stypox seems to indicate https://github.com/TeamNewPipe/NewPipe/issues/11255#issuecomment-2223964100 that the issue was fixed https://github.com/TeamNewPipe/NewPipeExtractor/pull/1191 and that a hotfix release is in the making. That said, I suppose we'll simply need to patiently wait for fix(es) to be merged into ViewTube branches -- like (I assume) most self-hosters, I'm running the dev branch to work around the "Unexpected token (1:47)" error https://github.com/ViewTube/viewtube/issues/2929, but the PIPELINE_LOAD_ERROR unfortunately hasn't been fixed yet in dev (or, obviously, latest.) |
ok, so we wait. Please set us know wen we can update viewtube. Thx |
PS. ist there viewtube alternative on docker? |
Still appearing, although typically the video gets to around 20 seconds before the error appears. |
The stable versions do not work at all, no able to play any video. |
If you could try the dev build that would be great.
…________________________________
From: Lior ***@***.***>
Sent: Saturday, August 17, 2024 5:10:36 PM
To: ViewTube/viewtube ***@***.***>
Cc: ac1mx ***@***.***>; Comment ***@***.***>
Subject: Re: [ViewTube/viewtube] All videos randomly stop working (Issue #2952)
I also have this issue, it seems that all stable releases are broken, probably because google changed something.
I have just ran a nightly build and it seems to work fine. maybe the dev version also works but I did not try it
—
Reply to this email directly, view it on GitHub<#2952 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AS4OYSJ5S52JQPCQP374XTLZR634ZAVCNFSM6AAAAABLNB5BSWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJUHE4DMNRTG4>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Invidious has this fixed btw. I hope Viewtube can be updated with the same fix soon, I much prefer the Viewtube UI. |
is this the cause ? LuanRT/YouTube.js#724 |
I experience the same issue. I run viewtube in Docker, latest version of viewtube obtained from Docker Hub (0.17.0). |
Haven't been able to use Viewtube all summer because of this issue, probably going to have to stand up an Invidious instance in the meantime. I wish I could document or debug more but it looks like everything's been mentioned already |
Same here |
I am also getting this error. I am self hosting it on Raspberry Pi 4. |
I found the cause of the bug. An external Youtube.js >=10.4.0 fixed it, viewtube hasn't held it yet, but version updated in development branch. See - LuanRT/YouTube.js#728 (comment) To generate those you can use https://github.com/iv-org/youtube-trusted-session-generator Add po_token and vistor_data after line 17 example:
[Not working in stable version, only dev or nightly version] |
I didn't manage to make it work:
am I missing something? Build is Dev - running on unraid. |
You version youtubei.js 10.4.0 ? |
Yes, I checked both locations:
|
This is strange, I also tried to do it in an already assembled docker container and it also worked. I can't tell you why you have a problem, but I suspect something is still done wrong :( The only thing that I see a difference between my own and your version is the length of the po_token, for some reason it is much longer than mine. In my case, the generator outputs a po_token in one line, in your case it is more than 3 lines long. Perhaps initially there is a problem with its generation? |
Well I used the invidous script mentioned in the Docs - tried it serveral times, it always threw quite a long token. On the other hand, my invidious instance doesn't work with these tokens either - I had to comment the whole part out in my docker-compose file to make it work.. At least one instance is working as intended at the moment, so we'll see about the future updates and fixes. Thanls again for your help! |
Hello all,
Could someone help me? Best Regards |
Describe the Bug
Somewhat randomly, I get a video playback error. This can happen when starting a video or while a video is playing. Once the error occurs, no more videos will play until the Viewtube instance is restarted. Once restarted, videos will play again for a while until again the error occurs. The longest without an error has been about 6 hours, but it usually much sooner.
The popup with the error reads...
Video playback error
PIPELINE_LOAD_ERROR: An HTTP status code indicating failure was received: 403
Steps to Reproduce the Bug
Expected Behaviour
Videos should keep playing.
Screenshot/Screen recording
Device Info
Additional Context
Self-hosted ViewTube running in a Docker container.
The text was updated successfully, but these errors were encountered: