10 Apr 2024 |
@weidenwiesel:matrix.org | I honestly dont know how many users or how much invidious load my server can take | 13:22:42 |
Nihilist OLD ACCOUNT !!!! | I bet the api page can tell how many active users there are | 13:23:27 |
@weidenwiesel:matrix.org | Yeah but that's "past month" and not really indicative for the daily performance | 13:23:56 |
Nihilist OLD ACCOUNT !!!! | Could be interesting to add a day to day performance in the api then I guess | 13:24:27 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | In reply to @nihilist:m.datura.network I bet the api page can tell how many active users there are The stats API can be used to get a general idea on how many users are active. For example, for my instance, you can visit https://invidious.reallyaweso.me/api/v1/stats and see stats about active users. | 13:24:40 |
Nihilist OLD ACCOUNT !!!! | For monitoring purposes | 13:24:41 |
@weidenwiesel:matrix.org | If the goal is to detect overloaded instances, then we would need "active users" for:
past 5 minutes
past 30 minutes
past 3hrs
In order to detect short peaks | 13:27:36 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | In reply to @nihilist:m.datura.network I bet the api page can tell how many active users there are * The stats API can be used to get a general idea on how many users are active. For example, for my instance, you can visit https://invidious.reallyaweso.me/api/v1/stats and see stats about active users. This still doesn't tell us how many users are using the instance daily, maybe creating a git issue for it would be beneficial to the instances list. | 13:25:51 |
RSS | New post in Recent Commits to invidious:master: Use trending api for health checks
| 13:36:30 |
RSS | New post in Recent Commits to invidious:master: Merge pull request #4561 from ChunkyProgrammer/use-trending-api-for-h…
| 13:36:32 |
RSS | New post in Recent Commits to documentation:master: Use trending api for health checks instead of comments (#530)
| 13:36:34 |
| lola joined the room. | 13:56:13 |
lola | Where is in invidious being written in rust | 13:57:07 |
konrad | In reply to @prit:matrix.org Where is in invidious being written in rust I hope not, and why should you? | 14:25:04 |
konrad | * I hope not, and why should it? | 14:25:18 |
@marioyd:matrix.yourdevice.ch | In reply to @marioyd:matrix.yourdevice.ch I am also having this issue lately Hello again, I saw on github that this issue has been resolved on last weeks update? I recreated all docker containers but there is no update | 14:29:46 |
lola | It's updated version https://github.com/89Q12/rusted-invidious | 14:30:58 |
@marioyd:matrix.yourdevice.ch | I am talking about the
`The video returned by YouTube isn't the requested one. (Android client) (VideoNotAvailableException)`
Issue | 14:31:05 |
@marioyd:matrix.yourdevice.ch | I don't run rusted Invidious. Does it mean there is no update for it yet | 14:33:24 |
Lomanic | marioYD: which invidious image and tag are you using? | 14:34:40 |
@marioyd:matrix.yourdevice.ch | In reply to @lomanic:matrix.org marioYD: which invidious image and tag are you using? quay.io/invidious/invidious:latest | 14:35:12 |
Lomanic | marioYD: At runtime, what is the version displayed in the footer? | 14:37:22 |
@marioyd:matrix.yourdevice.ch | In reply to @lomanic:matrix.org marioYD: At runtime, what is the version displayed in the footer? sorry but how do i find this out where do i see it, on browser accessing my instance? | 14:45:43 |
Nihilist OLD ACCOUNT !!!! | Bottom right corner on your instance pqge | 14:46:26 |
@marioyd:matrix.yourdevice.ch | Version: 2024.03.08-99a5e9c @ master | 14:46:27 |
Nihilist OLD ACCOUNT !!!! | * Bottom right corner on your instance page | 14:46:40 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | In reply to @marioyd:matrix.yourdevice.ch Version: 2024.03.08-99a5e9c @ master That's definitely not the newest version. Update your containers, you're running a version that does not have the fix for the The video returned by YouTube isn't the requested one. (Android client) (VideoNotAvailableException) error. | 14:49:21 |
@marioyd:matrix.yourdevice.ch | In reply to @alexpewmaster:nope.chat That's definitely not the newest version. Update your containers, you're running a version that does not have the fix for the The video returned by YouTube isn't the requested one. (Android client) (VideoNotAvailableException) error. and how do I updated? using the latest tag | 14:50:06 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | In reply to @marioyd:matrix.yourdevice.ch and how do I updated? using the latest tag Go to your directory where the docker-compose.yml file is and run docker compose pull | 14:51:29 |
AlexPewMaster (moved to @alexpewmaster:reallyaweso.me) | Using the latest tag doesn't mean that you're always running the newest version, you also have to frequently update for it to be the actual latest version | 14:52:52 |