New installed apps not working

Tipi has been running great for me, for months. I did have to manually update as I missed a couple updates, but once I figured that out, it was back to normal. I just tried to install a couple new apps, and while everything on the Tipi side seems good, I am not able to access the seemingly properly running apps. I just get a "404 page not found" error. I've tried stopping/restarting, and everything looks good but the apps remain inaccessible. I'm probably missing something obvious if anybody has an idea. Thanks.
34 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
kosmonautbruce
kosmonautbruceOP2y ago
I tried three different apps and it happened with all of them. What would be the best way to check for an error in the logs? I'm not super Linux savvy, I'm afraid.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
kosmonautbruce
kosmonautbruceOP2y ago
Yeah, no problem getting it, just not very experienced with reading it
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
kosmonautbruce
kosmonautbruceOP2y ago
I did find this in the error.log: librephotos-frontend Error Error response from daemon: Head "https://registry-1.docker.io/v2/reallibrephotos/librephotos-frontend/manifests/2023w37p2": EOF 2023-09-28T21:02:46.283Z - error > Command failed: docker compose --env-file /home/kosmonaut/runtipi/app-data/portainer/app.env --project-name portainer -f /home/kosmonaut/runtipi/apps/portainer/docker-compose.yml -f /home/kosmonaut/runtipi/repos/7a92c8307e0a8074763c80be1fcfa4f87da6641daea9211aea6743b0116aba3b/apps/docker-compose.common.yml up --detach --force-recreate --remove-orphans portainer Pulling portainer Error Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled (Client.Timeout exceeded while awaiting headers) librephotos was one of the apps that I installed and is not working. Portainer is another, which is really weird because I had that installed previously and it worked, but I uninstalled it at one point and was just trying to reinstall it a bit later
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
kosmonautbruce
kosmonautbruceOP2y ago
v2.0.5
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
kosmonautbruce
kosmonautbruceOP2y ago
Ubuntu 22.10 on a VPS
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Stavros
Stavros2y ago
@Deleted User hehe let's steal your debugging job 🤣 So It seems it can't access the docker registry Could you go to your terminal and run ping docker.io? It should respond If it does the run this ping registry-1.docker.io
kosmonautbruce
kosmonautbruceOP2y ago
Sorry, I was away from my desk for a while there. I tried ping docker.io and it did not respond at all
Stavros
Stavros2y ago
Then it's dns Can you add: nameserver 1.1.1.1 in /etc/resolv.conf
kosmonautbruce
kosmonautbruceOP2y ago
I set nameserver 1.1.1.1 in /etc/resolv.conf should I restart Tipi? or reboot VPS? or reinstall the new apps?
Stavros
Stavros2y ago
Just try to ping docker.io
kosmonautbruce
kosmonautbruceOP2y ago
hmmm. still nothing on ping docker.io 2023-09-30T02:00:01.352Z - error > stderr: From https://github.com/meienberger/runtipi-appstore ec0ab23..3a1e2fe master -> origin/master 2023-09-30T05:00:01.177Z - error > stderr: From https://github.com/meienberger/runtipi-appstore 3a1e2fe..298cfcf master -> origin/master 2023-09-30T09:30:01.015Z - error > stderr: From https://github.com/meienberger/runtipi-appstore 298cfcf..ead9c04 master -> origin/master just checked to see what docker containers were actually running and it's what you would expect, the apps working correctly show up, the others do not. so, something I'm doing is preventing the apps from running, even though Tipi and the other apps are doing fine. weird
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
kosmonautbruce
kosmonautbruceOP2y ago
pinging github.com works fine, yes
Stavros
Stavros2y ago
@Nicolas here you go
Nicolas
Nicolas2y ago
? Looks like a DNS issue no?
Stavros
Stavros2y ago
your next issue to solve 🤣
kosmonautbruce
kosmonautbruceOP2y ago
Yeah, it's weird, I'm not doing anything different, I set up the subdomains on my dns the exact same way I did for the previous apps, but its still not doing it. OK, I was able to get this fixed after all. I went back and updated my VPS from Ubuntu 22.10 to 23.04 and after restarting Tipi everything began working as it should. Not sure what the precise error was, but super happy it's working again, and that I can install new apps again.
Nicolas
Nicolas2y ago
Nice, glad you managed to fix it It can become very tricky to debug it from our side
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Nicolas
Nicolas2y ago
Also interesting to note that docker went very aggresive recently on their rate limiting If you are not logged in you get only 100 pulls per 6 hours And if you are using a VPN, probably someone else used the quota with the IP
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Nicolas
Nicolas2y ago
There should be more details on top or bottom of this error
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Nicolas
Nicolas2y ago
Weird logs I have to say This is what stands out to me
failed to register layer: unlinkat /usr/local/lib/python3.9/site-packages/lxml-4.9.2.dist-info: invalid argument
failed to register layer: unlinkat /usr/local/lib/python3.9/site-packages/lxml-4.9.2.dist-info: invalid argument
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Nicolas
Nicolas2y ago
Yes, seems like it
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Stavros
Stavros2y ago
You can install docker in an lxc container

Did you find this page helpful?