Vuizur / tatoeba-to-anki

Creates Anki Flash cards from Tatoeba sentences, ordering them by difficulty and downloading audio
GNU General Public License v3.0
7 stars 2 forks source link

No such file or directory: 'audio_files/8374092.mp3' #3

Closed ghost closed 2 years ago

ghost commented 2 years ago

This error shows up whenever the program can't find a specific file, even when one specifies one doesn't want audios in the config.toml file:

FileNotFoundError: [Errno 2] No such file or directory: 'audio_files/8374092.mp3'

If one creates this file manually, it will skip it and notify that there's another one missing. Maybe it can be skipped if it can't find the file?

Vuizur commented 2 years ago

This should be fixed I think.

ghost commented 2 years ago

Working splendidly now!