You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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."
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.
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.
The text was updated successfully, but these errors were encountered: