-
-
Notifications
You must be signed in to change notification settings - Fork 711
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
Error 1001, 1002 and 1003 #2915
Comments
(When I click on your video I get error 1002; there are other videos in my feed also encounter error 1002 as well. Yet some videos play fine. I joined few hours ago on Chrome 116.0.5845.180 with duckduckgo search engine |
Now the video is playing fine for me, no errors. @ReshmaM8 let us know when there are no errors, until then I'll leave the issue open. |
I have inconsistent response when I try to play this video: Link |
You can send it to [email protected], I'll have a look! |
are you facing this issue still? i am getting this same error in every video . |
yeah, I'm having the same issue. The network traffic shows the video playback in a cycle of cancelled -> 500 --> one 200 request --> pending. |
Not anymore. Now I get misterious Error 1002 for the video I reported in the first place. Here's new error log in stack:
|
Having the same problem. Getting 1002 error. Sometimes just changing instance works. But once a video fails on a specific instance it keeps failing on that instance, but switching to another video generally works. So maybe there is a cache issue. |
Apart from Error 1002, I've also seen 1003 several times. |
Again. Got no errors |
The bug appears to be cause by missing cors headers in the http response: #2970 (comment) |
I've noticed CORS errors many times in the past in plenty videos, though they led to video starting playing later than usual or load for a long time, they haven't let to any errors displayed. |
Checked the video out once more. Error 1002.
|
Well, if you look at the error object, you can see it is caused by the network error. And the network error is caused by the connection not completing because of the missing cors header. |
I got a 1002 on the Syncpundit instance as well, but only once, and a reload fixed it immediately. |
Everything seems to be back to normal. I'm not getting any errors and no CORS errors, although the video was loading endlessly. After reloading the page several times and setting the playback indicator to the beginning of the video, the video started playing and played to the end without any problems. I suspect this was something to do with the cache. Overall, the issue seems to have been resolved. I'm going to keep it open for a while in case anyone else is still experiencing these errors. So if you got them in any videos, check them now and report if any of them still seem to be broken. |
@DanielProg39 can you check this https://piped.video/watch?v=oRdxUFDoQe0 ? |
Strangely, I got no errors or problems. The whole video played perfectly |
I checked as well, no issues (chrome, win 10) |
@DanielProg39 @ReshmaM8 |
Still had some 1002's yesterday. Had to switch back and forth between instances to be able to watch the intended videos. |
1002 here. happens all the time on almost all instances. |
Unlikely. These are all Shaka player errors, and the YT crackdown is a straight up Newpipe Extractor exception. |
Yeah, fair enough. I haven't (yet) educated myself on how Piped works, so wasn't sure. Just seemed highly coincidental at face value. Edit: just realised I can play videos from my instance using a different client, on my phone. So definitely not a problem extracting the videos from YT. |
Since today all videos bring me an 1001 error when using my own instance. Edit: rebuilt the stack and now it works again |
I have also been getting 1001 errors since yesterday. In the developer console of the browser I see 403 errors at pipedproxy.xxx.de In LibreTube with HLS the instance still works! What exactly did you do @leberschnitzel ? |
I've just stopped the stack and rebuild it with a forced pull of the images. |
then you were lucky. It seems to affect almost all instances. |
also having that issue. on libretube everything works just fine but trying to watch anything on the web app results in 1001 error on my instance. |
same here, it was working yesterday but today i am getting 1001 for all videos in my instance |
My luck didn't last long, same problems again today |
Also had code 1001 earlier today on public instances, piped.video works again now. |
it worked until about an hour ago. I even went to delete everything and reinstalled and reconfigured from scratch (since my pgsql is dedicated and not part of the docker stack), getting now 1001s or even not loaded the entire video frame (this one only on LG smart tv) on every single video I tried. |
Also getting error 1001 on every video on my private instance on web. HAs anyone figured out whats causing it and what the fix is? |
+1 on this issue, getting error 1001 on all videos. I am on a new self-hosted instance where I am the only user and have rebuilt the instance just to be safe. I cannot play video via web but can play videos via libretube. |
My private instance (Hetzner with IPv6 rotation) seems to still be working. |
Now mine also seems to work again without me doing anything... |
With TeamPiped/Piped-Backend#818, this should be working. Make sure to pull the latest Docker images. Tested it on my own instance. |
Yep, forgot about my watchtower 😊 |
Hello, I have the 1002 error. How to fix it? |
If the solution is known, the issue will be closed |
@Pamilg9 There is no solution yet |
FYI all the people saying to just remove |
since a few days, I have an error 1001 on every video on my self hosted private instance. am I the only one ? |
Works without a problem on my side. Did you check if you have the latest version installed? |
Yes, I did a docker pull, but without resolving the problem. To note I'm using cloudflare warp on the VPS I run my instance because it my IP was blocked a few months ago |
It's not just cors error. The server got error 502 for some other reason, and due to this problem it did not send out the cors header and caused this error on the client. |
yesterday I had an internet outage. |
The same with my self-hosted instance. Some of the videos cannot be played: Error 1001/2/3. However, it also happens that videos that cannot be played today are then played correctly the next day. I have not been able to recognize any regularity so far. It feels like a lottery whether a video can be played or whether it fails with a 1001/2/3 error. I have also tested whether a video that does not play on my self-hosted instance can be played on https://piped.video. On https://piped.video I get the error
So this issue: #3893 |
Same thing here since a week or so, no video loads anymore on desktop but using LibreTube works. (using HLS might have something to do with that, even is enabling HLS on desktop doesn't change anything either.) |
since yesterday it works again with no further change for me. |
Last couple weeks all I can get is 1001 on everything. I'm connecting to a VPN service (gluetun), I've tried updating, tried switching countries, tried switching from wireguard to openvpn. Can't get Piped to work any more :( |
Official Instance
Describe the bug
I opened this video and got a message saying: "Failed with error code 1001, see logs for more info". Other videos play properly without any issues.
To Reproduce
Expected behavior
Video should play like any other.
Logs/Errors
Found this in logs:
Can provide more logs if required
Browser, and OS with Version.
Brave 1.57.62 on Chromium 116.0.5845.180
Additional context
No response
The text was updated successfully, but these errors were encountered: