-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
Describe the bug
I honestly have no idea what this bug is. It just says something went bad.
To Reproduce
Code to reproduce the behavior:
from instapy_cli import client
with client("[my username that I have verified]", "[my actual password that I have verified]") as cli:
cli.upload("[file that actually exist and I have verified the route]", "caption")
Expected behavior
I was hoping it would login and post the specified post content.
Logs
If there are any errors or exceptions, add the logs to help explain your problem.
Error parsing error response: Expecting value: line 1 column 1 (char 0)
Error is >>
Not Found
Something went bad.
Please retry or send an issue on https://github.com/b3nab/instapy-cli
Traceback (most recent call last):
File "<stdin>", line 2, in <module>
File "C:\Users\[my username]\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\instapy_cli\cli.py", line 153, in upload
raise IOError("Unable to upload.")
OSError: Unable to upload.
Env (please complete the following information):
- OS: Windows 11 (Build 22621.1702)
- Python: 3.11.3
- instapy-cli Version: 0.0.12
I have retried and look out for verification alerts on the Instagram app but nothing seems to work. Thank you in advance for everyone's help.
josephvoxone and GitMooreHub