this post was submitted on 11 Jun 2025
10 points (100.0% liked)

PeerTube

464 readers
1 users here now

PeerTube is a tool for sharing online videos developed by Framasoft, a french non-profit.

Rules

For videos from PeerTube, check out !peertube@lemmy.world

Resources


founded 4 months ago
MODERATORS
 

Hi. I'm getting a lot of warnings when opening peertube.wtf. I'm logged in to my peertube.wtf account.

When I open the frontpage, four errors pop up in the bottom right, all with the same message:

Error in channel miniature component. Too many requests, please try again

When I try to open anything like my notifications or subscriptions, more errors will pop up. Sometimes I have to refresh multiple times for it to work. That's counterintuitive, because I'm creating even more requests by refreshing multiple times.

I've gotten used to it by now, but I thought I report it here. Maybe it can get fixed.

Edit: Using Firefox 139.0.4 on CachyOS (Arch)

Edit 2: It's fixed

top 8 comments
sorted by: hot top controversial new old
[–] swelter_spark@reddthat.com 3 points 2 weeks ago

Might want to message the admin.

[–] meldrik@lemmy.wtf 3 points 1 week ago (1 children)

I'm sorry I haven't responded until now. I had forgotten all about the post, until @AbnormalHumanBeing@lemmy.abnormalbeings.space made a comment.

I've have tried and is still trying to troubleshoot the issue. I'm pretty sure it has something to do with the setup of my reverse proxy and said proxy making it look like visitors are visiting from the same IP.

As you can see in the screenshot, PeerTube thinks its public IP is 192.168.1.1, which is obviously not correct. I'm using Nginx Proxy Manager as my reverse proxy, but I'm not sure how to fix it.

[–] squirrel@discuss.tchncs.de 2 points 1 week ago

Thanks for looking into it. Sadly I don't know how to fix it either.

[–] AbnormalHumanBeing@lemmy.abnormalbeings.space 2 points 1 week ago (1 children)

I think it comes simply from it being a really popular instance that @meldrik@lemmy.wtf runs mostly out of pocket - that fact that it works at all as well as it does is a testament to the resilience of the platform. Seeing .wtf struggle was one of the main reasons I decided to rent and add my own server to the Fediverse.

If you want to help them out with the resources - they are on Liberapay!

[–] meldrik@lemmy.wtf 2 points 1 week ago

I think it's because of my reverse proxy setup. It makes all visitors have the same IP address, making PeerTube rate limit.

[–] meldrik@lemmy.wtf 2 points 1 week ago (1 children)

I think I figured out what the problem was. It was because of rate limits. When you load https://peertube.wtf/home, that shows all the channels, it makes 45 requests alone because of the number of channels on the page. The rate limit was set to 50 (default). I've put it at 250 requests per 10 seconds. I think that should be enough.

Please test it out.

[–] squirrel@discuss.tchncs.de 2 points 1 week ago (1 children)

That fixed it. Thank you very much!

[–] meldrik@lemmy.wtf 2 points 1 week ago

Good to hear! :)