1 Apr 2024 |
tr4ck3ur | personally i would propose a jupyter notebook, but that's the style-python way | 23:38:23 |
syeopite | If I'm understanding this correctly, you want a script that can find whatever parameter YouTube wants and then generate a patch for it? | 23:41:58 |
tr4ck3ur | let's say a way to avoid 4 minutes of compilation to drop an API request | 23:42:39 |
tr4ck3ur | an exploratory notebook or whatever efficient | 23:43:17 |
syeopite | If you simply want to test a bunch of API endpoints then there's https://github.com/iv-org/youtube-utils/blob/master/scripts/yt-api-helper.sh | 23:44:16 |
tr4ck3ur | ah, i wasn't aware of it, thanks, checking | 23:45:00 |
tr4ck3ur | hum, ok that kind of thing, yes... to ease investigation. thanks for sharing | 23:50:30 |
tr4ck3ur | i love the version on /scripts/yt-api-helper.sh#L500 | 23:51:57 |
tr4ck3ur | but yes anyway it helps | 23:52:42 |
2 Apr 2024 |
tr4ck3ur | https://invidious.fdn.fr/watch?v=ZC6klVwNpMQ | 00:12:50 |
tr4ck3ur | faut que je fasse de la musique | 00:13:36 |
tr4ck3ur | sorry for the ads iv-bot, but have to sleep, i'm ready to spend time for help if needed. | 00:22:02 |
| @blade:darkness.services joined the room. | 02:01:48 |
@blade:darkness.services | ugg, I'd resetup invidious with the production and dev setup, and it just gives the same error | 02:02:27 |
@blade:darkness.services | Unhandled exception: mapping values are not allowed in this context at line 8, column 15 (YAML::ParseException) | 02:02:46 |
@blade:darkness.services | Anyone know what this could mean? | 02:02:57 |
@blade:darkness.services | version: "3"
services:
invidious:
| 02:04:12 |
@blade:darkness.services | It says line 3 can't find the key, but there is nothing on line 3 | 02:04:30 |
ChronoloGoose | In reply to @blade:darkness.services Anyone know what this could mean? This means, as mentioned before, that your YAML syntax is incorrect. | 02:16:10 |
@blade:darkness.services | I just have the compose file as the web site says to... plus line 3 is blank. | 02:20:09 |
@blade:darkness.services | It's like a services line and then invidious is listed... so I'm at a loss as to what it's looking for as the co.pose file on the web site is exactly the same | 02:21:09 |
Jason Lewis | In reply to @invidious-bot:tchncs.de <dostoyevsky2> Sometimes I feel I am the only one who likes yaml and uses it everywhere... never had problems with the indentation in makefiles, python, or yaml... have you seen this? https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell | 02:29:53 |
Jason Lewis | just curious what the status is of the current yt breakage? | 02:32:10 |
@strongthany:matrix.strongthany.cc | Howdy y'all! I noticed my instance has been serving a 502. when I look at the update logs from my server, I see that docker reports the following:
https://privatebin.net/?96fa3e89ba012db8#9jSrNV95QQEnHpmnFUWWf7twJt9fQHvCKKtRkyoBV54T
Has there been a change with the docker compose file that I need to update a config setting for? I apologize if I missed something obvious here, I'm just not finding the answer in my searching. | 04:23:54 |
@lilay:matrix.org | I think it's your config. | 04:29:49 |
@strongthany:matrix.strongthany.cc | * Howdy y'all! I noticed my instance has been serving a 503. when I look at the update logs from my server, I see that docker reports the following:
https://privatebin.net/?96fa3e89ba012db8#9jSrNV95QQEnHpmnFUWWf7twJt9fQHvCKKtRkyoBV54T
Has there been a change with the docker compose file that I need to update a config setting for? I apologize if I missed something obvious here, I'm just not finding the answer in my searching. | 04:30:22 |
@strongthany:matrix.strongthany.cc | In reply to @lilay:matrix.org I think it's your config. That's what I'm thinking, though having issues seeing what's exactly wrong. I'll post a sanitized config in a moment. | 04:30:46 |
@lilay:matrix.org | "Error response from daemon: No such container: invidious_invidious_1" | 04:30:59 |
@lilay:matrix.org | And here is your current container name "6035e5b27e99_invidious_invidious_1" | 04:31:25 |
@strongthany:matrix.strongthany.cc | https://privatebin.net/?835b75fb1618577e#8WDyPVQaDUuyxY789feThS2FUu3x2jt13jgxkXdFgMNH | 04:33:20 |