App is installed, but missing from My Apps and App Store
I have had transmission-vpn installed for a while, but it recently became unavailable in My Apps and the App Store, but its Docker container was still running. Now it isn't running anymore. How would I get it back? Similar to this issue here: https://github.com/runtipi/runtipi/issues/1363
Thanks for any help!
GitHub
[BUG] docker of apps running, but not present in My Apps tab · Issu...
Checklist Before opening your issue be sure to have completed all those tasks. My issue is not related to an app I installed through tipi (If so please open your issue here: https://github.com/runt...
18 Replies
Have you tried pulling the latest repo changes? (Go to settings and click pull repo)
Then check if it appears in the appstore
Hi. Yes I have tried that, and it appears to be successful in the log, but the app is still a no-show.
info > Pulled repo https://github.com/runtipi/runtipi-appstore to /data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903
Alright if you try to go to yourserverip/app-store/transmission-vpn
I get this:
Cool, that indicates something is wrong in the repo, let me have a look on the repo
Hmm it looks good
Can you share the logs please?
Hmm nothing useful here, I guess you have error monitoring disabled?
How do I enable error monitoring?
One thing I have noticed is that the folders in the repos apps folder all have June 2024 timestamps. Seems like they may not really be updating?
Ok let's try to force update
Firstly stop runtipi with
./runtipi-cli stop
Then go to the repos folder cd repos
and remove the repo with rm -rf 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903
Ok
done
and then start runtipi again with
./runtipi-cli start
it should auto pull the repoOh wow. It updated the repos and when I go to the app store, transmission-vpn is back and I have so many apps that need updates lol. Transmission will not start at the moment, but it's probably a config problem I need to fix.
Thanks a bunch!
Cool!
Good news
I guess something on my local repo config got gunked up, which is why it wasn't updating?
Yes sometimes it happens, and a good old restart can help
Nice, you guys are awesome!
Had to reinstall the app, now everything seems to be good. Thanks again!