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

Naramsim picture Naramsim  路  3Comments

n0sw34r picture n0sw34r  路  3Comments

seuraltimez picture seuraltimez  路  3Comments

harrypython picture harrypython  路  3Comments