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
Hey, first of all thank you for making such a cool tool! I'm excited to get using it. I've unfortunately ran into an issue when trying to run it that I can't seem to figure out what is wrong?
DEBUG:root:[Errno 2] No such file or directory: '/Users/liamgower/.kindle'
[0%]
Word: whet
Context: Here are some more to whet your fancy: He was so happy!
INFO:root:Adding note to words
Traceback (most recent call last):
File "./kindle2anki.py", line 291, in <module>
card.create(word, desc + "<br /><br />" + highlight_word_in_context(word, context))
File "/Users/liamgower/Documents/kindle2anki/card_creator.py", line 30, in create
self.invoke('addNote',
File "/Users/liamgower/Documents/kindle2anki/card_creator.py", line 25, in invoke
raise Exception(response['error'])
Exception: deck was not found: words
The text was updated successfully, but these errors were encountered:
Hey, first of all thank you for making such a cool tool! I'm excited to get using it. I've unfortunately ran into an issue when trying to run it that I can't seem to figure out what is wrong?
The text was updated successfully, but these errors were encountered: