ubipo / osmfocus

Open source tool for examining OpenStreetMap elements by moving around on a map.
Apache License 2.0
43 stars 5 forks source link

Unhandled exception: java.nio.charset.CharsetICU[UTF-8] #33

Closed deevroman closed 2 years ago

deevroman commented 3 years ago

Exception details

Message: java.nio.charset.CharsetICU[UTF-8]

What happened / what actions did you take before the bug occurred?

Open info about w36882918

Comments

-- Fill here if necessary --

Stack trace

java.nio.charset.IllegalCharsetNameException: java.nio.charset.CharsetICU[UTF-8]
    at java.nio.charset.Charset.checkCharsetName(Charset.java:201)
    at java.nio.charset.Charset.forName(Charset.java:295)
    at java.net.URLEncoder.encode(URLEncoder.java:57)
    at net.pfiers.osmfocus.view.fragments.ElementDetailsFragment$onCreateView$tagsListAdapter$1$1.invokeSuspend(ElementDetailsFragment.kt:28)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:3)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:18)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:1)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:10)

System / app info

App version: 1.2.3-fdroid
App version code: 123
App build type: release
Android version: 22
Device name: samsung SM-J120F
ubipo commented 2 years ago

Fixed, duplicate of #30