Open oliveredwards154 opened 5 years ago
A couple more users and myself included have the same issue that you mentioned here and somebody has already submitted an issue regarding it over in #75. It doesn't seem like we're the only ones facing this issue. It seems like it is related to the instagram private api itself as it seems like many other libraries are having the same issue as well especially when it comes to uploads. Still waiting to hear back on whether the private API was changed or if this is simply instagram being funny.
I'm facing the exact same issue. Someone please help.
I am facing exactly the same, I am wondering if it has something to do with the cookie... Hoping for some help in the near future.
Same error here too :/
Same here too...
same issue please help to resolve
Error parsing error response: Expecting value: line 1 column 1 (char 0) error Method Not Allowed
now i have this problem when i run osintgram python file in kali linux solv please ?
Everything was working while trying to upload a picture from computer to an Instagram page and then it suddenly stopped working
from instapy_cli import client username = "olis_meme_vault" password = "***"
text = "test #test" with client(username, password) as cli: cli.upload("Thomthot.png", text)
I expected it to upload the photo but it didn't work