Personal Fork App Loader List Corrupted #7788
-
In my fork of BangleApps, I committed something to an app I was making, and when I went to the site, https://rkboss6.github.io/BangleApps/, it just displayed an error "App List Corrupted", and no apps would load. I don't know what happened, but I would like to get to the bottom of this, or at least find out why it is displaying that. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In your repo (https://github.com/rkboss6/BangleApps) I believe you can enable GitHub actions and then it'll run some tests and actually tell you what the problem is or if there's a problem based on whether there's a tick or cross by your latest commit. But you can also check on what changed. If you click on the In this case the app list is built from all the app metadata and I think your metadata file isn't valid JSON. Just took a look through and at espruino/BangleApps@master...RKBoss6:BangleApps:master#diff-faab6e08eb3df6028f3fde125444b7025ad80258eeb84e593c37b1c25dfed018R9 you have:
when it should be:
|
Beta Was this translation helpful? Give feedback.
-
Oh man, thank you so much! I was struggling to find this out... |
Beta Was this translation helpful? Give feedback.
In your repo (https://github.com/rkboss6/BangleApps) I believe you can enable GitHub actions and then it'll run some tests and actually tell you what the problem is or if there's a problem based on whether there's a tick or cross by your latest commit.
But you can also check on what changed. If you click on the
This branch is 13 commits ahead of espruino/BangleApps:master.
text and scroll down it'll show exactly what changed.In this case the app list is built from all the app metadata and I think your metadata file isn't valid JSON. Just took a look through and at espruino/BangleApps@master...RKBoss6:BangleApps:master#diff-faab6e08eb3df6028f3fde125444b7025ad80258eeb84e593c37b1c25dfed018R9 …