r4victor / syncabook

📖🎧 A tool for creating ebooks with synchronized text and audio (EPUB3 with Media Overlays)
MIT License
264 stars 27 forks source link

UnicodeDecodeError when running "syncabook sync ." #32

Open th84r opened 4 months ago

th84r commented 4 months ago

I have all the audio files and text files ready in the correct library structure as described. Files are txt utf-8.

However I keep getting this error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 3131: invalid start byte

Any known fixes?