Instapy: Feed crashes

Created on 19 Nov 2017  路  3Comments  路  Source: timgrossmann/InstaPy

Expected Behavior

Run

Current Behavior

Feed crash

Possible Solution (optional)

Change the line below

InstaPy configuration

Does not matter

https://github.com/timgrossmann/InstaPy/blob/94b24f487e487c0709c1bf3154069df91138cbaf/instapy/instapy.py#L745

This line crashes because random is boolean, as you see in the named parameter of the function. I suggest

import random as rnd

bug

Most helpful comment

thanks @Naramsim , just made a PR #955 , can you help testing it ?

All 3 comments

@Naramsim Thank you for reporting this.

Yes, we definitely have to change the random part...
Feel free to submit a PR for this, thank you

thanks @Naramsim , just made a PR #955 , can you help testing it ?

we fixed this at #955 , thanks @Naramsim for the bug report.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

converge picture converge  路  3Comments

46960 picture 46960  路  3Comments

ghost picture ghost  路  3Comments

pierrelouis555 picture pierrelouis555  路  3Comments

harrypython picture harrypython  路  3Comments