question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What is the general limits of the actions ?

See original GitHub issue

Hello I made an app for mobile devices, and it’s checking user stories for every 15-20 mins. but I have no idea if it’s gonna cause an feedback_required or challenge_required in future. My other problem is when I unfollow 15/20 people from who don’t follow me back; Instagram blocks the requests and gives feedback_required to me but in actual instagram app I have no problem… I have added a waiting for 1-1.5 seconds after unfollowing someone. but it still occur How can I solve these problems and does anyone know the limits ?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:8

github_iconTop GitHub Comments

3reactions
hdem607commented, Jun 29, 2021

Does changing the device mean logging in again on a different device?

No. I mean changing information on constants file. In my case I have Dilame’s code in Python, so it is constants.py. ANDROID_VERSION = 30 ANDROID_RELEASE = '11.0' PHONE_MANUFACTURER = 'samsung' PHONE_DEVICE = 'SM-G930F' PHONE_MODEL = 'herolte' PHONE_DPI = '640dpi' PHONE_RESOLUTION = '1440x2560' PHONE_CHIPSET = 'samsungexynos8890' VERSION_CODE = '185203708' Maybe I am wrong, but after changing some info regarding device and constants, my bot came back to life.

Also, what exactly is the process of deleting cookies?

To avoid multiples logins, it is recommended to save cookies. In my case, it is credentials.json. Every time I delete it, I get a new login. I strong believe this login info is also used to identify bots in some way. When blocked, deleting it brings back actions not allowed before.

If possible, it would be helpful if you could provide sample code for a series of actions.

My last attempt is to shuffle actions. My bot follow/unfollow/watch reels/like feed; and all these actions were always on the same sequence. Very easy for an AI system to identify the pattern. I believe shuffling will reduce chances of being blocked again. In fact, this week I figured out how stupid I was about not thinking this before.

Consider that IG people might check this forum. We are like Tom & Jerry.

0reactions
elmissouri16commented, Jul 1, 2021

Does changing the device mean logging in again on a different device?

No. I mean changing information on constants file. In my case I have Dilame’s code in Python, so it is constants.py. ANDROID_VERSION = 30 ANDROID_RELEASE = '11.0' PHONE_MANUFACTURER = 'samsung' PHONE_DEVICE = 'SM-G930F' PHONE_MODEL = 'herolte' PHONE_DPI = '640dpi' PHONE_RESOLUTION = '1440x2560' PHONE_CHIPSET = 'samsungexynos8890' VERSION_CODE = '185203708' Maybe I am wrong, but after changing some info regarding device and constants, my bot came back to life.

Also, what exactly is the process of deleting cookies?

To avoid multiples logins, it is recommended to save cookies. In my case, it is credentials.json. Every time I delete it, I get a new login. I strong believe this login info is also used to identify bots in some way. When blocked, deleting it brings back actions not allowed before.

If possible, it would be helpful if you could provide sample code for a series of actions.

My last attempt is to shuffle actions. My bot follow/unfollow/watch reels/like feed; and all these actions were always on the same sequence. Very easy for an AI system to identify the pattern. I believe shuffling will reduce chances of being blocked again. In fact, this week I figured out how stupid I was about not thinking this before. Consider that IG people might check this forum. We are like Tom & Jerry.

Thank you so much for your message. I noticed something about the challenge_required error today. My app has been used by over 150 people worldwide in the last 7 days. I noticed that out of 150 users, only 6 users from Turkey got the challenge_required error. However, Turkish users are the lowest audience of my app. I don’t understand why this only happens in Turkey. Any idea about this?

Screenshot

first I have no idea how your app work but my guess will be its just a single user trying different accounts and maybe they are bad ones and trying them

Read more comments on GitHub >

github_iconTop Results From Across the Web

Action Limits and Limitations - Salesforce Help
Actions can work differently than you expect in certain situations and for different objects. Keep these limits and limitations in mind when working...
Read more >
State Action Requirement | Wex - Law.Cornell.Edu
The state action requirement refers to the requirement that in order for a plaintiff to have standing to sue over a law being...
Read more >
Executive Orders - American Bar Association
Sections 3 and 4 of Article II provide potential limitations on executive action (including Executive Orders) in stating that the President ...
Read more >
Article I Section 8 | Constitution Annotated | Library of Congress
The Congress shall have Power To lay and collect Taxes, Duties, Imposts and Excises, to pay the Debts and provide for the common...
Read more >
Separation of Powers in Action - U.S. v. Alvarez - U.S. Courts
The U.S. Constitution establishes three separate but equal branches of government: the legislative branch (makes the law), the executive branch (enforces ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found