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] Getting err, when upload video/reel #2099

Open
Keyz400 opened this issue Dec 31, 2024 · 2 comments
Open

[BUG] Getting err, when upload video/reel #2099

Keyz400 opened this issue Dec 31, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Keyz400
Copy link

Keyz400 commented Dec 31, 2024

ubuntu@ip-172-31-2-10:/insta$ python3 -c "import moviepy; print(moviepy.version)"
2.1.1
ubuntu@ip-172-31-2-10:
/insta$ python3 ig.py
Logged in to Instagram successfully.
Starting daily upload session...
Total videos in folder: 45
Uploaded reels (logged): 0
Error uploading reel video/test27.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test20.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test36.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test29.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test17.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test31.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test19.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test11.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test13.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test40.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test28.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test32.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test15.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test45.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test41.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test42.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test14.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test38.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test37.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test22.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test33.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test8.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test9.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test44.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test23.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test1.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test43.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test35.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test4.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test10.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test26.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test30.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test5.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test18.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test16.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test12.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test34.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test2.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test3.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test6.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test21.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test39.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test24.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test7.mp4: Please install moviepy>=1.0.3 and retry
Error uploading reel video/test25.mp4: Please install moviepy>=1.0.3 and retry

@Keyz400 Keyz400 added the bug Something isn't working label Dec 31, 2024
@luckyAkbar
Copy link

recently i'm also got this error. even after following the suggestion from the error message by installing moviepy to the latest version (v2.x i think) the problem still persist.

however, when i force to install the same version of moviepy (pip install moviepy==1.0.3), the problem is solved and i can use the clip_upload functionality

@Keyz400
Copy link
Author

Keyz400 commented Jan 1, 2025

recently i'm also got this error. even after following the suggestion from the error message by installing moviepy to the latest version (v2.x i think) the problem still persist.

however, when i force to install the same version of moviepy (pip install moviepy==1.0.3), the problem is solved and i can use the clip_upload functionality

Thanks dear 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants