<?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: Website input app: Python error &amp;quot;LookupError: unknown encoding: 3Dutf-8=&amp;quot; in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339609#M40945</link>
    <description>&lt;P&gt;BTW . Its Confluence from Atlassian&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2017 20:06:25 GMT</pubDate>
    <dc:creator>moseisleydk</dc:creator>
    <dc:date>2017-12-13T20:06:25Z</dc:date>
    <item>
      <title>Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339606#M40942</link>
      <description>&lt;P&gt;I get the error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;13/12/2017
20:51:38.141    
2017-12-13 20:51:38,141 ERROR An exception occurred when attempting to retrieve information from the web-page, stanza=web_input://www_mos_eisley_dk
Traceback (most recent call last):
  File "/splunk/etc/apps/website_input/bin/web_input.py", line 349, in run
    https_only=self.is_on_cloud(input_config.session_key))
  File "/splunk/etc/apps/website_input/bin/website_input_app/web_scraper.py", line 710, in scrape_page
    additional_fields=additional_fields, **kw)
  File "/splunk/etc/apps/website_input/bin/website_input_app/web_scraper.py", line 446, in get_result_single
    content_decoded = content.decode(encoding=encoding, errors='replace')
LookupError: unknown encoding: 3Dutf-8=
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Dec 2017 19:55:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339606#M40942</guid>
      <dc:creator>moseisleydk</dc:creator>
      <dc:date>2017-12-13T19:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339607#M40943</link>
      <description>&lt;P&gt;Could you share the URL that you are using if it is a publically available one? I would like to reproduce this myself. It looks like the website is provided an invalid encoding and the Website Inputs app doesn't handle that yet. I want to update the app to handle it more gracefully.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 20:03:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339607#M40943</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2017-12-13T20:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339608#M40944</link>
      <description>&lt;P&gt;Its &lt;A href="http://www.mos-eisley.dk"&gt;http://www.mos-eisley.dk&lt;/A&gt; - feel free &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Splunk 7.0.1&lt;/P&gt;

&lt;P&gt;And feel free to ask for futher info !&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 20:05:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339608#M40944</guid>
      <dc:creator>moseisleydk</dc:creator>
      <dc:date>2017-12-13T20:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339609#M40945</link>
      <description>&lt;P&gt;BTW . Its Confluence from Atlassian&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 20:06:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339609#M40945</guid>
      <dc:creator>moseisleydk</dc:creator>
      <dc:date>2017-12-13T20:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339610#M40946</link>
      <description>&lt;P&gt;This is a confirmed bug. I was able to reproduce this using the unit test framework which simulates a web-server providing an encoding that is invalid. See the bug report here: &lt;A href="https://lukemurphey.net/issues/2190"&gt;https://lukemurphey.net/issues/2190&lt;/A&gt;. &lt;/P&gt;

&lt;P&gt;I have updated the app to now be forgiving if it sees an encoding it doesn't recognize. This is currently working. This fix will go out in version 4.5.2 (ETA: early next week).&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 23:58:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339610#M40946</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2018-01-26T23:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339611#M40947</link>
      <description>&lt;P&gt;@moseisleydk: thanks for the report.&lt;/P&gt;

&lt;P&gt;Incidentally, I was unable to reproduce this on &lt;A href="http://www.mos-eisley.dk"&gt;http://www.mos-eisley.dk&lt;/A&gt; today. Not sure if something changed.&lt;/P&gt;

&lt;P&gt;This was still valid bug report though as I was able to reproduce this by recreating the scenario based on the stacktrace you provided.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 23:59:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339611#M40947</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2018-01-26T23:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339612#M40948</link>
      <description>&lt;P&gt;Excellent - looking forward to it. I still get the error on 4.5.1:&lt;/P&gt;

&lt;P&gt;2018-01-27 07:29:58,776 ERROR An exception occurred when attempting to retrieve information from the web-page, stanza=web_input://www_mos_eisley_dk&lt;BR /&gt;
Traceback (most recent call last):&lt;BR /&gt;
  File "/splunk/etc/apps/website_input/bin/web_input.py", line 349, in run&lt;BR /&gt;
    https_only=self.is_on_cloud(input_config.session_key))&lt;BR /&gt;
  File "/splunk/etc/apps/website_input/bin/website_input_app/web_scraper.py", line 710, in scrape_page&lt;BR /&gt;
    additional_fields=additional_fields, **kw)&lt;BR /&gt;
  File "/splunk/etc/apps/website_input/bin/website_input_app/web_scraper.py", line 446, in get_result_single&lt;BR /&gt;
    content_decoded = content.decode(encoding=encoding, errors='replace')&lt;BR /&gt;
