ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.69k stars 1.47k forks source link

Request returns 400 error #1128

Closed heitorsampaio closed 4 years ago

heitorsampaio commented 4 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Purpose of your issue?


The following sections requests more details for particular types of issues, you can remove any section (the contents between the triple ---) not applicable to your issue.


For a bug report, you must include the Python version used, code that will reproduce the error, and the error log/traceback.

Paste the output of python -V here:

Code:

# Example code that will produce the error reported
from instabot import Bot

bot = Bot()
bot.login(username="user", password="pass")
followers = bot.get_user_followers(bot.user_id)

Error/Debug Log:

Request returns 400 error, content: {"message": "feedback_required", "spam": true, "feedback_title": "Action Blocked", "feedback_message": "This action was blocked. Please try again later. We restrict certain content and actions to protect our community. Tell us if you think we made a mistake.", "feedback_url": "repute/report_problem/ig_direct_v2_thread_create/", "feedback_appeal_label": "Report problem", "feedback_ignore_label": "OK", "feedback_action": "report_problem", "status": "fail"}

Describe your issue

Hey guys! is there any tip to bypass the bot filter of the instagram to not get 'banned' for spam?

heitorsampaio commented 4 years ago

I guess using proxy is one way?

steffanjensen commented 4 years ago

yes error 400 now cause blocks and should be evaded like the other block errors. I have seen this happens on watch_stories.

400 error is only causing blocks for a few functions. This should be implemented. @ohld

These are the new error code, we have only implemented 404. 400 - Watch stories block 404 - Like Blocks / Follow blocks 429 - Scraping users blocks

heitorsampaio commented 4 years ago

Im getting this error in sending DM

steffanjensen commented 4 years ago

I see didnt know that, there are no errors on reply pending inbox.. it's unlimited.

Good to know :)

These are the new error code, we have only implemented 404. 400 - Watch stories block/dm people 404 - Like Blocks / Follow blocks 429 - Scraping users blocks

proxzi commented 4 years ago

i have same problem Request returns 400 error! but when i want login

bruvv commented 4 years ago

You are soft banned. CLosing this in favor of this issue: https://github.com/instagrambot/instabot/issues/1194