<?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: TypeError: Object of type bytes is not JSON serializable in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/687989#M114595</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp;- I cannot tell by the name of the App who is the creator of the App, but you need to reach out to developer of that App and raise support case there.&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2024 05:49:25 GMT</pubDate>
    <dc:creator>VatsalJagani</dc:creator>
    <dc:date>2024-05-20T05:49:25Z</dc:date>
    <item>
      <title>TypeError: Object of type bytes is not JSON serializable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/687395#M114542</link>
      <description>&lt;P&gt;In Python script I get a below error in internal logs&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;TypeError:&lt;/SPAN&gt; &lt;SPAN class=""&gt;Object&lt;/SPAN&gt; &lt;SPAN class=""&gt;of&lt;/SPAN&gt; &lt;SPAN class=""&gt;type&lt;/SPAN&gt; &lt;SPAN class=""&gt;bytes&lt;/SPAN&gt; &lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;JSON&lt;/SPAN&gt; &lt;SPAN class=""&gt;serializable&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are using python 3&lt;BR /&gt;May I know how to get rid of this error in internal logs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 01:10:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/687395#M114542</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2024-05-14T01:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: Object of type bytes is not JSON serializable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/687418#M114544</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp;- two questions?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is it causing any problems in the Splunk environment currently??&lt;/LI&gt;&lt;LI&gt;Which script / Add-on / App is generating this error??&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 06:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/687418#M114544</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2024-05-14T06:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: Object of type bytes is not JSON serializable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/687432#M114550</link>
      <description>&lt;P&gt;This is an error resulting from the python code trying to do somethin it's not supposed to. In this case - it's trying to serialize to json an object which is not serializable (not all classes can be serialized).&lt;/P&gt;&lt;P&gt;Why it happens? We don't know - you should look in your logs for indication &lt;EM&gt;where&lt;/EM&gt; this exception is triggered.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 07:34:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/687432#M114550</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-05-14T07:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: Object of type bytes is not JSON serializable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/687981#M114593</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;1. Checkpoint file is not getting update&lt;BR /&gt;2. It happens only in DC1&lt;BR /&gt;3.&amp;nbsp;&amp;nbsp;modinput_tyk_analytics_mongodb is the app having the python script&lt;/P&gt;&lt;P&gt;4. Whenever we see error in splunk internal logs, duplicate logs are seen&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 04:54:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/687981#M114593</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2024-05-20T04:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: Object of type bytes is not JSON serializable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/687989#M114595</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp;- I cannot tell by the name of the App who is the creator of the App, but you need to reach out to developer of that App and raise support case there.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 05:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/687989#M114595</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2024-05-20T05:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: Object of type bytes is not JSON serializable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/690113#M114834</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;1. Duplicate logs are ingested into splunk, we tried to change the checkpoint file value, even after that at 2 am duplicated are ingested&lt;BR /&gt;2. We are using python script to ingest TYK mongoDB logs into splunk&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2024 09:33:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TypeError-Object-of-type-bytes-is-not-JSON-serializable/m-p/690113#M114834</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2024-06-09T09:33:34Z</dc:date>
    </item>
  </channel>
</rss>

