Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Can’t play videos on yotter.xyz #203

Open
SwiftWinds opened this issue Apr 2, 2021 · 13 comments
Open

Can’t play videos on yotter.xyz #203

SwiftWinds opened this issue Apr 2, 2021 · 13 comments
Labels
bug Something isn't working

Comments

@SwiftWinds
Copy link

SwiftWinds commented Apr 2, 2021

Describe the bug
Upon clicking on a video, I am greeted with this screen:

image

To Reproduce
Steps to reproduce the behavior:

  1. Go to yotter.xyz
  2. Search for any video (e.g., "chubbyemu")
  3. Click on the first video result
  4. See error

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. :)

@SwiftWinds SwiftWinds added the bug Something isn't working label Apr 2, 2021
@obeho
Copy link

obeho commented Apr 3, 2021

Same error here. Since many days. All videos have the same problem.

@FireMasterK
Copy link
Member

It's an instance issue, works on my instance 🤔

@obeho
Copy link

obeho commented Apr 3, 2021

Yeah, maybe some rate-limiting issue on the IP.

@SwiftWinds
Copy link
Author

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?

@obeho
Copy link

obeho commented Apr 4, 2021

https://yotter.kavin.rocks works for me

I think its hosted on Cloudflare, so you should have no problem about the latencies, wherever you are.

@FireMasterK
Copy link
Member

FireMasterK commented Apr 4, 2021

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.

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!)

Do you know if Yotter can be hosted with Google Cloud Run?

I don't think this is possible as Yotter would require at least 3 processes to work - nginx, python/gunicorn, and the ytproxy.

I think its hosted on Cloudflare, so you should have no problem about the latencies, wherever you are.

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.

@swgrrt
Copy link

swgrrt commented Apr 8, 2021

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.

@FireMasterK
Copy link
Member

Yes, this is likely due to YouTube's new consent cookie, thinking about it now.

@lewis149
Copy link

lewis149 commented May 9, 2021

But wouldn't that affect Invidious too?

@FireMasterK
Copy link
Member

But wouldn't that affect Invidious too?

They have a fix for that: iv-org/invidious@739f610

@lewis149
Copy link

Now it redirects to some hosting website

@pluja
Copy link
Member

pluja commented May 17, 2021

I am aware of this, I will be solving these problems on the following months when I finish my final exams!

@lewis149
Copy link

Thanks and good luck

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants