<?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 Getting a timeout when downloading large maps using OfflineMapJob in Kotlin Maps SDK Questions</title>
    <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/getting-a-timeout-when-downloading-large-maps/m-p/1366704#M316</link>
    <description>&lt;P&gt;Hi, we follow your tutorial here to download maps:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/blob/main/generate-offline-map/src/main/java/com/esri/arcgismaps/sample/generateofflinemap/MainActivity.kt" target="_blank"&gt;https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/blob/main/generate-offline-map/src/main/java/com/esri/arcgismaps/sample/generateofflinemap/MainActivity.kt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When we define a large map (~1,9GB) we get a timeout after a certain time. Is there a way to allow a higher timeout using the SDK?&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2024 08:12:58 GMT</pubDate>
    <dc:creator>padmalcom</dc:creator>
    <dc:date>2024-01-05T08:12:58Z</dc:date>
    <item>
      <title>Getting a timeout when downloading large maps using OfflineMapJob</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/getting-a-timeout-when-downloading-large-maps/m-p/1366704#M316</link>
      <description>&lt;P&gt;Hi, we follow your tutorial here to download maps:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/blob/main/generate-offline-map/src/main/java/com/esri/arcgismaps/sample/generateofflinemap/MainActivity.kt" target="_blank"&gt;https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/blob/main/generate-offline-map/src/main/java/com/esri/arcgismaps/sample/generateofflinemap/MainActivity.kt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When we define a large map (~1,9GB) we get a timeout after a certain time. Is there a way to allow a higher timeout using the SDK?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 08:12:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/getting-a-timeout-when-downloading-large-maps/m-p/1366704#M316</guid>
      <dc:creator>padmalcom</dc:creator>
      <dc:date>2024-01-05T08:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a timeout when downloading large maps using OfflineMapJob</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/getting-a-timeout-when-downloading-large-maps/m-p/1366882#M318</link>
      <description>&lt;P&gt;Can you share which timeout exception you're receiving? Our API doesn't allow configuring a longer timeout, but knowing which type of timeout is being hit will help to narrow down how it can be resolved.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 17:22:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/getting-a-timeout-when-downloading-large-maps/m-p/1366882#M318</guid>
      <dc:creator>MikeWilburn</dc:creator>
      <dc:date>2024-01-05T17:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a timeout when downloading large maps using OfflineMapJob</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/getting-a-timeout-when-downloading-large-maps/m-p/1367271#M319</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/181437"&gt;@MikeWilburn&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;the timeout happens here when querying result() from the GenerateOfflineMapJob instance. result() calls onFailure and it.message simply contains the string "timeout".&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;offlineMapJob&lt;/SPAN&gt;.result().&lt;SPAN&gt;onSuccess &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Timber&lt;/SPAN&gt;.d(&lt;SPAN&gt;"Map download finished successfully."&lt;/SPAN&gt;)&lt;BR /&gt;&lt;SPAN&gt;return &lt;/SPAN&gt;&lt;SPAN&gt;Result&lt;/SPAN&gt;.success()&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;.&lt;SPAN&gt;onFailure &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;return &lt;/SPAN&gt;handleFailure(&lt;SPAN&gt;"Map download failed with message &lt;/SPAN&gt;&lt;SPAN&gt;${&lt;/SPAN&gt;&lt;SPAN&gt;it&lt;/SPAN&gt;.&lt;SPAN&gt;message&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;."&lt;/SPAN&gt;)&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Jan 2024 10:08:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/getting-a-timeout-when-downloading-large-maps/m-p/1367271#M319</guid>
      <dc:creator>padmalcom</dc:creator>
      <dc:date>2024-01-08T10:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a timeout when downloading large maps using OfflineMapJob</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/getting-a-timeout-when-downloading-large-maps/m-p/1367281#M320</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/682249"&gt;@padmalcom&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;What's the type of the exception (it) passed by `onFailure`?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 10:44:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/getting-a-timeout-when-downloading-large-maps/m-p/1367281#M320</guid>
      <dc:creator>GuntherHeppner</dc:creator>
      <dc:date>2024-01-08T10:44:34Z</dc:date>
    </item>
  </channel>
</rss>

