-
```
Traceback (most recent call last):
File "C:\Users\marco\AppData\Roaming\Python\Python310\site-packages\instagrapi\mixins\private.py", line 360, in _send_private_request
response.raise_for_statu…
-
Hello, I was trying to send GET request but server always response either HTTP 503 or 504 status code
```
request url: https://api.hikerapi.com/a1/user?username=ronaldo
header: { contentType: 'ap…
-
**Describe the bug**
My code is supposed to log into instagram daily and post something. it worked for a couple days then stopped due to instagram preventing new logins from my code. I just downloade…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Provide a piece of code to reproduce the problem.
**Traceback**
Show your full traceback so that it…
-
I tried to get few comments from the media_id -
photo_id = '2736128363093942428_22326145'
comments = cl.media_comments(photo_id,10)
print(comments)
But it gives error-
instagrapi.exceptions.C…
-
**Describe the bug**
A clear and concise description of what the bug is.
The interfaces for user_following and user_followers don't work anymore.
**To Reproduce**
Provide a piece of code to r…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Provide a piece of code to reproduce the problem.
**Traceback**
Show your full traceback so that …
-
I am trying to upload a reel and I am getting the error instagrapi.exceptions.ClipNotUpload: Unknown ({'response': None})
**To Reproduce**
if media_type == 2 and product_type == 'clips': #Ree…
-
**Looks like iIG changed step_name for e-mail verification**
Traceback (most recent call last):
File "C:\Users\User\Desktop\insta-bot-main\venv\Lib\site-packages\instagrapi\mixins\private.py",…
-
Currently, instagrapi is not working due to an infinite loop in ssl.py, where it is unable to exit the loop due to always receiving a status code of 560. This occurs using Client.user_medias(), but I …