Error With Custom Bangle App Loader #3053
Replies: 6 comments
-
Posted at 2020-09-29 by user113695 Looks like you have an extra comma "," after the last closing curly bracket in your apps.json file and you are missing a final closing square bracket "]". |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-09-30 by @gfwilliams As @user113695 says - fix that and it should be fine. You can safely ignore the 404 error. You can add a file called |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-09-30 by Spyguy OK thanks! It didn't work yesterday but today it works! Probably didn't sync. Thanks so much! I look forward to adding it to the official list soon. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-10-29 by sebi I am also getting some errors with my custom Bangle.js App Loader: Hence, when I select Bangle.js 2 no app is shown in the list of available apps. See below messages: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-10-30 by HughB The two times this has happened to me, its been due to a corrupted apps.json file. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-11-01 by @gfwilliams Hi @SEBI, I think what happened is you've pulled the updated files from GitHub but then the apps.json file hasn't merged properly. Probably what happened is you just overwrote the upstream GitHub version with your own version. A week or so go I added a 'supports' field to every app to set whether it's for Bangle.js 1 or 2, but this meant changing every app, which probably caused a merge error. I'd copy the apps.json file from upstream GitHub then just manually re-add the entries for the apps you've added. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-09-29 by Spyguy
Hello all,
So I made a clock app and I wanted to put it in the Bangle.js app loader. I cloned the repo and added the app to the app.json file. Then, I made the Github page and opened it. It said App List Corrupted and it gave me an error in the console. When I went to the link it gave, it gave me a 404 error. Please help!
A link to the repo: Link
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions