<?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: Qliksense Rest API Script to NPrinting Broken After updating Both Nprinting and Qliksense in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690574#M28516</link>
    <description>&lt;P&gt;It is not like it has not been mentioned in release notes...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2.png" style="width: 793px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31196iC958BBFC48E7CA24/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you should have searched for it before wasting half a day.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31195iFA1B7389F9459890/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It is actually mentioned in release notes that there is a change in cookie. The fact that we use text search in our scripts has nothing to do with the actual API response change and functionality.&lt;/P&gt;&lt;P&gt;I posted it here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Documents/NPrinting-February-2020-Change-required-to-scripts-running-from/ta-p/1688353" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Documents/NPrinting-February-2020-Change-required-to-scripts-running-from/ta-p/1688353&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and here:&amp;nbsp;&lt;A href="https://nprintingadventures.com/2020/03/27/nprinting-api-qlik-rest-subroutines-v1-2/" target="_blank"&gt;https://nprintingadventures.com/2020/03/27/nprinting-api-qlik-rest-subroutines-v1-2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and I answered 2 other questions regarding this just few days ago:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/NPrinting-Task-Execution-call-using-Rest-API-throwing-403/td-p/1688334" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/NPrinting-Task-Execution-call-using-Rest-API-throwing-403/td-p/1688334&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Starting-tasks-in-nprinting-from-Qlik-Sense/td-p/1688313" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Starting-tasks-in-nprinting-from-Qlik-Sense/td-p/1688313&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lesson learned:&lt;/P&gt;&lt;P&gt;check before wasting half a day and check before posting duplicate entry on community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Apr 2020 01:30:47 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2020-04-03T01:30:47Z</dc:date>
    <item>
      <title>Qliksense Rest API Script to NPrinting Broken After updating Both Nprinting and Qliksense</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690318#M28502</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I recently updated Qliksense to Feb 2020 Patch 1 and NPrinting to Feb 2020 SR1. I redistributed the certificates and all is working well (Nprinting talking to sense all fine)&lt;/P&gt;&lt;P&gt;The only issue I have now is with a script I use in sense that uses rest connectors to publish tasks on NPrinting.&lt;/P&gt;&lt;P&gt;When testing the Rest Connectors they work fine. it seems the vCookie varible ends up blank and all subsequent calls fail with a 403 error.&lt;/P&gt;&lt;P&gt;After the below script runs the vCookie variable ends up empty although the vCookieRaw varible contains a bunch of text.&lt;/P&gt;&lt;P&gt;I'm guessing something has changed in the new versions and I am no longer able to get the Cookie data? Can anybody assist?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO $(vAPIConnectionNameForGET);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;let vEndpoint= vNPrintingServer &amp;amp; '/api/v1/login/ntlm' ;&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;BR /&gt;SQL SELECT&lt;BR /&gt;"Content-Length",&lt;BR /&gt;"Cache-Control",&lt;BR /&gt;"Content-Type",&lt;BR /&gt;"Date",&lt;BR /&gt;"Set-Cookie",&lt;BR /&gt;"Server",&lt;BR /&gt;"__KEY__response_header",&lt;BR /&gt;(SELECT&lt;BR /&gt;"result",&lt;BR /&gt;"code",&lt;BR /&gt;"message",&lt;BR /&gt;"__FK_root"&lt;BR /&gt;FROM (wrap on) "root" FK "__FK_root")&lt;BR /&gt;FROM JSON "_response_header" PK "__KEY__response_header"&lt;BR /&gt;with Connection (URL "$(vEndpoint)");&lt;/P&gt;&lt;P&gt;[_response_header]:&lt;BR /&gt;LOAD&lt;BR /&gt;[Set-Cookie] AS [Set-Cookie]&lt;BR /&gt;RESIDENT RestConnectorMasterTable&lt;BR /&gt;WHERE NOT IsNull([__KEY__response_header]);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//Set Cookie header&lt;/P&gt;&lt;P&gt;let vCookieRaw = peek( 'Set-Cookie',0,'_response_header');&lt;/P&gt;&lt;P&gt;if vSSL='No' then&lt;BR /&gt;let vCookie=TextBetween('$(vCookieRaw)','HttpOnly,','Path=/',1);&lt;BR /&gt;else&lt;BR /&gt;let vCookie = TextBetween('$(vCookieRaw)','Secure;','Path=/',2);&lt;BR /&gt;end if&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//Remove login tables&lt;BR /&gt;DROP TABLES RestConnectorMasterTable,[_response_header];&lt;BR /&gt;//exit script;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 13:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690318#M28502</guid>
      <dc:creator>craig_brett</dc:creator>
      <dc:date>2020-04-02T13:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Rest API Script to NPrinting Broken After updating Both Nprinting and Qliksense</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690347#M28504</link>
      <description>&lt;P&gt;Adjusted the line below from&lt;/P&gt;&lt;P&gt;let vCookie = TextBetween('$(vCookieRaw)','Secure,','Path=/',2);&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;let vCookie = TextBetween('$(vCookieRaw)','Secure; SameSite=None,','Path=/',2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And its working... Wasted half a day on this... Nothing in the Upgrade notes explaining how this has been broken...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 14:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690347#M28504</guid>
      <dc:creator>craig_brett</dc:creator>
      <dc:date>2020-04-02T14:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Rest API Script to NPrinting Broken After updating Both Nprinting and Qliksense</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690574#M28516</link>
      <description>&lt;P&gt;It is not like it has not been mentioned in release notes...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2.png" style="width: 793px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31196iC958BBFC48E7CA24/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you should have searched for it before wasting half a day.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31195iFA1B7389F9459890/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It is actually mentioned in release notes that there is a change in cookie. The fact that we use text search in our scripts has nothing to do with the actual API response change and functionality.&lt;/P&gt;&lt;P&gt;I posted it here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Documents/NPrinting-February-2020-Change-required-to-scripts-running-from/ta-p/1688353" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Documents/NPrinting-February-2020-Change-required-to-scripts-running-from/ta-p/1688353&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and here:&amp;nbsp;&lt;A href="https://nprintingadventures.com/2020/03/27/nprinting-api-qlik-rest-subroutines-v1-2/" target="_blank"&gt;https://nprintingadventures.com/2020/03/27/nprinting-api-qlik-rest-subroutines-v1-2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and I answered 2 other questions regarding this just few days ago:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/NPrinting-Task-Execution-call-using-Rest-API-throwing-403/td-p/1688334" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/NPrinting-Task-Execution-call-using-Rest-API-throwing-403/td-p/1688334&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Starting-tasks-in-nprinting-from-Qlik-Sense/td-p/1688313" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Starting-tasks-in-nprinting-from-Qlik-Sense/td-p/1688313&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lesson learned:&lt;/P&gt;&lt;P&gt;check before wasting half a day and check before posting duplicate entry on community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 01:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690574#M28516</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-04-03T01:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Rest API Script to NPrinting Broken After updating Both Nprinting and Qliksense</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690599#M28518</link>
      <description>&lt;P&gt;Thank you for the valuable life lesson. I did read the release notes but didn't realize that the note regarding google chrome cookies was applicable.&lt;/P&gt;&lt;P&gt;I'm also not sure what you mean by duplicate posts? I posted a question then managed to answer my own question before anyone had replied so I posted my answer as a reply for anyone else who may find this post by using the search feature (Unlike me)&lt;/P&gt;&lt;P&gt;At least now anyone who finds this post can also benefit from your wisdom.&lt;/P&gt;&lt;P&gt;In summary, please everybody, don't post a question until every last option has been explored. You might end up wasting your own or somebody else's precious time, thanks again Lech.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 06:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690599#M28518</guid>
      <dc:creator>craig_brett</dc:creator>
      <dc:date>2020-04-03T06:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Rest API Script to NPrinting Broken After updating Both Nprinting and Qliksense</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690606#M28519</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;what I meant by "duplicate post" is the fact that before you post your question you are encouraged by the community form to check if similar questions were already answered. This is to prevent from churning the same already answered questions again and again. If you look at the screenshot you will see that this process would already lead you to the answer you were searching for half of your day.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31199iA45A058FF3A3E2D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am spending on community time every day answering the same questions over and over again, so I can easily say who is posting a question without looking for an answer and who has exhausted and checked at least top 3 topics from community search and qlik help site before posting a question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets be honest - have you use the community search before posting your question? If you did I am surprised you did not find the correct answer straight away. If you didn't, then you are right, valuable lesson learned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not trying to discourage people from posting questions, I am trying to help the find answers faster.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 06:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690606#M28519</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-04-03T06:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Rest API Script to NPrinting Broken After updating Both Nprinting and Qliksense</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690620#M28520</link>
      <description>&lt;P&gt;True, I may not have exhausted all options on this site as I rarely post or browse these forums and they are unfamiliar to me. (Member since 2018 and 2 posts to my name)&lt;/P&gt;&lt;P&gt;The check title feature is handy and I'll be sure to use it should I pluck up the courage to post any other questions in this friendly community, so thanks for that.&lt;/P&gt;&lt;P&gt;Normally a simple google search leads me to my answers. In this case google failed me as well as a hasty search on here so I thought why not make a post. We now have a post with a nicely searchable subject and a simple answer that will hopefully assist others.&lt;/P&gt;&lt;P&gt;Sorry to have wasted your time.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 07:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690620#M28520</guid>
      <dc:creator>craig_brett</dc:creator>
      <dc:date>2020-04-03T07:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Rest API Script to NPrinting Broken After updating Both Nprinting and Qliksense</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690625#M28521</link>
      <description>&lt;P&gt;Hi Craig,&lt;/P&gt;&lt;P&gt;no need to be sorry - my comments meant to help you/others find answers... I find sometimes that when using my english I may sound little bit harsh or sarcastic, but don't get me wrong I am here to help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If next time you find a courage to post next question regarding NPrinting i bet you I will be checking if the answer was already answered &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;btw: hats of to you that you have done google search, not many people do that. In this case i guess sisnce it was quite new content&amp;nbsp; google search was not indexed yet hence did not come up at the top.&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 07:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1690625#M28521</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-04-03T07:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Rest API Script to NPrinting Broken After updating Both Nprinting and Qliksense</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1732305#M29625</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any Nprinting cookie change in June 2020 release? I gone through the release notes and the link you have provided above but do not see anything related to cookie changes.&lt;/P&gt;&lt;P&gt;I'm using the below code but getting error - 403:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;let vCookie = TextBetween('$(vCookieRaw)','Secure; SameSite=None,','Path=/',2);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 04:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1732305#M29625</guid>
      <dc:creator>Nags</dc:creator>
      <dc:date>2020-07-31T04:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Rest API Script to NPrinting Broken After updating Both Nprinting and Qliksense</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1732314#M29626</link>
      <description>&lt;P&gt;Have you upgraded Qlik Sense to June? If you did then there is a bigger issue - RestConnector is causing problem.&lt;/P&gt;&lt;P&gt;more on that here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Nprinting-REST-API-broke-after-June-2020-update/td-p/1720784" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Nprinting-REST-API-broke-after-June-2020-update/td-p/1720784&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 05:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1732314#M29626</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-07-31T05:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Rest API Script to NPrinting Broken After updating Both Nprinting and Qliksense</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1732423#M29632</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response on this topic. Yes I looked into the link that you have shared, changed&amp;nbsp;&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;PRE&gt;//Extracts session cookie from the API response
Let vCookieRaw  = Peek('Set-Cookie',0,'cookie_items');
Let vCookie     = TextBetween('$(vCookieRaw)','SameSite=None,','Path=/',2);&lt;/PRE&gt;&lt;P&gt;to&lt;/P&gt;&lt;PRE&gt;//Extracts session cookie from the API response
Let vCookieRaw  = Peek('Set-Cookie',0,'cookie_items');
Let vCookie     = TextBetween('$(vCookieRaw)','SameSite=None,','Path=/',3);&lt;/PRE&gt;&lt;P&gt;and now it is working fine.&lt;/P&gt;&lt;P&gt;No, we haven't upgraded to June 2020 Qlik Sense. We have to wait on that before this REST API issue resolved there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 11:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qliksense-Rest-API-Script-to-NPrinting-Broken-After-updating/m-p/1732423#M29632</guid>
      <dc:creator>Nags</dc:creator>
      <dc:date>2020-07-31T11:52:38Z</dc:date>
    </item>
  </channel>
</rss>

