-
Notifications
You must be signed in to change notification settings - Fork 37
Can’t play videos on yotter.xyz #203
Comments
Same error here. Since many days. All videos have the same problem. |
It's an instance issue, works on my instance 🤔 |
Yeah, maybe some rate-limiting issue on the IP. |
https://yotter.kavin.rocks works for me. However, I'm wary that it's hosted in India, which is around the globe from where I am in the states, so it might be a bit slow at times for me. Do you know if Yotter can be hosted with Google Cloud Run? |
I think its hosted on Cloudflare, so you should have no problem about the latencies, wherever you are. |
That's true, unfortunately, you would have a latency of at least 270ms, multi-region load balancing isn't supported by Yotter you would have to look for a US instance, or host one yourself. Alternatively, could check my project - Piped, which does support multi-region loadbalancing. (and has a server in the US!)
I don't think this is possible as Yotter would require at least 3 processes to work - nginx, python/gunicorn, and the ytproxy.
This isn't exactly true always, uncached requests still have to travel to India, here, every page is uncached, only images, CSS, and JS are cached. |
I have the same issue on my private instance which is only used by me. So I guess the problem is not caused by IP rate limiting. |
Yes, this is likely due to YouTube's new consent cookie, thinking about it now. |
But wouldn't that affect Invidious too? |
They have a fix for that: iv-org/invidious@739f610 |
Now it redirects to some hosting website |
I am aware of this, I will be solving these problems on the following months when I finish my final exams! |
Thanks and good luck |
Describe the bug
Upon clicking on a video, I am greeted with this screen:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For the UI to watch the video to appear.
Screenshots
See above.
Smartphone (please complete the following information):
Additional context
Thank you so much for your free and open-source, privacy-focused web app! I use it all the time. :)
The text was updated successfully, but these errors were encountered: