Ajatt-Tools / anki.koplugin

KOReader plugin enabling Anki card generations for words looked up in the internal dictionary.
43 stars 5 forks source link

Change in config.lua breaks the plugin and user patch doesn't work. #25

Open SalomoDavidson opened 2 months ago

SalomoDavidson commented 2 months ago

Hi! When I change the settings in the config.lua, the plugin doesn't give me the option add to Anki anymore, but it shows add to vocabulary builder. Also user patch doesn't work for me. Thanks in advance for helping me out :)

SalomoDavidson commented 2 months ago

With changing the settings in the config I mean change the word_field, context_field etc.

nairyosangha commented 2 months ago

Please provide the crash.log file created by KOreader.

crash.log is a file that is automatically created when KOReader crashes. It can normally be found in the KOReader directory:

User patch isn't gonna work if the plugin failed to load, and vocabulary builder showing up (which is a separate plugin bundled with KOreader itself) is a good hint that we indeed did fail to load. Probably you messed something up in the config.lua file. The crash.log might tell us what's wrong.

I've had to ask for people to post their crash.log one too many times, so I've finally set up issue templates now :smile: This is the push I needed