<?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 Unicode error for Meraki python library in my code in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/unicode-error-for-meraki-python-library-in-my-code/m-p/4436329#M9044</link>
    <description>&lt;P&gt;I`m having problems when running my code in visual studio code because it sends me an error like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;File "/usr/local/lib/python3.8/dist-packages/meraki/api/wireless.py", line 1098&lt;BR /&gt;"""&lt;BR /&gt;^&lt;BR /&gt;&lt;STRONG&gt;SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0x92 in position 8689: invalid start byte&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I already changed the character encoding from utf-8 to ISO 8859-1&lt;/STRONG&gt; (what I found on internet that could solve the problem) but&lt;STRONG&gt; I`m still receiving this error.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is this a typical syntax error for meraki python library?&lt;/P&gt;&lt;P&gt;How can I solve this problem, which encoding should I use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;I`m new to this coding environments hope you can help me&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jul 2021 00:44:34 GMT</pubDate>
    <dc:creator>bluedot_worker</dc:creator>
    <dc:date>2021-07-21T00:44:34Z</dc:date>
    <item>
      <title>Unicode error for Meraki python library in my code</title>
      <link>https://community.cisco.com/t5/network-platform-api/unicode-error-for-meraki-python-library-in-my-code/m-p/4436329#M9044</link>
      <description>&lt;P&gt;I`m having problems when running my code in visual studio code because it sends me an error like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;File "/usr/local/lib/python3.8/dist-packages/meraki/api/wireless.py", line 1098&lt;BR /&gt;"""&lt;BR /&gt;^&lt;BR /&gt;&lt;STRONG&gt;SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0x92 in position 8689: invalid start byte&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I already changed the character encoding from utf-8 to ISO 8859-1&lt;/STRONG&gt; (what I found on internet that could solve the problem) but&lt;STRONG&gt; I`m still receiving this error.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is this a typical syntax error for meraki python library?&lt;/P&gt;&lt;P&gt;How can I solve this problem, which encoding should I use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;I`m new to this coding environments hope you can help me&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 00:44:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/unicode-error-for-meraki-python-library-in-my-code/m-p/4436329#M9044</guid>
      <dc:creator>bluedot_worker</dc:creator>
      <dc:date>2021-07-21T00:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error for Meraki python library in my code</title>
      <link>https://community.cisco.com/t5/network-platform-api/unicode-error-for-meraki-python-library-in-my-code/m-p/4446743#M9045</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1226044"&gt;@bluedot_worker&lt;/a&gt;, have you tried adding one of these:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;#!/usr/bin/env python3
#coding: utf-8&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE&gt;#!/usr/bin/env python3
# -*- coding: utf-8 -*-&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please refer to the Python docs for more. Here's the section for Python 2.7: &lt;A href="https://docs.python.org/2.7/tutorial/interpreter.html#source-code-encoding" target="_blank"&gt;https://docs.python.org/2.7/tutorial/interpreter.html#source-code-encoding&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 20:48:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/unicode-error-for-meraki-python-library-in-my-code/m-p/4446743#M9045</guid>
      <dc:creator>Alexander Stevenson</dc:creator>
      <dc:date>2021-08-09T20:48:59Z</dc:date>
    </item>
  </channel>
</rss>

