<?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: tFileFetch Thumbnail cannot be generated on the fly in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335766#M104292</link>
    <description>&lt;P&gt;You dont have to Link tfilefetch to tlogcatcher , tlogcatcher is an entry component link only his output. Tlogcatcher catch all log of your job : info, error,fatal error, java exception etc&lt;/P&gt;</description>
    <pubDate>Sun, 04 Apr 2021 09:48:10 GMT</pubDate>
    <dc:creator>gjeremy1617088143</dc:creator>
    <dc:date>2021-04-04T09:48:10Z</dc:date>
    <item>
      <title>tFileFetch Thumbnail cannot be generated on the fly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335760#M104286</link>
      <description>&lt;P&gt;Hey there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a job for getting products' images url from xml files, for fetching them and then for uploading to S3.&lt;/P&gt;&lt;P&gt;In one case I get this error in the fetching part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Exception in component tFileFetch_3 (ProductsImages)&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;java.lang.Exception: Method failed: HTTP/1.1 409 Thumbnail cannot be generated on the fly for asset&lt;/B&gt;(id: 9iBn2rnqq8G924MJvaky36, path: /INTERLACED/PUBLIC/PRODUCTS/8056300956327-1.png, v=1, c=2, p=1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at mio.productsimages_0_1.ProductsImages.tFileFetch_3Process(ProductsImages.java:7927)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at mio.productsimages_0_1.ProductsImages.tFileInputDelimited_3Process(ProductsImages.java:6089)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at mio.productsimages_0_1.ProductsImages.tFileInputXML_1Process(ProductsImages.java:5135)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at mio.productsimages_0_1.ProductsImages.tS3Connection_1Process(ProductsImages.java:1432)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at mio.productsimages_0_1.ProductsImages.tJava_2Process(ProductsImages.java:1287)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at mio.productsimages_0_1.ProductsImages.runJobInTOS(ProductsImages.java:11651)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at mio.productsimages_0_1.ProductsImages.main(ProductsImages.java:11283)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while the rest of the products are fine.&lt;/P&gt;&lt;P&gt;Can anyone tell me what I should check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In tFileFetch_3 component I have&lt;/P&gt;&lt;P&gt;protocol = https, &lt;/P&gt;&lt;P&gt;URI = ((String)globalMap.get("planogramThumbnailUrl"))&lt;/P&gt;&lt;P&gt;Destination directory = context.workingDir + "/tmp/output/"+context.imagesFileName+"/img"&lt;/P&gt;&lt;P&gt;Destination filename = globalMap.get("imgName") + "_thumb_" + globalMap.get("planogramThumbnailProgr") + ".jpg" &lt;/P&gt;&lt;P&gt;and all other flags unchecked apart from Die on error,&lt;/P&gt;&lt;P&gt;while in Advance tab I have timeout = 30000 and all other flags unchecked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335760#M104286</guid>
      <dc:creator>solquest</dc:creator>
      <dc:date>2024-11-16T00:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: tFileFetch Thumbnail cannot be generated on the fly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335761#M104287</link>
      <description>&lt;P&gt;Hi, the file is .png and you want To fetch it in .jpg . Are the other images you try to fetch are jpg or png ?&lt;/P&gt;&lt;P&gt;Send me love and kudos&lt;/P&gt;</description>
      <pubDate>Sat, 03 Apr 2021 16:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335761#M104287</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-03T16:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: tFileFetch Thumbnail cannot be generated on the fly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335762#M104288</link>
      <description>&lt;P&gt;Well, in the thumbnail URI I'm receiving I have '..._8056300956327-1_thumb.jpg?...' but actually when trying to open it I get the error "The requested resource is not available in its current state.", so it definitely looks like a problem of the image itself.&lt;/P&gt;&lt;P&gt;I wonder if there's a way for detecting this issue before entering tFileFetch_3, for avoiding to receive an error and stop the job...&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 03 Apr 2021 19:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335762#M104288</guid>
      <dc:creator>solquest</dc:creator>
      <dc:date>2021-04-03T19:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: tFileFetch Thumbnail cannot be generated on the fly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335763#M104289</link>
      <description>&lt;P&gt;I've tried to uncheck Die on error on tFileFetch_3 and to do:&lt;/P&gt;&lt;P&gt;tFileFetch_3 -&amp;gt; OnComponentError -&amp;gt; tJava for writing a message in a log file, but seems it's never going there, not even for those images that were killing the job...&lt;/P&gt;&lt;P&gt;And the same thing when using OnSubjobError&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Apr 2021 23:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335763#M104289</guid>
      <dc:creator>solquest</dc:creator>
      <dc:date>2021-04-03T23:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: tFileFetch Thumbnail cannot be generated on the fly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335764#M104290</link>
      <description>&lt;P&gt;Hi solquest, when you uncheck Die on error in your tFileFetch component , is your exception is visible on the console ? If yes you can use a tlogcatcher to catch java exception.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 08:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335764#M104290</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-04T08:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: tFileFetch Thumbnail cannot be generated on the fly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335765#M104291</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;With&lt;/P&gt;&lt;P&gt;tFileFetch_3 -&amp;gt; OnComponentOK -&amp;gt; tlogCatcher -&amp;gt; Main -&amp;gt; tJava&lt;/P&gt;&lt;P&gt;I managed to write those error in a separate log file.&lt;/P&gt;&lt;P&gt;Thanks for helping.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 09:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335765#M104291</guid>
      <dc:creator>solquest</dc:creator>
      <dc:date>2021-04-04T09:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: tFileFetch Thumbnail cannot be generated on the fly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335766#M104292</link>
      <description>&lt;P&gt;You dont have to Link tfilefetch to tlogcatcher , tlogcatcher is an entry component link only his output. Tlogcatcher catch all log of your job : info, error,fatal error, java exception etc&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 09:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335766#M104292</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-04T09:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: tFileFetch Thumbnail cannot be generated on the fly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335767#M104293</link>
      <description>&lt;P&gt;Even easier then.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 21:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335767#M104293</guid>
      <dc:creator>solquest</dc:creator>
      <dc:date>2021-04-04T21:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: tFileFetch Thumbnail cannot be generated on the fly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335768#M104294</link>
      <description>&lt;P&gt;Hmmm, I've just tried, but seems that tLogCatcher is catching things only if I have set Die on error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In job Stats &amp;amp; log I have Use logs (tLogCatcher) = true, On Console = true, Catch runtime errors = true, Catch user errors = true, Catch user warnings = true. &lt;/P&gt;&lt;P&gt;I've set tLogCatcher -&amp;gt; Main -&amp;gt; tLogRow (table) without any input on tLogCatcher and I don't have that table in logs (but there I have the error&lt;/P&gt;&lt;P&gt;java.lang.Exception: Method failed: HTTP/1.1 409 Thumbnail cannot be generated on the fly for asset(id: 8_gKCQsp4P9A7Ss9y_miDF, path:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I set &lt;B&gt;Die on error = true&lt;/B&gt; in tFileFetch component, I get the table in log:tLogRow_1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/P&gt;&lt;P&gt;|=------------------+------+--------+----------+-------+---------------------+-------+--------+--------------+------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---=|&lt;/P&gt;&lt;P&gt;|moment&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|pid&amp;nbsp;&amp;nbsp;|root_pid|father_pid|project|job&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|context|priority|type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|origin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|message&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|code|&lt;/P&gt;&lt;P&gt;|=------------------+------+--------+----------+-------+---------------------+-------+--------+--------------+------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---=|&lt;/P&gt;&lt;P&gt;|2021-04-05 01:30:47|zhkpDI|zhkpDI&amp;nbsp;|zhkpDI&amp;nbsp;&amp;nbsp;&amp;nbsp;|ProductsImages|Local&amp;nbsp;|6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|Java Exception|tFileFetch|java.lang.Exception:Method failed: HTTP/1.1 409 Thumbnail cannot be generated on the fly for asset(id: 9iBn2rnqq8G924MJvaky36, path: /INTERLACED/PUBLIC/PRODOTTI/80560956327-1.png, v=1, c=2, p=1).|1&amp;nbsp;&amp;nbsp;|&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in this way I can't catch all the errors, cause job stops at first one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried printing ((String)globalMap.get("tFileFetch_ERROR_MESSAGE")), but again is null unless Die on error is true.&lt;/P&gt;&lt;P&gt;What can I do for saving all the errors messages (so with Die on error = false)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 00:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileFetch-Thumbnail-cannot-be-generated-on-the-fly/m-p/2335768#M104294</guid>
      <dc:creator>solquest</dc:creator>
      <dc:date>2021-04-05T00:06:50Z</dc:date>
    </item>
  </channel>
</rss>

