-
• #2
I get the same error when using A-GPS Data and OpenWeatherMap weather provider since I updated to 0.68.0b. Looks like something broke in that version.
-
• #3
Is there a way to download the previous verison or do i have to build it localy?
-
• #4
If you backed up the APK you could technically uninstall the current version and sideload the previous one.
-
• #5
It looks like you may be able to make this work with:
Bangle.http("https://www.google.com/",{headers:{}}).then(data=>{
But I'll try and get a fix in now so this should be in the nightlies
-
• #7
Worked for me, thanks
Hi everyone,
i am currently getting a null pointer exception when i try to send an http request through the gadgetbridge.
The code im using looks like this
and the exception(which is being printed on the second "showMessage" command) i getting is
Im using the android and version 0.68.0b-bangles Commit 9da7fef3e of the Bangle.js Gadgetbridge app. On the Banglejs itself runs the Android Integration App v 0.15 and the watch is connected to the Gadgetbridge app. The permission to use the internet is granted.
Do you have an idea how to fix this?