You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting up LocalAudioYomichan to work without Anki, everything was working as expected.
However, today I noticed that suddenly the offline audio sources were not working.
After starting the server, I get the following log
the log
Initializing database. This make take a while...
(init_db) Adding entries from nhk16...
(make_nhk16_table) Cannot find entries file: /home/ice/.local/share/local-audio-yomichan/nhk16_files/entries.json
(init_db) Adding entries from shinmeikai8...
(AJTJapaneseSource) Cannot find entries file: /home/ice/.local/share/local-audio-yomichan/shinmeikai8_files/index.json
(init_db) Adding entries from forvo...
(init_db) Adding entries from jpod...
(init_db) Adding entries from jpod_alternate...
(init_db) Filling out JMdict forms...
Finished initializing database!
Running local audio server in debug mode...
The path for the nhk16_files and shinmeikai8_files is wrong, it should be looking for those in: /home/ice/.local/share/local-audio-yomichan/plugin/user_files/
I do not know what could trigger this suddenly where the pathing is broken.
Whenever I stop the server and run it from inside Anki by toggling the add-on, it works just fine without any issues.
Please let me know if you need further information from my end. Do note that everything was and it suddenly stopped working. I do not know what could have changed.
The text was updated successfully, but these errors were encountered:
After setting up LocalAudioYomichan to work without Anki, everything was working as expected.
However, today I noticed that suddenly the offline audio sources were not working.
After starting the server, I get the following log
the log
The path for the
nhk16_files
andshinmeikai8_files
is wrong, it should be looking for those in:/home/ice/.local/share/local-audio-yomichan/plugin/user_files/
I do not know what could trigger this suddenly where the pathing is broken.
Whenever I stop the server and run it from inside Anki by toggling the add-on, it works just fine without any issues.
Here's how my addons folder looks by the way:
folder structure
Please let me know if you need further information from my end. Do note that everything was and it suddenly stopped working. I do not know what could have changed.
The text was updated successfully, but these errors were encountered: