InstaPy / InstaPy/instapy-quickstart
Image was not able to get Liked! maybe blocked ?
- Vorherrschende Sprache
- Python
- Sterne
- 777
- Forks
- 763
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
For a while now i keep getting the error "Image was not able to get Liked! maybe blocked ?" for maybe 95% of the images i'm trying to like. Together with an error on the Instagram page, leaving me with the choice of reporting the image and a few other things but not showing the post itself) A week ago all was fine, didnt change the quickstart.py or anything else. Left 1 or 2 days inbeetween trying again, but still the same error :( any ideas? Maybe try to include some timer between liking the posts?
If that might solve the problem, could you give me a hand with implementing?
My quickstart.py code:
`# imports
from instapy import InstaPy
from instapy import smart_run
insta_username = '******'
insta_password = '********'
comments = [':P',
':)',
'^^',
'o.O']
session = InstaPy(username=insta_username,
password=insta_password,
headless_browser=False,
disable_image_load=True,)
with smart_run(session):
""" Activity flow """
session.set_relationship_bounds(enabled=True,
potency_ratio=None,
delimit_by_numbers=True,
max_followers=7500,
max_following=3000,
min_followers=25,
min_following=25,
min_posts=10)
session.set_do_comment(enabled=False, percentage=100)
session.set_comments(comments)
session.set_user_interact(amount = 3, randomize = False, percentage = 100)
session.set_do_follow(enabled=True,percentage=100)
session.set_do_like(enabled=True,percentage=100)
session.interact_user_followers(['**********'],amount = 50, randomize = False)
`
Thanks a lot :)
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start with the quickstart.py configuration shown in the issue and reproduce the failed likes against the reported Instagram behavior. Then trace how the configured interaction and liking flow handles the error; the issue is complete only when the cause is identified and a verified fix or documented limitation is provided.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100