Instapy: Constant number of pictures for tags except first one

Created on 4 May 2017  路  3Comments  路  Source: timgrossmann/InstaPy

Hi,

When I am using multiple tags with multiple tag number, the number of pictures instapy navigates for first tag is correct but from second tag, it only picks up 33 images to navigate. For example:

Here is the line to pick up tag number:
tag1 = randint(100, 200)
tag2 = randint(200, 300)
tag3 = randint(50, 100)

and here is the execution to like by tag:
.like_by_tags(['#instago'], amount=tag1, media='Photo')
.like_by_tags(['#passportready'], amount=tag2, media='Photo')
.like_by_tags(['#tourism'], amount=tag3, media='Photo')

For first tag, it picks up any random number between 100 and 200, which is expected.
But for second and third, it only picks 33 images to navigate through.

For first tag:
image

For second and subsequent tags:
image

Has any one else seen this bug?

Thanks!

Most helpful comment

No problem. Hopefully this will be fixed, maybe with Chromes headless mode :)

All 3 comments

Probably related to #204 and #220.

Thank you! I should have searched better, :)

No problem. Hopefully this will be fixed, maybe with Chromes headless mode :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

46960 picture 46960  路  3Comments

CharlesCCC picture CharlesCCC  路  3Comments

ediooo picture ediooo  路  3Comments

Spyd3r0us picture Spyd3r0us  路  3Comments

rahulkapoor90 picture rahulkapoor90  路  3Comments