[BUG] Error parsing error response: Expecting value: line 1 column 1 (char 0)
atharvjairath opened this issue · 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)
I am facing same issue with Python3.7.
I am facing same issue with Python3.7.
I think this Instagram API is deprecated.
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."
Same issue here.
python --version
Python 3.7.1On 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.