LookupError: unknown encoding: 3Dutf-8=&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:51:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339612#M40948</guid>
      <dc:creator>moseisleydk</dc:creator>
      <dc:date>2020-09-29T17:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339613#M40949</link>
      <description>&lt;P&gt;@moseisleydk: Would you mind testing 4.5.2? You can get the app here: &lt;A href="https://github.com/LukeMurphey/splunk-web-input/releases/tag/4.5.2-rc.1"&gt;https://github.com/LukeMurphey/splunk-web-input/releases/tag/4.5.2-rc.1&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I want to make sure that this fixes the issue since I wasn't able to reproduce the issue on 4.5.1 with your website.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 19:15:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339613#M40949</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2018-01-29T19:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339614#M40950</link>
      <description>&lt;P&gt;Logs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;02/07/2018 21:14:00.529 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/dashboard/\"
02/07/2018 21:14:00.529 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/dashboard/\", encoding="cp1252"
02/07/2018 21:12:12.258 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/feeds/network.action?username=bnp&amp;amp;max=40&amp;amp;amp;publicFeed=false&amp;amp;amp;os_authType=basic&amp;amp;amp;rssType=atom", encoding="UTF-8"
02/07/2018 21:12:08.922 ERROR   An exception occurred when attempting to retrieve information from the web-page, stanza=web_input://www_mos_eisley_dk
02/07/2018 21:12:08.922 ERROR   A general exception was thrown when executing a web request
02/07/2018 21:12:08.921 ERROR   A general exception was thrown when executing a web request
02/07/2018 21:11:28.858 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/plugins/inlinetasks/\"
02/07/2018 21:11:28.858 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/plugins/inlinetasks/\", encoding="cp1252"
02/07/2018 21:11:27.651 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/users/\"
02/07/2018 21:11:27.651 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/users/\", encoding="cp1252"
02/07/2018 21:11:25.590 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/spaces/\"
02/07/2018 21:11:25.590 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/spaces/\", encoding="cp1252"
02/07/2018 21:11:12.047 WARNING Detected encoding was not recognized and the content will be evaluated (possibly with the wrong encoding), encoding_detected="Shift_JIS"
02/07/2018 21:11:08.724 WARNING Detected encoding was not recognized and the content will be evaluated (possibly with the wrong encoding), encoding_detected="3Dutf-8="
02/07/2018 21:10:59.968 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/\"
02/07/2018 21:10:59.968 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/\", encoding="cp1252"
02/07/2018 21:10:59.117 INFO    Running web input, url="http://www.mos-eisley.dk"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Feb 2018 20:16:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339614#M40950</guid>
      <dc:creator>moseisleydk</dc:creator>
      <dc:date>2018-02-07T20:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339615#M40951</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;02/07/2018 21:14:00.529 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/dashboard/\"
02/07/2018 21:14:00.529 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/dashboard/\", encoding="cp1252"
02/07/2018 21:12:12.258 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/feeds/network.action?username=bnp&amp;amp;max=40&amp;amp;amp;publicFeed=false&amp;amp;amp;os_authType=basic&amp;amp;amp;rssType=atom", encoding="UTF-8"
02/07/2018 21:12:08.922 ERROR   An exception occurred when attempting to retrieve information from the web-page, stanza=web_input://www_mos_eisley_dk
02/07/2018 21:12:08.922 ERROR   A general exception was thrown when executing a web request
02/07/2018 21:12:08.921 ERROR   A general exception was thrown when executing a web request
02/07/2018 21:11:28.858 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/plugins/inlinetasks/\"
02/07/2018 21:11:28.858 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/plugins/inlinetasks/\", encoding="cp1252"
02/07/2018 21:11:27.651 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/users/\"
02/07/2018 21:11:27.651 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/users/\", encoding="cp1252"
02/07/2018 21:11:25.590 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/spaces/\"
02/07/2018 21:11:25.590 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/spaces/\", encoding="cp1252"
02/07/2018 21:11:12.047 WARNING Detected encoding was not recognized and the content will be evaluated (possibly with the wrong encoding), encoding_detected="Shift_JIS"
02/07/2018 21:11:08.724 WARNING Detected encoding was not recognized and the content will be evaluated (possibly with the wrong encoding), encoding_detected="3Dutf-8="
02/07/2018 21:10:59.968 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/\"
02/07/2018 21:10:59.968 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/\", encoding="cp1252"
02/07/2018 21:10:59.117 INFO    Running web input, url="http://www.mos-eisley.dk"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Feb 2018 20:22:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339615#M40951</guid>
      <dc:creator>moseisleydk</dc:creator>
      <dc:date>2018-02-07T20:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339616#M40952</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;02/07/2018 21:14:00.529 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/dashboard/\"
