instagrapi icon indicating copy to clipboard operation
instagrapi copied to clipboard

🔥 The fastest and powerful Python library for Instagram Private API 2024

Results 296 instagrapi issues
Sort by recently updated
recently updated
newest added

I have an 400 Bad request error when try to login and then instagrapi calls https://i.instagram.com/api/v1/accounts/login/ and I get Traceback (most recent call last): File "C:\Users\DNL-Dami\Documents\CODES\Instragram Bot\env\Lib\site-packages\instagrapi\mixins\private.py", line 359, in...

bug

Hi all, got this error when using my python script I made this last summer for scraping off IG. Not sure why I'm getting this error as the bot used...

bug

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Ability to share the reel to a story , by providing the link to...

enhancement

### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3 **Describe the bug** A clear and concise description of what the bug is. I have an 400 Bad request error when...

bug

Hi, I apologize that question is not related to instagrapi bugs, but I assume while creating instagrapi it were required to monitor network traffic to create this api. instagrapi is...

bug

My code show error Traceback (most recent call last): File "C:\Users\iHC\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\instagrapi\mixins\private.py", line 360, in _send_private_request response.raise_for_status() File "C:\Users\iHC\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\requests\models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 400 Client Error: Bad...

bug

When send direct message this error showed up `private_request - INFO - username [403] POST https://i.instagram.com/api/v1/direct_v2/threads/broadcast/link/ (ip, OnePlus 6T Dev)` `{"action":"item_ack","status_code":"403","payload":{"client_context":"","message":"This may be due to their app version or other...

bug

added option to disable public API test when getting profile data

Is it possible to add a music (track) to a story (photo or video) as in clip_upload_as_reel_with_music please ? Thanks

enhancement

**Describe the bug** When trying to get a list of direct threads, an error appears. **Traceback** Traceback (most recent call last): File "/app/instagram_service/insta_wrapper.py", line 138, in _send_private_request response.raise_for_status() File "/usr/local/lib/python3.10/site-packages/requests/models.py",...

bug