2 Apr 2024 |
@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 |
@strongthany:matrix.strongthany.cc | * here is my config, I redacted the hmac key
https://privatebin.net/?835b75fb1618577e#8WDyPVQaDUuyxY789feThS2FUu3x2jt13jgxkXdFgMNH | 04:33:58 |
@lilay:matrix.org | you use docker-compose or docker compose plugin | 04:44:50 |
@strongthany:matrix.strongthany.cc | In reply to @lilay:matrix.org you use docker-compose or docker compose plugin I run docker compose on the yml config I posted a minute agi | 04:47:03 |
@strongthany:matrix.strongthany.cc | In reply to @lilay:matrix.org you use docker-compose or docker compose plugin * I run docker compose on the yml config I posted a minute ago | 04:47:05 |
@lilay:matrix.org | have you try docker compose down and docker compose up -d again and see what happen? | 04:47:29 |
@strongthany:matrix.strongthany.cc | yeah, tried re-creating the docker containers | 04:48:18 |
@strongthany:matrix.strongthany.cc | Oh there we go, I had to manually start the docker instances. Not sure whey they weren't starting on their own? | 04:49:37 |
@lilay:matrix.org | your compose file is fine | 04:49:49 |
@lilay:matrix.org | https://askubuntu.com/questions/1508129/docker-compose-giving-containerconfig-errors-after-update-today | 04:50:34 |
@strongthany:matrix.strongthany.cc | and at the bottom it reads Current version: 2024.03.31-08390ac @ master so I am on the current version. I'm going to review my update script tomorrow, something must have changed there. Either way, that's not an issue of invidious, that's just a strongthany thing. Thank you for the help!! | 04:50:34 |
@strongthany:matrix.strongthany.cc | In reply to @lilay:matrix.org https://askubuntu.com/questions/1508129/docker-compose-giving-containerconfig-errors-after-update-today Yep I had found the same post. I had been using docker-compose before, switched to doceker compose | 04:51:02 |
@lilay:matrix.org | In reply to @lilay:matrix.org https://askubuntu.com/questions/1508129/docker-compose-giving-containerconfig-errors-after-update-today the same thing you facing :D | 04:51:08 |
@lilay:matrix.org |  Download image.png | 04:52:20 |
@lilay:matrix.org | it back on | 04:52:23 |
@strongthany:matrix.strongthany.cc | hooray! | 04:52:52 |
@lilay:matrix.org | if you want to see my compose let me know | 04:53:57 |