Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geocoder does not work and obstructs the normal function of NLP #31

Open
Iey4iej3 opened this issue May 20, 2023 · 0 comments
Open

Geocoder does not work and obstructs the normal function of NLP #31

Iey4iej3 opened this issue May 20, 2023 · 0 comments
Labels

Comments

@Iey4iej3
Copy link

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 Iey4iej3 added the bug label May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant