Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
atharvjairath opened this issue Apr 25, 2020 · 4 comments

Comments

@atharvjairath
Copy link

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)
@jig4physics
Copy link

I am facing same issue with Python3.7.

@atharvjairath
Copy link
Author

I am facing same issue with Python3.7.

I think this Instagram API is deprecated.

@derekbez
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants