nang-dev / automated_youtube_channel

Automated youtube that can scrape content, edit a compilation, and upload to youtube daily.
MIT License
718 stars 285 forks source link

Skipping all accounts #44

Open burak40 opened 2 years ago

burak40 commented 2 years ago

Facing this:

<instaloader.nodeiterator.NodeIterator object at 0x000001B5B8213A90> Scraping From Account: funny_videos Skipped acc funny_videosbecause of user not found: 'funny_videos' Scraping From Account: funny.homevideos Skipped acc funny.homevideosbecause of user not found: 'funny.homevideos' Scraping From Account: try_not_to_laugh_funny_videos Skipped acc try_not_to_laugh_funny_videosbecause of user not found: 'try_not_to_laugh_funny_videos' Scraping From Account: cattoseverywhere Skipped acc cattoseverywherebecause of user not found: 'cattoseverywhere' Scraping From Account: cattobrat Skipped acc cattobratbecause of user not found: 'cattobrat' Scraping From Account: memerzvidz Skipped acc memerzvidzbecause of user not found: 'memerzvidz' Scraping From Account: fuckjerry.tv Skipped acc fuckjerry.tvbecause of user not found: 'fuckjerry.tv' Scraped Videos! Making Compilation... Total Length: 0 Traceback (most recent call last): File "C:\Users\Gebruiker\Desktop\automated_youtube_channel-master\main.py", line 144, in attemptRoutine() File "C:\Users\Gebruiker\Desktop\automated_youtube_channel-master\main.py", line 135, in attemptRoutine routine() File "C:\Users\Gebruiker\Desktop\automated_youtube_channel-master\main.py", line 100, in routine makeCompilation(path = videoDirectory, File "C:\Users\Gebruiker\Desktop\automated_youtube_channel-master\make_compilation.py", line 94, in makeCompilation finalClip = concatenate_videoclips(videos, method="compose") File "C:\Users\Gebruiker\AppData\Local\Programs\Python\Python39\lib\site-packages\moviepy\video\compositing\concatenate.py", line 75, in concatenate_videoclips w = max(r[0] for r in sizes) ValueError: max() arg is an empty sequence

C:\Users\Gebruiker\Desktop\automated_youtube_channel-master>

Dimah4x commented 2 years ago

what instruction did you run?

Yehuda-Edelstein commented 2 years ago

I ran python3 main.py and got that same error