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] Error parsing error response: Expecting value: line 1 column 1 (char 0) #96

Open atharvjairath opened 4 years ago

atharvjairath commented 4 years ago

Describe the bug Error parsing error response: Expecting value: line 1 column 1 (char 0) Error is >> Bad Request Something went bad. Please retry or send an issue on https://github.com/b3nab/instapy-cli

To Reproduce Code to reproduce the behavior: installed instapy-cli run the code bellow

from instapy_cli import client

username = '**' #hidden for security password = "****" #hidden for security image='./test.jpg' text = 'ek aur method try karha hu lets seee'

Expected behavior picture gets uploaded but it doesnet

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

Env (please complete the following information):

Additional context Add any other context about the problem here.

jig4physics commented 4 years ago

I am facing same issue with Python3.7.

atharvjairath commented 4 years ago

I am facing same issue with Python3.7.

I think this Instagram API is deprecated.

derekbez commented 4 years ago

Same issue here. python --version Python 3.7.1

On the question of the Instagram Legacy API being deprecated, since this is April 2020, and apparently the API won't be turned off until July, there might be a different issue?

https://www.instagram.com/developer/ page says: "March 30, 2020 Update: We understand these are challenging times for our developer community, so we are postponing disabling the Instagram Legacy API Platform by 90 days to June 29, 2020."

atharvjairath commented 4 years ago

Same issue here. python --version Python 3.7.1

On the question of the Instagram Legacy API being deprecated, since this is April 2020, and apparently the API won't be turned off until July, there might be a different issue?

https://www.instagram.com/developer/ page says: "March 30, 2020 Update: We understand these are challenging times for our developer community, so we are postponing disabling the Instagram Legacy API Platform by 90 days to June 29, 2020."

Any Ways! Thanks for this information, But do you other ways to upload photos on Instagram from a folder? I tried instabot , but it is not maintained, it fails to upload a folder.