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] Unknown error (Something went bad) #114

Open
ignoremyburger opened this issue May 21, 2023 · 0 comments
Open

[BUG] Unknown error (Something went bad) #114

ignoremyburger opened this issue May 21, 2023 · 0 comments

Comments

@ignoremyburger
Copy link

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.

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

1 participant