-
I have the same problem like https://github.com/adw0rd/instagrapi/issues/1435
Just looks like:
Field required [type=missing, input_value={'id': '52761857721', 'pk': '52761857721'}, input_type=dict…
-
I found a bug, when using the direct_send api, the parameter text will throw an exception when carrying an http link, the exception information is as follows:
During handling of the above exceptio…
-
Traceback (most recent call last):
File "/home/VivatGrunwald/bot.py", line 1, in
from instagrapi import Client
File "/home/VivatGrunwald/.local/lib/python3.10/site-packages/instagrapi/__in…
-
Here is the code below:
```python
from instagrapi import Client
from PIL import Image
ACCOUNT_USERNAME = 'username'
ACCOUNT_PASSWORD = 'password'
cl = Client()
cl.login(ACCOUNT_USERNAME, …
-
How can I make instagram trust my login. Every time I use the login function, it detects it as misuse and forces me to reset the password after logging out.
-
instagrapi.exceptions.UnknownError: The username you entered doesn't appear to belong to an account. Please check your username and try again.
-
When i upgrade to recent version
hashtag_medias_a1_chunk() This method is changed
It works looks like private requests
error screentshot
![화면 캡처 2023-08-11 002047](https://github.com/adw0rd/in…
-
The above code causes this error:
File "/Users/nicolasrulli/Desktop/MiscCode/python_projects/env/lib/python3.7/site-packages/moviepy/video/fx/all/__init__.py", line 16, in
exec("from %s imp…
-
**Describe the bug**
I've installed instagrapi using `python -m pip install instagrapi`. Then I try to to run `python instagrapi.py` (code below) and get an error.
**To Reproduce**
```
from inst…
-
File "C:\Users\User\Desktop\dc-insta-bot-main\venv\Lib\site-packages\instagrapi\mixins\direct.py", line 190, in direct_thread
result = self.private_request(
│ └
…