2 Jan 2022 |
TiA4f8R | As a remember, you need to send the "params": "wgYCCAA%3D" field in the JSON payload to show unavailable videos. | 18:41:38 |
Samantaz Fox | yeah :) I've opened an issue for that | 18:47:06 |
Samantaz Fox | I tried to implement the feature, but I haven't been able to find a playlist that has unavailable videos. | 18:47:53 |
TiA4f8R | I have a lot of playlists with unavailable videos if you want :) | 18:48:36 |
Samantaz Fox | neat! | 18:48:56 |
Samantaz Fox | can you post them here? https://github.com/iv-org/invidious/issues/2303 | 18:49:17 |
TiA4f8R | You have also https://github.com/iv-org/invidious/issues/2305 which contains unavailable videos! | 18:52:14 |
Samantaz Fox | Oh, I've tried thos with the parameter you mentioned. But nothing showed up. | 18:53:13 |
Samantaz Fox | I think that something probably removes them somewhere else :/ | 18:53:33 |
TiA4f8R | Did you tried with this type of body? | 18:58:15 |
TiA4f8R | {
"context": {
"client": {
"hl": "en-GB",
"gl": "US",
"clientName": "WEB",
"clientVersion": "2.20220103.01.00"
}
},
"browseId": "VL" + PLAYLIST_ID,
"params": "wgYCCAA%3D"
}
| 18:58:37 |
TiA4f8R | They are shown for me | 18:58:52 |
TheFrenchGhosty | In reply to @tia4f8r:matrix.org As a remember, you need to send the "params": "wgYCCAA%3D" field in the JSON payload to show unavailable videos. why this specific param? | 19:21:45 |
TheFrenchGhosty | it's just an arbitrary value youtube uses? | 19:21:59 |
Samantaz Fox | it's a protobuf object :) | 19:22:17 |
Samantaz Fox | TiA4f8R yeah, I did. Though, I havent tried from CLI, only inside invidious | 19:22:45 |
| SamantazFox_ joined the room. | 20:05:47 |
| TheGodGoldfish joined the room. | 20:18:25 |
| byteskep1ical joined the room. | 20:45:32 |
| zehka joined the room. | 21:32:01 |
zehka | Hey everyone. I'm having trouble running invidious on almalinux (the community-driven successor of CentOS) and made an issue for that: https://github.com/iv-org/invidious/issues/2753
I was told i could/should head here for help troubleshooting the OpenSSL errors invidious produces | 21:35:41 |
Samantaz Fox | Hello! | 21:36:49 |
TheFrenchGhosty | zehka: Hey, can you do crystal --version | 21:37:01 |
zehka | Redacted or Malformed Event | 21:37:20 |
zehka | [root@invidious ~]# crystal --version
Crystal 1.2.2 [6529d725a] (2021-11-10)
LLVM: 10.0.0
Default target: x86_64-unknown-linux-gnu
| 21:37:33 |
TheFrenchGhosty | and openssl version | 21:37:36 |
zehka | * [root@invidious ~]# crystal --version
Crystal 1.2.2 [6529d725a] (2021-11-10)
LLVM: 10.0.0
Default target: x86_64-unknown-linux-gnu
| 21:37:42 |
zehka | In reply to @thefrenchghosty:pussthecat.org and openssl version OpenSSL 1.1.1k FIPS 25 Mar 2021 | 21:38:21 |
TheFrenchGhosty | Samantaz Fox: Do you have time to debug it? | 21:38:42 |
Samantaz Fox | zehka try compiling without QUIC | 21:38:46 |