instapy-cli icon indicating copy to clipboard operation
instapy-cli copied to clipboard

[BUG]

Open Nux-xader opened this issue 4 years ago • 2 comments

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

Nux-xader avatar Feb 07 '22 06:02 Nux-xader

i have this problem too

amircliper avatar Feb 07 '22 10:02 amircliper

Any update on this issue?

MikeBozzz avatar May 12 '23 08:05 MikeBozzz