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 specifying a dictionary file in JSON format (a bilingual Apple dictionary) and running the command gogadget anki-deck -i ..., I encounter the following error:
tools\gogadget\Lib\site-packages\gogadget\lookup.py", line 23, in lookup_all_words
assert isinstance(entries, list)
^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
Expected behavior
I expected the program to successfully process the dictionary file or provide a clear error message indicating what is wrong with the input format.
Configuration:
OS: Windows 10
Using: CPU processing
Version of gogadget: v0.3.1
Additional context
I believe this issue could be mitigated by including an example of a dictionary file in the accepted format in the documentation.
The text was updated successfully, but these errors were encountered:
I tried to reproduce the result from your tutorial video with all those Spanish dictionaries (from "Apple Dictionaries, 41 dictionaries, some bilingual"):
Spanish.json.bz2
Spanish - No Examples.json.bz2
Spanish - English - No Examples.json.bz2
Spanish - English.json.bz2
Describe the bug
After specifying a dictionary file in JSON format (a bilingual Apple dictionary) and running the command
gogadget anki-deck -i ...
, I encounter the following error:Expected behavior
I expected the program to successfully process the dictionary file or provide a clear error message indicating what is wrong with the input format.
Configuration:
Additional context
I believe this issue could be mitigated by including an example of a dictionary file in the accepted format in the documentation.
The text was updated successfully, but these errors were encountered: