b3nab / instapy-cli

:sparkles: Python library and CLI to upload photo and video on Instagram. W/o a phone!
MIT License
601 stars 98 forks source link

[BUG] #106

Open pixincreate opened 4 years ago

pixincreate commented 4 years ago

Describe the bug I'm unable to login or post anything. Instagram API down? or updating?

To Reproduce Shows nothing but error.

from instapy_cli import client
with client('pixincreate', pswd) as cli:
    cli.upload(IMAGEPATH, TEXT)

Expected behavior Paste an Image with the text : "Bot testing..." on my instagram page.

Logs If there are any errors or exceptions, add the logs to help explain your problem.

[IG] not found cookie/cookie_file >> login as default
Error is >>
    Not Found

Something went bad.
Please retry or send an issue on https://github.com/b3nab/instapy-cli

Error parsing error response: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
  File "F:/Coding/Python/YouTube Automate SocialMedia/YouTube_Share.py", line 79, in <module>
    cli.upload(IMAGEPATH, TEXT)
  File "D:\Python\Python Interpreter\lib\site-packages\instapy_cli\cli.py", line 153, in upload
    raise IOError("Unable to upload.")
OSError: Unable to upload.

Process finished with exit code 1

Env (please complete the following information):

duplicate-issues[bot] commented 4 years ago

Hey @pixincreate,

We did a quick check and this issue looks very darn similar to

This could be a coincidence, but if any of these issues solves your problem then I did a good job :smile:

If not, the maintainers will get to this issue shortly.

Cheers, Your Friendly Neighborhood ProBot

SteBurz commented 4 years ago

Hi @pixincreate, I've made a video about his here why the instagram automation will fail. I think this repo needs to be updated to the new API or the official API needs to be opened up (if this hasn't already happend). Cheers.

yustiks commented 3 years ago

Hi @pixincreate, I've made a video about his here why the instagram automation will fail. I think this repo needs to be updated to the new API or the official API needs to be opened up (if this hasn't already happend). Cheers.

10 minutes video? Isn't it too long? One sentence will be sufficient to understand that their API changed.

yustiks commented 3 years ago

I experience the same problem. raise IOError("Unable to upload.") OSError: Unable to upload.

Rodrigo507 commented 3 years ago

Apparently the api has changed 😥