elebumm / RedditVideoMakerBot

Create Reddit Videos with just✨ one command ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Error: index 0 is out of bounds for axis 0 with size 0

CameronMansker opened this issue · comments

Describe the bug

Error: index 0 is out of bounds for axis 0 with size 0

Reproduction Steps

Look at picture

Expected behavior

idk

Screenshots

Screenshot 2024-01-31 at 9 13 41 PM

System Information

Operating System : Mac os
Python version : python 3.10.0
App version / Branch : latest

Checklist

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.

Additional Context

No response

Running into the same issue. Looking into it and will let you know if I find anything

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.

Having the same issue^:

Found the issue may be with the streamlabspolly tts. I was experiencing errors when the main.py was Saving text to mp3 and would end up with the error you experienced. I believe it is due to there being no mp3 files since streamlabspolly was experiencing errors. Changing the tts method to pyttsx worked for me and gave a complete video. Hope this helps!

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.

Issue closed due to being stale. Please reopen if issue persists in latest version.

Same issue here.
Edit: Resolved by changing the tts method to pyttsx as mentioned by @Yugi00