Japanese-Japanese Definition Generator

A place to report bugs, recommend features, or discuss anything related to the Japanese-Japanese Definition Generator Add-on

Hey, just to let you know the add on seems to have unfortunately stopped working. Every time I try to generate a definition, the following error occurs:

Anki 23.12.1 (1a1d4d54) (ao)
Python 3.9.15 Qt 6.5.3 PyQt 6.5.3
Platform: macOS-13.6.3-x86_64-i386-64bit

Traceback (most recent call last):
File “anki.hooks”, line 45, in runFilter
File “/Users/xxx/Library/Application Support/Anki2/addons21/1202751671/init.py”, line 93, in theMagic
entries = definitionGetter.parseSearch(word)
File “/Users/xxx/Library/Application Support/Anki2/addons21/1202751671/definitionGetter.py”, line 89, in parseSearch
entries.append(dictionaryEntry.fromSearchPage(word, result))
File “/Users/xxx/Library/Application Support/Anki2/addons21/1202751671/definitionGetter.py”, line 11, in fromSearchPage
word = re.search(r’

(.+?) ',dataHTML).group(1)
AttributeError: ‘NoneType’ object has no attribute ‘group’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “aqt.webview”, line 50, in cmd
File “aqt.webview”, line 157, in _onCmd
File “aqt.webview”, line 686, in _onBridgeCmd
File “aqt.editor”, line 418, in onBridgeCmd
File “_aqt.hooks”, line 2548, in call
File “anki.hooks”, line 47, in runFilter
ValueError: list.remove(x): x not in list