Nullpointer exception by http request through Gadgetbridge #5144
Replies: 1 comment
-
Posted at 2022-08-22 by m-p{3} 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. Posted at 2022-08-22 by user148386 Is there a way to download the previous verison or do i have to build it localy? Posted at 2022-08-24 by m-p{3} If you backed up the APK you could technically uninstall the current version and sideload the previous one. Posted at 2022-08-24 by @gfwilliams It looks like you may be able to make this work with:
But I'll try and get a fix in now so this should be in the nightlies Posted at 2022-08-25 by m-p{3} Thanks @gfwilliams! Posted at 2022-08-25 by user148386 Worked for me, thanks |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-08-21 by user148386
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?
Beta Was this translation helpful? Give feedback.
All reactions