9 Apr 2024 |
@dramabus:matrix.org | This has been the case for the past 24 hours | 21:41:32 |
@los_mir:matrix.org | Redacted or Malformed Event | 21:41:54 |
@los_mir:matrix.org | Redacted or Malformed Event | 21:46:01 |
@los_mir:matrix.org | Redacted or Malformed Event | 21:47:19 |
@los_mir:matrix.org | Redacted or Malformed Event | 21:51:35 |
Samantaz Fox | if you can, use a tool like yt-dlp to download videos | 21:52:10 |
@los_mir:matrix.org | Redacted or Malformed Event | 21:52:15 |
Samantaz Fox | invidious is meant to be a privacy front-end, please let as much server bandwidth for users actually watching content :) | 21:52:53 |
@los_mir:matrix.org | Redacted or Malformed Event | 21:53:15 |
@los_mir:matrix.org | Redacted or Malformed Event | 21:53:36 |
| @dramabus:matrix.org left the room. | 22:12:34 |
10 Apr 2024 |
iv-bot | <tyzef> hello/ is it happening `invidious` being slow? is there ways to speed like changing from a server to another? thank you o/ | 01:59:25 |
iv-bot | <tyzef> also in this page: https://docs.invidious.io/instances/#list-of-public-invidious-instances-sorted-from-oldest-to-newest | 02:02:56 |
iv-bot | <tyzef> when I put my cursor on flags, country name doesn't appears right? I donno those countries(some of them) | 02:05:02 |
iv-bot | <tyzef> I just tried with china server(near home) and it works better o/ | 02:07:35 |
absidue | In reply to @samantazfox:pussthecat.org yeah, we don't use any endpoints that gets a captcha anymore. The live stream HLS and DASH manifest endpoints return the captcha page (that's why I have an open PR to fix Invidious' DASH one, so that Invidious correctly returns that 429 status code from YouTube, instead of passing through the captcha page with a 200 status code) | 05:00:59 |
@daknig:matrix.org | if I have /user/UserName how can I get the /channel/id ? | 06:50:21 |
Ward | unixfox TheFrenchGhosty Samantaz Fox could I be added to the channel for public instances? | 09:29:57 |
TheFrenchGhosty | Is your instance in the list? | 09:30:21 |
Ward | aah the auto reply from the github action bot doesn't make it sound like you need to be on the list already to be added to the room | 09:36:17 |
TheFrenchGhosty | Oh you're right, I'll have to edit that | 09:49:30 |
Ward | In reply to @thefrenchghosty:pussthecat.org Oh you're right, I'll have to edit that awesome ty | 10:22:47 |
Jason Lewis | i run invidious from Git. I've cloned the latest but still I get this error: Title: The video returned by YouTube isn't the requested one. (Android client) (VideoNotAvailableException) | 11:15:44 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | Hi, I followed this guide: https://docs.invidious.io/improve-public-instance
Now around 50% of the thumbnails won't load. Looking at the network in my browser reveals a lot of 502 Bad Gateway errors. Also, the Nginx container often complains about connect() failed (111: Connection refused) while connecting to upstream :
invidious-nginx-1 | 2024/04/10 10:54:07 [error] 22#22: *351 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.80.1, server: , request: "GET /feed/popular HTTP/1.1", upstream: "http://[2001:db9::3]:3003/feed/popular", host: "invidious.reallyaweso.me"
invidious-nginx-1 | 2024/04/10 10:54:07 [error] 22#22: *351 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.80.1, server: , request: "GET /feed/popular HTTP/1.1", upstream: "http://[2001:db9::5]:3003/feed/popular", host: "invidious.reallyaweso.me"
invidious-nginx-1 | 2024/04/10 10:54:07 [error] 22#22: *351 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.80.1, server: , request: "GET /feed/popular HTTP/1.1", upstream: "http://[2001:db9::4]:3003/feed/popular", host: "invidious.reallyaweso.me"
This is my docker-compose.yml file: https://bin.reallyaweso.me/?d51666de2afdf58d#3CQf6bpSWthmoo4TidYbX7YB2KctQrunE6kiJa7eLgP1
| 10:58:24 |
Jason Lewis | any ideas how to fix it? | 11:15:51 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | In reply to @alexpewmaster:nope.chat
Hi, I followed this guide: https://docs.invidious.io/improve-public-instance
Now around 50% of the thumbnails won't load. Looking at the network in my browser reveals a lot of 502 Bad Gateway errors. Also, the Nginx container often complains about connect() failed (111: Connection refused) while connecting to upstream :
invidious-nginx-1 | 2024/04/10 10:54:07 [error] 22#22: *351 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.80.1, server: , request: "GET /feed/popular HTTP/1.1", upstream: "http://[2001:db9::3]:3003/feed/popular", host: "invidious.reallyaweso.me"
invidious-nginx-1 | 2024/04/10 10:54:07 [error] 22#22: *351 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.80.1, server: , request: "GET /feed/popular HTTP/1.1", upstream: "http://[2001:db9::5]:3003/feed/popular", host: "invidious.reallyaweso.me"
invidious-nginx-1 | 2024/04/10 10:54:07 [error] 22#22: *351 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.80.1, server: , request: "GET /feed/popular HTTP/1.1", upstream: "http://[2001:db9::4]:3003/feed/popular", host: "invidious.reallyaweso.me"
This is my docker-compose.yml file: https://bin.reallyaweso.me/?d51666de2afdf58d#3CQf6bpSWthmoo4TidYbX7YB2KctQrunE6kiJa7eLgP1
Never mind, it fixed itself (somehow) | 11:18:15 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | In reply to @k-man:matrix.org i run invidious from Git. I've cloned the latest but still I get this error: Title: The video returned by YouTube isn't the requested one. (Android client) (VideoNotAvailableException) Are you running a public instance? If yes, make sure that YouTube didn't block your IP. | 11:18:45 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | Question for every public instance owner: How much traffic is your instance using? I have a VPS that has a total of 20 TB of traffic available and I'm not quite sure if this is enough. | 11:59:17 |
Nihilist OLD ACCOUNT !!!! | In reply to @alexpewmaster:nope.chat Question for every public instance owner: How much traffic is your instance using? I have a VPS that has a total of 20 TB of traffic available and I'm not quite sure if this is enough. On my instance : 85TiB for march this year
https://git.datura.network/nihilist/Datura-Network/src/branch/main/0-Transparency/2024-03-30.txt | 12:04:01 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | Holy crap, how many users do you have? | 12:04:23 |