Skip to content

Fixing Errors

davidliaos edited this page Jun 14, 2023 · 4 revisions

This project has multiple failsafes to stop errors but some may still pop up. There is proper error handling and this page will be updated with more information soon.

Examples

Error 500

Error 500 occurred for input chunk: Then read the comments. Then just leave me alone. Thank you all for your comments. I'm going to show my therapist the post when I see her and talk it through, but honestly it has helped alot. Even if I did cry quite a bit. I'm going to sleep now and won't be back on this post. But thank you all ♥️
Unicode (9829), ♥, shown (1) times
Unicode (65039), ️, shown (1) times

If you see Error 500, this is an issue with the API endpoint that handles the TTS creation. The API endpoint does not have any pre processing, therefore my project needs to handle it on its own. If the error is shown then a Unicode function will be called to try and identify the issue. Theres definitely a more efficient way but I'm lazy and this works a majority of the time.

moov atom not found

[mov,mp4,m4a,3gp,3g2,mj2 @ 0x123e34840] moov atom not found
/Users/davidliao/Documents/AutoRedditStories-main/mp4/11374y5.mp4: Invalid data found when processing input

File is corrupted, usually happens if internet drops or sometimes just out of the blue. You need to delete the file, I may add automatic deletion of corrupted files if this issue persists.

Clone this wiki locally