02/07/2018 21:14:00.529 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/dashboard/\", encoding="cp1252"
02/07/2018 21:12:12.258 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/feeds/network.action?username=bnp&amp;amp;max=40&amp;amp;amp;publicFeed=false&amp;amp;amp;os_authType=basic&amp;amp;amp;rssType=atom", encoding="UTF-8"
02/07/2018 21:12:08.922 ERROR   An exception occurred when attempting to retrieve information from the web-page, stanza=web_input://www_mos_eisley_dk
02/07/2018 21:12:08.922 ERROR   A general exception was thrown when executing a web request
02/07/2018 21:12:08.921 ERROR   A general exception was thrown when executing a web request
02/07/2018 21:11:28.858 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/plugins/inlinetasks/\"
02/07/2018 21:11:28.858 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/plugins/inlinetasks/\", encoding="cp1252"
02/07/2018 21:11:27.651 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/users/\"
02/07/2018 21:11:27.651 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/users/\", encoding="cp1252"
02/07/2018 21:11:25.590 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/spaces/\"
02/07/2018 21:11:25.590 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/spaces/\", encoding="cp1252"
02/07/2018 21:11:12.047 WARNING Detected encoding was not recognized and the content will be evaluated (possibly with the wrong encoding), encoding_detected="Shift_JIS"
02/07/2018 21:11:08.724 WARNING Detected encoding was not recognized and the content will be evaluated (possibly with the wrong encoding), encoding_detected="3Dutf-8="
02/07/2018 21:10:59.968 INFO    The content could not be parsed, it doesn't appear to be valid HTML, url="http://www.mos-eisley.dk/\"
02/07/2018 21:10:59.968 INFO    The content is going to be parsed without decoding because the parser refused to parse it with the detected encoding (http://goo.gl/4GRjJF), url="http://www.mos-eisley.dk/\", encoding="cp1252"
02/07/2018 21:10:59.117 INFO    Running web input, url="http://www.mos-eisley.dk"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Feb 2018 20:25:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339616#M40952</guid>
      <dc:creator>moseisleydk</dc:creator>
      <dc:date>2018-02-07T20:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339617#M40953</link>
      <description>&lt;P&gt;A little background on what is going on here. The encoding is not getting detected properly. I setup the input to deal better with a bad encoding. However, since the input doesn't know the proper encoding, it fails to parse the output.&lt;/P&gt;

&lt;P&gt;What is really weird, is that I'm not getting the same repro. I have tried several times but it never quite repros the same.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 21:51:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339617#M40953</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2018-02-07T21:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339618#M40954</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/8730"&gt;@moseisleydk&lt;/a&gt;: could you provide some more details? I'm sorry for the back-and-forth; I'm just struggling to get a solid repro. I tried today and get a partial repro.&lt;/P&gt;

&lt;P&gt;Here are some questions:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Are results coming through for any of the URLs?&lt;/STRONG&gt;&lt;BR /&gt;
 You can try running the following search to get a source="web_input://www_mos_eisley_dk" | table _time  url match*&lt;/P&gt;

&lt;P&gt;In my case, I am finding that I get results for everything but "&lt;A href="http://www.mos-eisley.dk/dashboard/%5C%5C" target="_blank"&gt;http://www.mos-eisley.dk/dashboard/\\&lt;/A&gt;". That URL seems to just do a redirect to "&lt;A href="http://www.mos-eisley.dk/dashboard/" target="_blank"&gt;http://www.mos-eisley.dk/dashboard/&lt;/A&gt;" which I do get results for.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;What platform and version of Splunk is this running on?&lt;/STRONG&gt;&lt;BR /&gt;
I'm wondering if I cannot get an identical repro because I'm not on the same platform.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:58:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339618#M40954</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2020-09-29T17:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339619#M40955</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;If needed, I can give you full access, mail me at &lt;A href="mailto:npn@netic.dk"&gt;npn@netic.dk&lt;/A&gt; or &lt;A href="mailto:bnp@mos-eisley.dk"&gt;bnp@mos-eisley.dk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;BR,&lt;/P&gt;

&lt;P&gt;Normann&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 06:49:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339619#M40955</guid>
      <dc:creator>moseisleydk</dc:creator>
      <dc:date>2018-02-08T06:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Website input app: Python error "LookupError: unknown encoding: 3Dutf-8="</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339620#M40956</link>
      <description>&lt;P&gt;Ok, I'll hit you up on email.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 19:31:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Website-input-app-Python-error-quot-LookupError-unknown-encoding/m-p/339620#M40956</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2018-02-08T19:31:42Z</dc:date>
    </item>
  </channel>
</rss>

