-
Hello,
I have a script where I get followers data, then process it, set sleep for 60 seconds, and run it again to check for new followers.
But on random try I get this error:
> 560 Server Error…
-
When I try to send a message to a group chat i can get it to successfully appear to select but when I try to send it errors:
e)
File "/data/data/com.termux/files/home/api.py", line 16, in send_inst…
-
**Describe the bug**
am able to post to IG but the picture or video does not show the caption
**To Reproduce**
`client.photo_upload(image_path, caption='Love you')`
- instagrapi version: 2.0.…
-
**Describe the bug**
Not so long ago I used to use this library and I never was asked for a "verification code" by Instagram, but recently every time I try to login, it asks for a verification code. …
-
Hi,
When trying to login with
`cl.login(username, password)`
I'm getting this error message
`The username you entered doesn't appear to belong to an account. Please check your username and try…
-
Hi! Sorry to bother,
is there any way to make a private story in this unofficial api?
If yes, can you give me a hint to do it? ^^
If no, I maybe want to look at it and contribute!
Thanks :)
-
I'm trying to use proxy to login, the way i do is something like:
self.client = Client()
self.client.set_proxy(f"http://{username}:{passward}@{ip}:{port}")
self.client.login(username="xxx", passwor…
-
error : `raise PhotoNotUpload(response.text, response=response, **last_json)
instagrapi.exceptions.PhotoNotUpload: {"debug_info":{"retriable":false,"type":"ProcessingFailedError","message":"Request p…
-
when i try to dm someone via id this error occurs:
`Traceback (most recent call last):
File "/home/tony/.local/lib/python3.10/site-packages/instagrapi/mixins/private.py", line 298, in _send_pr…
-
Hi guys!
I've run into this error and from my limited knowledge on instagrapi usage (and python) I've tried to :
1. remove cookies
2. replace the device settings
3. reset internet connection…