instapy-cli icon indicating copy to clipboard operation
instapy-cli copied to clipboard

[BUG] Error parsing error response: Expecting value: line 1 column 1 (char 0)

Open atharvjairath opened this issue 4 years ago • 4 comments

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):

  • OS: [e.g. macOS]
  • Python: [e.g. 3.6]
  • instapy-cli Version: [e.g. 0.0.9.0]

Additional context Add any other context about the problem here.

  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

atharvjairath avatar Apr 25 '20 21:04 atharvjairath

I am facing same issue with Python3.7.

jig4physics avatar Apr 26 '20 05:04 jig4physics

I am facing same issue with Python3.7.

I think this Instagram API is deprecated.

atharvjairath avatar Apr 26 '20 19:04 atharvjairath

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."

derekbez avatar Apr 27 '20 09:04 derekbez

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.

atharvjairath avatar Apr 27 '20 10:04 atharvjairath