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

NoClipsFound exception #101

Open
romek-codes opened this issue Jun 29, 2023 · 1 comment
Open

NoClipsFound exception #101

romek-codes opened this issue Jun 29, 2023 · 1 comment
Labels
v1.x Issue is related to v1 of twitchtube

Comments

@romek-codes
Copy link

I receive this error when trying to run TwitchTube, just 3 weeks ago it worked fine, and i also checked and it should have more than enough clips to work with.

Traceback (most recent call last):
  File "/home/romek/yt-automation/twitch_main.py", line 80, in <module>
    make_video(**parameters)
  File "/home/romek/yt-automation/twitchtube/video.py", line 138, in make_video
    raise NoClipsFound("Did not find any clips")
twitchtube.exceptions.NoClipsFound: Did not find any clips

This is 2 things in my config that i think are relevant, the video only needs to be 4 minutes and from one of the most popular and active "Games" on twitch so i think the problem isnt really that it couldn't find any clips.

VIDEO_LENGTH = 4  # Minimum video length in minutes (doesn't always work)
DATA = ["g Just Chatting"]

Could someone point me in a direction on what else i might be missing?

@ZMil
Copy link

ZMil commented Jul 5, 2023

@offish offish added the v1.x Issue is related to v1 of twitchtube label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.x Issue is related to v1 of twitchtube
Projects
None yet
Development

No branches or pull requests

3 participants