No Available app update even through there are updates in GitHub

I have observed an issue in last few weeks that even though there are app updates pushed in GitHub, one of my runtipi instance just doesn't show any updates at all. The app is working fine but there are no updates. There is virtually no difference in my tow instances. How do I debug and fix this.
6 Replies
InfBoumcyCastle
InfBoumcyCastle4mo ago
a good start to debug would be to follow the instructions from the pinned "Post Guidelines" post in #🙋🏼・help . i guess in your case especially the point "Very important: Include the result of command sudo ./runtipi-cli debug" would be helpful (for both instances)
Nicolas
Nicolas4mo ago
Yes, do what @InfBoumcyCastle said ^ Also have you tried basic stuff like restarting and reading the logs?
SpaceCicada
SpaceCicadaOP4mo ago
Apologies, I should have read the instructions before. I have resolved the issue but I think it can be a real issue so putting all of the debug things here: Logs
runtipi | dashboard: 2024-09-03T07:10:16.837Z - error > TypeError: fetch failed
runtipi | dashboard: 2024-09-03T07:10:16.837Z - error > TypeError: fetch failed
The original issue logs have been cleared since I restarted the instance. But this one line is too frequent. Coudn't figure out this. The original issue that prevented repo from being updated happened from a misconfigured .git/config file in the repo directory. This information I figured out after reading logs. I first updated the file and made it similar to my other instance. After that I read the git command from the logs and force ran it myself in my runtipi folder. And that worked. I am sure this is not the recommended way but it is working. Here is the command.
sudo git -C repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 fetch origin && git -C repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 reset --hard ori
gin/master
sudo git -C repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 fetch origin && git -C repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 reset --hard ori
gin/master
SpaceCicada
SpaceCicadaOP4mo ago
Please let me know if I can provide more info in order to properly debug the issue. Or anything that I should have done differrently.
InfBoumcyCastle
InfBoumcyCastle4mo ago
good to hear its working again 👍 - in case it is happening again i suggest to come back to this thread here
SpaceCicada
SpaceCicadaOP4mo ago
Sure thanks

Did you find this page helpful?