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] #111

Open
Nux-xader opened this issue Feb 7, 2022 · 2 comments
Open

[BUG] #111

Nux-xader opened this issue Feb 7, 2022 · 2 comments

Comments

@Nux-xader
Copy link

Describe the bug
Cant upload video

from instapy_cli import client

username, password = str(open("account.txt", "r").read()).split(" | ")
video = 'Videos/test1.mp4'
text = 'Testing create insta uploader tool.\n\nsample tags! #hash #tag #now'

with client(username, password) as cli:
    cli.upload(video, text)
I was installed Pillow version 9.0.1 but error message is like this :

[IG] not found cookie/cookie_file >> login as default
Error is >>
    Imageio Pillow requires Pillow, not PIL!

Something went bad.
Please retry or send an issue on https://github.com/b3nab/instapy-cli

Traceback (most recent call last):
  File "main.py", line 8, in <module>
    cli.upload(video, text)
  File "D:\Project\Python\instagram_bot\env\lib\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 10
  • Python: 3.8.5
  • instapy-cli Version: 0.0.12
@amircliper
Copy link

i have this problem too

@MikeBozzz
Copy link

Any update on this issue?

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