-
hi
i got this error when tried to send message
NoneType' object has no attribute 'startswith'
my code like this
cl = instagrapi.Client()
cl.login('usr','pass')
code = randit(9999,99999)
t…
-
Would be great implement a way to search for user_id and get a thread_id.
The option is available if you go do the DM section in the IG app and search for a specific user, you will get to a thread no…
-
File "/home/pc/instagramBot/api/api_new/src/instagrapi/instagrapi/mixins/private.py", line 205, in _send_private_request
response.raise_for_status()
File "/home/pc/instagramBot/api/api_new/l…
-
`Traceback (most recent call last):`
`File "", line 1, in `
`File "C:\Users\Aryan Garg\PycharmProjects\Intagrapi_proj\venv\lib\site-packages\instagrapi\mixins\auth.py", line 327, in login`
…
-
hi.how to get doc_id and set for api ads/graphql/?
-
So I've been getting this error while trying to run this on mac (not sure if it has something to do with it):
```
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/i…
-
```requests.exceptions.TooManyRedirects: Exceeded 30 redirects.``` error is seen even when trying to log in.
Just in case here is the code for logging in:
```
cl.login(uname, password)
```
-
I am trying to deploy on heroku its install put return me this error.Any advice
Traceback (most recent call last):
File "after_loop.py", line 1, in
from instagrapi import Client
File "/…
-
I made web application with flask witch use the api.In my local machine work fine when I deploy to heroku I recive this error message:
```
2020-12-27T12:07:08.823479+00:00 app[web.1]: File "/app/.…
-
I get error 429. Any way to bypass it? Tried using proxy but same error.
Code:
```
from instagrapi import Client
import sys
cl = Client()
cl.set_proxy("http://XXXXX:XXXXX")
print("Logging i…