NominatimGeocoderBackend icon indicating copy to clipboard operation
NominatimGeocoderBackend copied to clipboard

Geocoder does not work and obstructs the normal function of NLP

Open Iey4iej3 opened this issue 1 year ago • 0 comments

Describe the bug When Nominatim Geocoder is enabled in microg, it sometimes crashes. Moreover, NLP frequently stops working.

System Android Version: 12 Custom ROM: LineageOS 19.1 (LOS for MicroG)

Additional context Seen from logcat:

java.lang.NullPointerException: Attempt to get length of null array
	at java.lang.StringFactory.newStringFromBytes(StringFactory.java:46)
	at org.microg.nlp.backend.nominatim.BackendService$AsyncGetRequest.retrieveString(BackendService.java:288)
	at org.microg.nlp.backend.nominatim.BackendService.getFromLocation(BackendService.java:122)
	at org.microg.nlp.api.GeocoderBackendService$Backend.getFromLocation(GeocoderBackendService.java:73)
	at org.microg.nlp.api.GeocoderBackend$Stub.onTransact(GeocoderBackend.java:63)
	at android.os.Binder.execTransactInternal(Binder.java:1179)
	at android.os.Binder.execTransact(Binder.java:1143)

Iey4iej3 avatar May 20 '23 21:05 Iey4iej3