ardha27 / AI-Waifu-Vtuber

AI Vtuber for Streaming on Youtube/Twitch
789 stars 126 forks source link

Max open files error #50

Open Calatravo opened 1 year ago

Calatravo commented 1 year ago

When it runs for some hours it reaches the max file opens and throw an error.

Error printing text: open file failed because of errno 24 on fopen: Too many open files.

ardha27 commented 1 year ago

how many hours you run it until facing this problem? i never run it in many hours. Maybe because the .json file is too big to open?

Calatravo commented 1 year ago

About 10 hours. I modified it so i can connect to mysql to retrieve a text, split into sentences and send it to the tts so the avatar is allways speaking if there is no comments in the chat. That multiplies the open files i think.

I made a modification to close the open files each time and im running the program again. I will tell you if the fix works and if it does i can make a pull request if you want.

ardha27 commented 1 year ago

sure, please make a pull request if its work