Please follow the guide below
- Issues submitted without this template format will be ignored.
- Please read the questions carefully and answer completely.
- Do not post screenshots of error messages or code.
- Put an
x into all the boxes [ ] relevant to your issue (==> [x] NO spaces).
- Use the Preview tab to see how your issue will actually look like.
- Issues about reverse engineering is out of scope and will be closed without response.
- Any mention of spam-like actions or spam-related tools/libs/etc is strictly not allowed.
Before submitting an issue, make sure you have:
Which client are you using?
Describe the Bug/Error:
Please make sure the description is worded well enough to be understood with as much context and examples as possible.
Code to replicate the error must be provided below.
Paste the output of python -V here:
Code:
# Example code that will produce the error reported
from instagram_web_api import Client
web_api = Client()
user_feed_info = web_api.user_feed('1234567890', count=10)
Error/Debug Log:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ZeroDivisionError: integer division or modulo by zero
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (==> [x] NO spaces).Before submitting an issue, make sure you have:
Which client are you using?
instagram_private_api/)instagram_web_api/)Describe the Bug/Error:
Please make sure the description is worded well enough to be understood with as much context and examples as possible.
Code to replicate the error must be provided below.
Paste the output of
python -Vhere:Code:
Error/Debug Log: