<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yash Banait</title>
    <description>The latest articles on DEV Community by Yash Banait (@yashbanait).</description>
    <link>https://dev.to/yashbanait</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3286440%2Fe6fffcf9-a9c5-408a-8240-188e75a208f9.png</url>
      <title>DEV Community: Yash Banait</title>
      <link>https://dev.to/yashbanait</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yashbanait"/>
    <language>en</language>
    <item>
      <title>I am unable to access posts from public accounts on Instagram</title>
      <dc:creator>Yash Banait</dc:creator>
      <pubDate>Mon, 23 Jun 2025 06:06:30 +0000</pubDate>
      <link>https://dev.to/yashbanait/i-am-unable-to-access-posts-from-public-accounts-on-instagram-5104</link>
      <guid>https://dev.to/yashbanait/i-am-unable-to-access-posts-from-public-accounts-on-instagram-5104</guid>
      <description>&lt;p&gt;0&lt;/p&gt;

&lt;p&gt;I am encountering an issue during the execution of the following code.:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import instaloader  
L = instaloader.Instaloader()

username = input("Username: ")

L.download_profile(username, profile_pic_only=False)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Initially, when I implemented the code to retrieve all posts simultaneously, it functioned as anticipated.&lt;/p&gt;

&lt;p&gt;However, during the testing phase to achieve my desired objective, the following error has consistently occurred.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;JSON Query to graphql/query: Expecting value: line 1 column 1 (char 0) [retrying; skip with ^C]
JSON Query to graphql/query: 401 Unauthorized - "fail" status, message "Please wait a few minutes before you try again." when accessing https://www.instagram.com/graphql/query?variables=%7B%22data%22%3A%7B%22count%22%3A12%2C%22include_relationship_info%22%3Atrue%2C%22latest_besties_reel_media%22%3Atrue%2C%22latest_reel_media%22%3Atrue%7D%2C%22username%22%3A%22yashinrush9%22%2C%22__relay_internal__pv__PolarisFeedShareMenurelayprovider%22%3Afalse%7D&amp;amp;doc_id=7898261790222653&amp;amp;server_timestamps=true [retrying; skip with ^C]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I would greatly appreciate your assistance with the situation at your earliest convenience.&lt;/p&gt;

</description>
      <category>python</category>
      <category>instaloader</category>
      <category>help</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
