-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoDefineAddon/core.py", line 184 error #16
Comments
What were the contents of the first field when this exception occurred? |
Closing due to inactivity. Please re-open if you are able to post the contents of the first field that led to this error. |
Sorry for waiting. |
It looks like you have an outdated version of AutoDefine installed. Please update it by going to Tools > Add-ons > Check for Updates within Anki. |
In the addons directory AutoDefine.py file has this string : # AutoDefine Anki Add-on v.20180626 After all, autodefine works fine with a lot of worlds (like "basketball"). but still have a problems with worlds like "extensive" |
I have error in addon.
Traceback (most recent call last):
File "/home/fin/.local/share/Anki2/addons/AutoDefineAddon/core.py", line 184, in
editor._addButton("AutoDefine", lambda ed=editor: get_definition(ed),
File "/home/lina/.local/share/Anki2/addons/AutoDefineAddon/core.py", line 55, in get_definition
etree = ET.fromstring(urllib2.urlopen(url).read())
File "xml/etree/ElementTree.py", line 1301, in XML
File "xml/etree/ElementTree.py", line 1643, in feed
File "xml/etree/ElementTree.py", line 1507, in _raiseerror
xml.etree.ElementTree.ParseError: syntax error: line 1, column 0
Can you help me with this error?
The text was updated successfully, but these errors were encountered: