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]: Can you help me fix this, i have tried every way possible to fix it but it doesnt, this is the farest i have got #144

Open
triple-core opened this issue Oct 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@triple-core
Copy link

What happened?

Error File "/content/ShortGPT/gui/ui_tab_short_automation.py", line 103, in create_short
for step_num, step_info in shortEngine.makeContent():
File "/content/ShortGPT/shortGPT/engine/abstract_content_engine.py", line 72, in makeContent
self.stepDictcurrentStep
File "/content/ShortGPT/shortGPT/engine/content_short_engine.py", line 109, in _prepareBackgroundAssets
self._db_background_trimmed = extract_random_clip_from_video(
File "/content/ShortGPT/shortGPT/editing_utils/handle_videos.py", line 55, in extract_random_clip_from_video
.input(video_url, ss=start_time, t=clip_duration)

What type of browser are you seeing the problem on?

Chrome

What type of Operating System are you seeing the problem on?

Google Colab

Python Version

python 3.1

Application Version

im not sure, the last i think

Expected Behavior

to generate the video

Error Message

Error   File "/content/ShortGPT/gui/ui_tab_short_automation.py", line 103, in create_short
    for step_num, step_info in shortEngine.makeContent():
  File "/content/ShortGPT/shortGPT/engine/abstract_content_engine.py", line 72, in makeContent
    self.stepDict[currentStep]()
  File "/content/ShortGPT/shortGPT/engine/content_short_engine.py", line 109, in _prepareBackgroundAssets
    self._db_background_trimmed = extract_random_clip_from_video(
  File "/content/ShortGPT/shortGPT/editing_utils/handle_videos.py", line 55, in extract_random_clip_from_video
    .input(video_url, ss=start_time, t=clip_duration)

Code to produce this issue.

No response

Screenshots/Assets/Relevant links

No response

@triple-core triple-core added the bug Something isn't working label Oct 27, 2024
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

1 participant