This add on basically automatically fills in the Pinyin of the characters that I want to create a card for, its English meaning as well as an audio file (mp3). When I have filled in the top box with chinese characters when adding a card, in order to fill in the other boxes I’m able to either press tab or left click any of the other boxes. However, when I try both of these, an error occurs and the add on fails to add anything to any of the boxes. Heres the report error that I get: `Debug info:
Anki 2.1.35 (84dcaa86) Python 3.8.0 Qt 5.14.2 PyQt 5.14.2
Platform: Windows 10
Flags: frz=True ao=True sv=1
Add-ons, last update check: 2020-10-29 03:01:30
Caught exception:
Traceback (most recent call last):
File “aqt\webview.py”, line 37, in cmd
File “aqt\webview.py”, line 123, in _onCmd
File “aqt\webview.py”, line 547, in _onBridgeCmd
File “aqt\editor.py”, line 403, in onBridgeCmd
File “aqt\gui_hooks.py”, line 1487, in call
File “anki\hooks.py”, line 594, in runFilter
File “C:\Users\Zerenity\AppData\Roaming\Anki2\addons21\1128979221\edit.py”, line 74, in onFocusLost
if update_fields(note, field, allFields):
File “C:\Users\Zerenity\AppData\Roaming\Anki2\addons21\1128979221\behavior.py”, line 270, in update_fields
fill_sound(hanzi, copy)
File “C:\Users\Zerenity\AppData\Roaming\Anki2\addons21\1128979221\behavior.py”, line 169, in fill_sound
s = sound(hanzi, config[‘speech’])
File “C:\Users\Zerenity\AppData\Roaming\Anki2\addons21\1128979221\sound.py”, line 51, in sound
return ‘[sound:%s]’ % AudioDownloader(hanzi, source).download()
File “C:\Users\Zerenity\AppData\Roaming\Anki2\addons21\1128979221\tts.py”, line 50, in download
self.func()
File “C:\Users\Zerenity\AppData\Roaming\Anki2\addons21\1128979221\tts.py”, line 56, in get_google
tts.save(self.path)
File “C:\Users\Zerenity\AppData\Roaming\Anki2\addons21\1128979221\lib\gtts\tts.py”, line 243, in save
self.write_to_fp(f)
File “C:\Users\Zerenity\AppData\Roaming\Anki2\addons21\1128979221\lib\gtts\tts.py”, line 183, in write_to_fp
part_tk = self.token.calculate_token(part)
File “C:\Users\Zerenity\AppData\Roaming\Anki2\addons21\1128979221\lib\gtts_token\gtts_token.py”, line 28, in calculate_token
seed = self._get_token_key()
File “C:\Users\Zerenity\AppData\Roaming\Anki2\addons21\1128979221\lib\gtts_token\gtts_token.py”, line 58, in _get_token_key
raise ValueError(
ValueError: Unable to find token seed! Did https://translate.google.com change?` Any ideas? Thank you guys!