<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Not able to get geocoder results after suggestions in Kotlin 200.1.0 in Kotlin Maps SDK Questions</title>
    <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/not-able-to-get-geocoder-results-after-suggestions/m-p/1313928#M183</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/291371"&gt;@Erick_1&lt;/a&gt;&amp;nbsp; we cant share the exact code in which we are facing this, but I assure that I used the same code which is provided in the sample github repositories for map implementation.&lt;BR /&gt;&lt;BR /&gt;I created some samples , all sample are working fine if implemented alone, but when we implemented in our live code then its crashing. Always shows the above error when we first search for suggestions first and then search for location using that suggestion.&lt;BR /&gt;&lt;BR /&gt;Alone search for location with dummy location address is working fine but if we serch for suggestion first then its crashing on &lt;STRONG&gt;geocode API.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Also we used the 100.1 versoion of map version, then its working fine. It only occurs when we change the version to 200.1.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 04:57:57 GMT</pubDate>
    <dc:creator>sahilkr8138</dc:creator>
    <dc:date>2023-08-01T04:57:57Z</dc:date>
    <item>
      <title>Not able to get geocoder results after suggestions in Kotlin 200.1.0</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/not-able-to-get-geocoder-results-after-suggestions/m-p/1311415#M147</link>
      <description>&lt;P&gt;I am trying to fetch address using &lt;STRONG&gt;Geocode Suggestion API&lt;/STRONG&gt; and &lt;STRONG&gt;Geocode result API&lt;/STRONG&gt;.&amp;nbsp;&lt;BR /&gt;When I normally load results from&lt;/P&gt;&lt;LI-CODE lang="kotlin"&gt;locatorTask.geocode(query, geocodeParams)&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;then it returns the results but when I try&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="kotlin"&gt;locatorTask.suggest(query)&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;and after click on one of the suggestion result&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="kotlin"&gt;locatorTask.geocode(suggestion, geocodeParams)&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;then app get crashed every time with crash&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;FATAL EXCEPTION: OkHttp Dispatcher&lt;BR /&gt;java.lang.NoClassDefFoundError: Failed resolution of: Lokhttp3/internal/Util;&lt;BR /&gt;at okhttp3.JavaNetCookieJar.decodeHeaderAsJavaNetCookies(JavaNetCookieJar.kt:81)&lt;BR /&gt;at okhttp3.JavaNetCookieJar.loadForRequest(JavaNetCookieJar.kt:59)&lt;BR /&gt;at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:74)&lt;BR /&gt;at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)&lt;BR /&gt;at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:64)&lt;BR /&gt;at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)&lt;BR /&gt;at com.arcgismaps.http.internal.ntlm.NtlmInterceptor.intercept(NtlmInterceptor.kt:53)&lt;BR /&gt;at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)&lt;BR /&gt;at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:205)&lt;BR /&gt;at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:533)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:1012)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: Didn't find class "okhttp3.internal.Util" on path: DexPathList&lt;BR /&gt;at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:379)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:312)&lt;BR /&gt;at okhttp3.JavaNetCookieJar.decodeHeaderAsJavaNetCookies(JavaNetCookieJar.kt:81)&amp;nbsp;&lt;BR /&gt;at okhttp3.JavaNetCookieJar.loadForRequest(JavaNetCookieJar.kt:59)&amp;nbsp;&lt;BR /&gt;at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:74)&amp;nbsp;&lt;BR /&gt;at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)&amp;nbsp;&lt;BR /&gt;at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:64)&amp;nbsp;&lt;BR /&gt;at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)&amp;nbsp;&lt;BR /&gt;at com.arcgismaps.http.internal.ntlm.NtlmInterceptor.intercept(NtlmInterceptor.kt:53)&amp;nbsp;&lt;BR /&gt;at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)&amp;nbsp;&lt;BR /&gt;at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:205)&amp;nbsp;&lt;BR /&gt;at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:533)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 25 Jul 2023 10:15:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/not-able-to-get-geocoder-results-after-suggestions/m-p/1311415#M147</guid>
      <dc:creator>sahilkr8138</dc:creator>
      <dc:date>2023-07-25T10:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get geocoder results after suggestions in Kotlin 200.1.0</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/not-able-to-get-geocoder-results-after-suggestions/m-p/1311678#M153</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/704391"&gt;@sahilkr8138&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using OkHttp in your app ? If so, what version are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 18:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/not-able-to-get-geocoder-results-after-suggestions/m-p/1311678#M153</guid>
      <dc:creator>Erick_1</dc:creator>
      <dc:date>2023-07-25T18:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get geocoder results after suggestions in Kotlin 200.1.0</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/not-able-to-get-geocoder-results-after-suggestions/m-p/1312445#M175</link>
      <description>&lt;P&gt;yes &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/291371"&gt;@Erick_1&lt;/a&gt;&amp;nbsp;.OkHttp version used:&amp;nbsp;&lt;STRONG&gt;com.squareup.okhttp3:okhttp:4.10.0&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 08:31:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/not-able-to-get-geocoder-results-after-suggestions/m-p/1312445#M175</guid>
      <dc:creator>sahilkr8138</dc:creator>
      <dc:date>2023-07-27T08:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get geocoder results after suggestions in Kotlin 200.1.0</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/not-able-to-get-geocoder-results-after-suggestions/m-p/1312866#M177</link>
      <description>&lt;P&gt;Can you provide some isolated test code to reproduce this bug?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 22:24:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/not-able-to-get-geocoder-results-after-suggestions/m-p/1312866#M177</guid>
      <dc:creator>Erick_1</dc:creator>
      <dc:date>2023-07-27T22:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get geocoder results after suggestions in Kotlin 200.1.0</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/not-able-to-get-geocoder-results-after-suggestions/m-p/1313928#M183</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/291371"&gt;@Erick_1&lt;/a&gt;&amp;nbsp; we cant share the exact code in which we are facing this, but I assure that I used the same code which is provided in the sample github repositories for map implementation.&lt;BR /&gt;&lt;BR /&gt;I created some samples , all sample are working fine if implemented alone, but when we implemented in our live code then its crashing. Always shows the above error when we first search for suggestions first and then search for location using that suggestion.&lt;BR /&gt;&lt;BR /&gt;Alone search for location with dummy location address is working fine but if we serch for suggestion first then its crashing on &lt;STRONG&gt;geocode API.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Also we used the 100.1 versoion of map version, then its working fine. It only occurs when we change the version to 200.1.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 04:57:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/not-able-to-get-geocoder-results-after-suggestions/m-p/1313928#M183</guid>
      <dc:creator>sahilkr8138</dc:creator>
      <dc:date>2023-08-01T04:57:57Z</dc:date>
    </item>
  </channel>
</rss>

