Python Forum
Problem installing instaloader
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem installing instaloader
#14
in simple terms - you are about to exceed the rate limit set by Instagram. Pay attention to red text in quote:

Quote:429 - Too Many Requests

Instaloader has a logic to keep track of its requests to Instagram and to obey their rate limits. Since they are nowhere documented, we try them out experimentally. We have a daily cron job running to confirm that Instaloader still stays within the rate limits. Nevertheless, the rate control logic assumes that

at one time, Instaloader is the only application that consumes requests. I.e. neither the Instagram browser interface, nor a mobile app, nor another Instaloader instance is running in parallel,

no requests had been consumed when Instaloader starts.

The latter one implies that restarting or reinstantiating Instaloader often within short time is prone to cause a 429. When a request is denied with a 429, Instaloader retries the request as soon as the temporary ban is assumed to be expired. In case the retry continuously fails for some reason, which should not happen in normal conditions, consider adjusting the --max-connection-attempts option.

“Too many queries in the last time” is not an error. It is a notice that the rate limit has almost been reached, according to Instaloader’s own rate accounting mechanism. We regularly adjust this mechanism to match Instagram’s current rate limiting.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
Problem installing instaloader - by ledgreve - Oct-27-2019, 12:29 PM
RE: Problem installing instaloader - by Larz60+ - Oct-27-2019, 02:17 PM
RE: Problem installing instaloader - by ledgreve - Oct-28-2019, 08:22 AM
RE: Problem installing instaloader - by Larz60+ - Oct-28-2019, 11:01 AM
RE: Problem installing instaloader - by ledgreve - Oct-29-2019, 08:28 AM
RE: Problem installing instaloader - by Larz60+ - Oct-29-2019, 08:41 AM
RE: Problem installing instaloader - by ledgreve - Oct-29-2019, 09:20 AM
RE: Problem installing instaloader - by snippsat - Oct-29-2019, 12:39 PM
RE: Problem installing instaloader - by ledgreve - Nov-04-2019, 08:53 AM
RE: Problem installing instaloader - by snippsat - Nov-04-2019, 05:04 PM
RE: Problem installing instaloader - by ledgreve - Nov-05-2019, 09:14 AM
RE: Problem installing instaloader - by buran - Nov-05-2019, 09:23 AM
RE: Problem installing instaloader - by ledgreve - Nov-05-2019, 09:47 AM
RE: Problem installing instaloader - by buran - Nov-05-2019, 10:08 AM
RE: Problem installing instaloader - by ledgreve - Nov-05-2019, 10:27 AM
RE: Problem installing instaloader - by baquerik - Nov-05-2019, 10:35 AM
RE: Problem installing instaloader - by ledgreve - Nov-05-2019, 10:38 AM
RE: Problem installing instaloader - by baquerik - Nov-05-2019, 11:03 AM
RE: Problem installing instaloader - by buran - Nov-05-2019, 11:17 AM
RE: Problem installing instaloader - by buran - Nov-05-2019, 11:25 AM
RE: Problem installing instaloader - by snippsat - Nov-05-2019, 01:25 PM
RE: Problem installing instaloader - by ledgreve - Nov-18-2019, 11:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Photo Problem installing turtle MasterJediKnight7 17 24,913 Mar-18-2024, 10:22 AM
Last Post: bmohamadyar313
  [WORKED AROUND] Problem installing elitech-datareader, 'cannot import build_py_2to3' NeilUK 4 1,825 Jul-09-2023, 10:01 AM
Last Post: NeilUK
  Problem Installing rasterio gw1500se 1 2,241 Mar-24-2020, 06:28 PM
Last Post: gw1500se
  Problem installing library thunderspeed 2 2,361 Mar-22-2020, 11:04 PM
Last Post: thunderspeed
  Please help: problem installing/importing langdetect module in Jupyter Notebook ledgreve 3 7,375 Dec-30-2019, 08:17 AM
Last Post: LeanbridgeTech
  Problem with installing PyPDF2 Pavel_47 2 6,094 Nov-10-2019, 02:58 PM
Last Post: Pavel_47
  Problem installing numpy and matplotlib achondrite 1 3,177 Jan-16-2019, 11:43 PM
Last Post: snippsat
  Big problem for installing PyCharm sylas 2 3,963 Nov-12-2017, 05:17 PM
Last Post: sylas
  Problem installing urlparse4 package BobLoblaw 2 5,800 Oct-06-2017, 05:16 PM
Last Post: BobLoblaw

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020