<?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: JSONDecodeError after updating to Pro 2.7 in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/jsondecodeerror-after-updating-to-pro-2-7/m-p/1089934#M6512</link>
    <description>&lt;P&gt;Would anyone have any updates on this? I just upgraded the Python API in Jupyter Notebooks to v1.9 and now its having the same issue so I will have to downgrade back to my old v1.6. Still no luck connecting in Pro now with 2.8.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Aug 2021 13:16:01 GMT</pubDate>
    <dc:creator>JasonJordan00</dc:creator>
    <dc:date>2021-08-18T13:16:01Z</dc:date>
    <item>
      <title>JSONDecodeError after updating to Pro 2.7</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/jsondecodeerror-after-updating-to-pro-2-7/m-p/1020522#M5479</link>
      <description>&lt;P&gt;Since updating to Pro 2.7 this morning I can no longer connect to our Enterprise Portal using the ArcGIS API for Python. Previously, I could connect using this line-&lt;/P&gt;&lt;P&gt;gis = GIS('https://portaladdress/portal',verify_cert=False)&lt;/P&gt;&lt;P&gt;But now suddenly it errors out returning&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="ansi-red-fg"&gt;JSONDecodeError&lt;/SPAN&gt;: Expecting value: line 1 column 1 (char 0)&lt;/PRE&gt;&lt;P&gt;Any ideas? Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 15:46:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/jsondecodeerror-after-updating-to-pro-2-7/m-p/1020522#M5479</guid>
      <dc:creator>JasonJordan00</dc:creator>
      <dc:date>2021-01-27T15:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: JSONDecodeError after updating to Pro 2.7</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/jsondecodeerror-after-updating-to-pro-2-7/m-p/1020879#M5484</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/312237"&gt;@JasonJordan00&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'd better check if your ArcGIS Server and Portal for ArcGIS are running first.&lt;/P&gt;&lt;P&gt;You're also missing the username and password parameters in GIS.&lt;/P&gt;&lt;P&gt;1. Run the Portal url in a web browser to see if Portal is up and running. If not go to Services and restart your Portal.&lt;/P&gt;&lt;P&gt;2. Do the same with ArcGIS Server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Then Run your code again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;======================================================================&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please give a like if helpful and Accept as Solution if it's answered your query.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 05:54:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/jsondecodeerror-after-updating-to-pro-2-7/m-p/1020879#M5484</guid>
      <dc:creator>MehdiPira1</dc:creator>
      <dc:date>2021-01-28T05:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: JSONDecodeError after updating to Pro 2.7</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/jsondecodeerror-after-updating-to-pro-2-7/m-p/1020886#M5485</link>
      <description>&lt;P&gt;Yes, Portal and server are both operating normally. Again, this began happening immediately after upgrading to Pro 2.7.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 06:22:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/jsondecodeerror-after-updating-to-pro-2-7/m-p/1020886#M5485</guid>
      <dc:creator>JasonJordan00</dc:creator>
      <dc:date>2021-01-28T06:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: JSONDecodeError after updating to Pro 2.7</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/jsondecodeerror-after-updating-to-pro-2-7/m-p/1089934#M6512</link>
      <description>&lt;P&gt;Would anyone have any updates on this? I just upgraded the Python API in Jupyter Notebooks to v1.9 and now its having the same issue so I will have to downgrade back to my old v1.6. Still no luck connecting in Pro now with 2.8.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 13:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/jsondecodeerror-after-updating-to-pro-2-7/m-p/1089934#M6512</guid>
      <dc:creator>JasonJordan00</dc:creator>
      <dc:date>2021-08-18T13:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: JSONDecodeError after updating to Pro 2.7</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/jsondecodeerror-after-updating-to-pro-2-7/m-p/1101827#M6681</link>
      <description>&lt;P&gt;Maybe this workaround will help... &lt;A href="https://support.esri.com/en/technical-article/000024610" target="_blank"&gt;https://support.esri.com/en/technical-article/000024610&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 20:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/jsondecodeerror-after-updating-to-pro-2-7/m-p/1101827#M6681</guid>
      <dc:creator>FrankMancini</dc:creator>
      <dc:date>2021-09-24T20:53:28Z</dc:date>
    </item>
  </channel>
</rss>

