178 28
Sign in to rate

Word Query

0.08MB. Updated 2018-01-01.
The author has shared 1 other item(s).

Description

Latest supports Anki 2.0 and 2.1! Querying Words and Making Cards, IMMEDIATELY! Home Page: https://finalion.github.io/WordQuery/ Project repo: https://github.com/finalion/WordQuery. If you have any questions, you can open issues here. This addon is developed to emancipate you from the tedious work of looking up words in dictionary and pasting the explanations to anki whenever new language-learning cards are to be made. Support querying in mdx and stardict dictionaries. Mdx and stardict dictionaries are available online and this add-on can't provide any due to potential copyright infringement. Support querying in web dictionaries (having provided many ones, and more others need to be customized.) How to Set Set Local Dictionaries If you do not use local dictionaries, you can skip this step. 1. Click menu "Tool"->"WordQuery", popup the "Options" dialog 2. Click "Dict folders" button, add or remove the dictionary folders (support recursive searching) - "Use filename as dict label" - "Export media files" indicates if the audios will be exported. Set Note Type In the "Options" dialog, click "Choose note type" and set the note type you want to use. Set the word field Click the radio button to set the word field you want to query. Set the mappings from note fields to dictionary explanations The "Dict" comoboxes are used to specify the dictionaries. The "Dict fields" comoboxes are used to specify the available dictionary fields. How to Use "Add" dialog Once the word to query is ready, click "Query" button or popup the context menu and use relevant commands. - "Query" button: Query the explanations for all the fields. - "Query All Fields" menu: Query the explanations for all the fields. - "Query Current Field" menu: Query the explanation for current focused field. "Browse" window Select single word or multiple words, click menu "WordQuery"->"Query selected". All above query actions can be trigged also by the shortcut (default "Ctrl+Q"), but you could change it through the addon's "Edit" menu. Service Customization The advanced users can implement new web dictionary services. See a typical reference for the details. Other Projects Used - mdict-query - pystardict

Download

As add-ons are programs downloaded from the internet, they are potentially malicious. You should only download add-ons you trust.

Supported Anki versions:

To download this add-on, please copy and paste the following code into Anki 2.1:

775418273

If you were linked to this page from the internet, please open Anki on your computer, go to the Tools->Add-ons menu item, then click on Get Add-ons and paste in the code.

All Anki 2.1.x Add-Ons

Reviews

on 1674906435
OSError: [Errno 30] Read-only file system
这个问题的解决办法是 找到 context.py 文件

比如我的路径就是
/Users/fire/Library/Application Support/Anki2/addons21/775418273/context.py

然后找到第29行 CONFIG_FILENAME = _wqcfg.json
把它的值改成非系统路径 就ok了,

例如:
CONFIG_FILENAME = '/Users/fire/road/data/wq_dict/_wqcfg.json'
on 1662996651
错误
发生了一个错误。请在启动Anki时按住「Shift」键临时禁用插件加载。 如仅在插件启用时出错,请使用「工具」>「插件」功能禁用部分插件后重启Anki, 请重复上述步骤直至找到引起错误的插件。 找到引起错误的插件后,请反馈给插件作者。 调试信息:
Anki 2.1.54 (b6a7760c) Python 3.9.7 Qt 6.3.1 PyQt 6.3.1
Platform: Windows 10
Flags: frz=True ao=True sv=3
Add-ons, last update check: 2022-09-12 21:49:35

Caught exception:
Traceback (most recent call last):
File "C:\Users\Rui\AppData\Roaming\Anki2\addons21\775418273\ui.py", line 215, in show_fm_dialog
fm_dialog.save()
File "C:\Users\Rui\AppData\Roaming\Anki2\addons21\775418273\ui.py", line 129, in save
config.update(data)
File "C:\Users\Rui\AppData\Roaming\Anki2\addons21\775418273\context.py", line 51, in update
with open(self.path, 'w', encoding='utf-8') as f:
PermissionError: [Errno 13] Permission denied: '_wqcfg.json'
on 1661591942
good job
on 1659085408
在windows上很好用,换了MacBook报错了,希望作者能够解决相关问题,谢谢!
错误
发生了一个错误。请在启动Anki时按住「Shift」键临时禁用插件加载。 如仅在插件启用时出错,请使用「工具」>「插件」功能禁用部分插件后重启Anki, 请重复上述步骤直至找到引起错误的插件。 找到引起错误的插件后,请反馈给插件作者。 调试信息:
Anki 2.1.54 (b6a7760c) Python 3.9.7 Qt 6.3.1 PyQt 6.3.1
Platform: Mac 12.4
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2022-07-29 13:36:24
相关插件:⁨Word Query⁩

Caught exception:
Traceback (most recent call last):
File "/Users/evaren/Library/Application Support/Anki2/addons21/775418273/ui.py", line 215, in show_fm_dialog
fm_dialog.save()
File "/Users/evaren/Library/Application Support/Anki2/addons21/775418273/ui.py", line 129, in save
config.update(data)
File "/Users/evaren/Library/Application Support/Anki2/addons21/775418273/context.py", line 51, in update
with open(self.path, 'w', encoding='utf-8') as f:
OSError: [Errno 30] Read-only file system: '_wqcfg.json'
on 1651759741
错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的禁用您已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 [插件支持](https://help.ankiweb.net/discussions/add-ons/) 上报告问题。
调试信息:
Anki 2.1.49 (dc80804a) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2
Platform: Windows 10
Flags: frz=True ao=True sv=3
Add-ons, last update check: 2022-05-05 14:44:22

Caught exception:
Traceback (most recent call last):
File "C:\Users\YoHa\AppData\Roaming\Anki2\addons21\775418273\prepare.py", line 45, in callback
return func(obj)
File "C:\Users\YoHa\AppData\Roaming\Anki2\addons21\775418273\query.py", line 104, in query_from_editor_all_fields
update_note_fields(editor.note, results)
File "C:\Users\YoHa\AppData\Roaming\Anki2\addons21\775418273\query.py", line 141, in update_note_fields
update_note_field(note, i, q)
File "C:\Users\YoHa\AppData\Roaming\Anki2\addons21\775418273\query.py", line 153, in update_note_field
note.flush()
File "anki\notes.py", line 81, in flush
AssertionError

please help!!!!!!!!!!!!!!!!!!!!!!!!
on 1651676217
难用,卡顿啊
on 1648915494
错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的禁用您已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 [插件支持](https://help.ankiweb.net/discussions/add-ons/) 上报告问题。
调试信息:
Anki 2.1.49 (dc80804a) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2
Platform: Windows 10
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2022-04-02 12:15:48

Caught exception:
Traceback (most recent call last):
File "C:\Users\mdw\AppData\Roaming\Anki2\addons21\775418273\prepare.py", line 45, in callback
return func(obj)
File "C:\Users\mdw\AppData\Roaming\Anki2\addons21\775418273\query.py", line 104, in query_from_editor_all_fields
update_note_fields(editor.note, results)
File "C:\Users\mdw\AppData\Roaming\Anki2\addons21\775418273\query.py", line 141, in update_note_fields
update_note_field(note, i, q)
File "C:\Users\mdw\AppData\Roaming\Anki2\addons21\775418273\query.py", line 153, in update_note_field
note.flush()
File "anki\notes.py", line 81, in flush
AssertionError
烦请解决一下!
on 1645024240
错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的禁用您已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 [插件支持](https://help.ankiweb.net/discussions/add-ons/) 上报告问题。
调试信息:
Anki 2.1.45 (355e66e8) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2
Platform: Mac 10.16
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2022-02-16 21:29:51
相关扩展:⁨Word Query⁩

Caught exception:
Traceback (most recent call last):
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/query.py", line 324, in run
result = self.query(service_field, word)
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/query.py", line 337, in query
return self.service.active(service_field, word)
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/service/base.py", line 189, in active
result = each[1]()
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/service/base.py", line 69, in _deco
res = fld_func(cls, *args, **kwargs)
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/service/base.py", line 317, in fld_whole
html = self.get_html()
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/service/base.py", line 331, in get_html
html = self.adapt_to_anki(result[0])
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/service/base.py", line 357, in adapt_to_anki
self.save_media_files(media_files_set)
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/service/base.py", line 405, in save_media_files
self.save_file(each)
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/service/base.py", line 379, in save_file
bytes_list = self.builder.mdd_lookup(filepath_in_mdx)
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/libs/mdict/mdict_query.py", line 294, in mdd_lookup
self.get_mdd_by_index(mdd_file, index))
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/libs/mdict/mdict_query.py", line 254, in get_mdd_by_index
return self.get_data_by_index(fmdx, index)
File "/Users/zhangyuling/Library/Application Support/Anki2/addons21/775418273/libs/mdict/mdict_query.py", line 239, in get_data_by_index
_record_block = zlib.decompress(record_block_compressed[8:])
zlib.error: Error -3 while decompressing data: unknown compression method
on 1641686200
Don't work more.
on 1639805885
Great
on 1634623750
神器啊.收藏啊.必须用
on 1632556575
why
错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的禁用您已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 [插件支持](https://help.ankiweb.net/discussions/add-ons/) 上报告问题。
调试信息:
Anki 2.1.44 (b2b3275f) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2
Platform: Windows 10
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2021-09-24 22:23:30

wrapped C/C++ object of type QProgressDialog has been deleted
Traceback (most recent call last):
File "C:\Users\song\AppData\Roaming\Anki2\addons21\775418273\prepare.py", line 45, in callback
return func(obj)
File "C:\Users\song\AppData\Roaming\Anki2\addons21\775418273\query.py", line 103, in query_from_editor_all_fields
results = query_all_flds(editor.note)
File "C:\Users\song\AppData\Roaming\Anki2\addons21\775418273\query.py", line 204, in wrap
query_func(*args, **kwargs)
File "C:\Users\song\AppData\Roaming\Anki2\addons21\775418273\query.py", line 219, in query_all_flds
progress.update_title(u'Querying [[ %s ]]' % word)
File "C:\Users\song\AppData\Roaming\Anki2\addons21\775418273\progress.py", line 67, in update_title
self._win.setWindowTitle(title)
RuntimeError: wrapped C/C++ object of type QProgressDialog has been deleted
on 1632213148
Looks amazing. But does this work on macOS? Please confirm
on 1631114357
之前用的非常好用,现在似乎程序出了什么问题,会报错,希望早日修复。
on 1629028332
原来不只我一个人发生这个问题
on 1628512861
HELP!!! I don't know what is going on.

错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的忽略掉你已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 add-ons section 上报告问题。
调试信息
Anki 2.1.21 (f1734a47) Python 3.8.0 Qt 5.13.1 PyQt 5.14.1
Platform: Mac 10.16
Flags: frz=True ao=True sv=1
Add-ons, last update check: 2021-08-05 23:18:25
相关扩展:Word Query

Caught exception:
Traceback (most recent call last):
File "aqt/progress.py", line 73, in handler
File "aqt/main.py", line 192, in setupProfile
File "aqt/main.py", line 365, in loadProfile
File "aqt/gui_hooks.py", line 648, in __call__
File "anki/hooks.py", line 475, in runHook
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/__init__.py", line 31, in start_here
from . import prepare
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/prepare.py", line 28, in <module>
from .ui import show_options
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/ui.py", line 34, in <module>
from .service import service_manager
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/service/__init__.py", line 20, in <module>
from .manager import service_manager
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/service/manager.py", line 113, in <module>
service_manager = ServiceManager()
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/service/manager.py", line 35, in __init__
self.update_services()
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/service/manager.py", line 50, in update_services
self.local_services = self._get_available_local_services()
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/service/manager.py", line 107, in _get_available_local_services
services.add(MdxService(dict_path))
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/service/base.py", line 302, in __init__
self.builder.get_header()
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/libs/mdict/mdict_query.py", line 77, in get_header
_()
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/libs/mdict/mdict_query.py", line 54, in _
mdx = MDX(self._mdx_file, only_header=True)
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/libs/mdict/readmdict.py", line 645, in __init__
MDict.__init__(self, fname, encoding, passcode, only_header)
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/libs/mdict/readmdict.py", line 102, in __init__
self.header = self._read_header()
File "/Users/zhengguangliang/Library/Application Support/Anki2/addons21/775418273/libs/mdict/readmdict.py", line 273, in _read_header
header_bytes_size = unpack('>I', f.read(4))[0]
struct.error: unpack requires a buffer of 4 bytes
on 1627313897
错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的禁用您已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 [插件支持](https://help.ankiweb.net/discussions/add-ons/) 上报告问题。
调试信息:
Anki 2.1.45 (60f6fccc) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2
Platform: Mac 10.16
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2021-07-26 10:38:09
相关扩展:⁨Word Query⁩

Caught exception:
Traceback (most recent call last):
File "/Users/belle/Library/Application Support/Anki2/addons21/775418273/prepare.py", line 45, in callback
return func(obj)
File "/Users/belle/Library/Application Support/Anki2/addons21/775418273/query.py", line 103, in query_from_editor_all_fields
results = query_all_flds(editor.note)
File "/Users/belle/Library/Application Support/Anki2/addons21/775418273/query.py", line 204, in wrap
query_func(*args, **kwargs)
File "/Users/belle/Library/Application Support/Anki2/addons21/775418273/query.py", line 219, in query_all_flds
progress.update_title(u'Querying [[ %s ]]' % word)
File "/Users/belle/Library/Application Support/Anki2/addons21/775418273/progress.py", line 67, in update_title
self._win.setWindowTitle(title)
RuntimeError: wrapped C/C++ object of type QProgressDialog has been deleted
on 1622094984
Failed oxford word query

Anki 2.1.42 (8eebfe18) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2
Platform: Windows 10
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2021-05-26 15:47:31

Caught exception:
Traceback (most recent call last):
File "C:\Users\admin\AppData\Roaming\Anki2\addons21\775418273\query.py", line 324, in run
result = self.query(service_field, word)
File "C:\Users\admin\AppData\Roaming\Anki2\addons21\775418273\query.py", line 337, in query
return self.service.active(service_field, word)
File "C:\Users\admin\AppData\Roaming\Anki2\addons21\775418273\service\base.py", line 189, in active
result = each[1]()
File "C:\Users\admin\AppData\Roaming\Anki2\addons21\775418273\service\base.py", line 69, in _deco
res = fld_func(cls, *args, **kwargs)
File "C:\Users\admin\AppData\Roaming\Anki2\addons21\775418273\service\oxford.py", line 33, in _fld_category
return self._get_from_api()[0]["lexicalEntries"][0]["lexicalCategory"]
File "C:\Users\admin\AppData\Roaming\Anki2\addons21\775418273\service\oxford.py", line 27, in _get_from_api
response = json.loads(urllib2.urlopen(url).read())
File "urllib\request.py", line 222, in urlopen
File "urllib\request.py", line 531, in open
File "urllib\request.py", line 640, in http_response
File "urllib\request.py", line 569, in error
File "urllib\request.py", line 502, in _call_chain
File "urllib\request.py", line 649, in http_error_default
urllib.error.HTTPError: HTTP Error 403: Forbidden
on 1616598504
错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的禁用您已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 [插件支持](https://help.ankiweb.net/discussions/add-ons/) 上报告问题。
调试信息:
Anki 2.1.35 (84dcaa86) Python 3.8.1 Qt 5.12.6 PyQt 5.12.3
Platform: Windows 7
Flags: frz=True ao=True sv=1
Add-ons, last update check: 2021-03-24 09:59:08

Caught exception:
Traceback (most recent call last):
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons21\775418273\prepare.py", line 45, in callback
return func(obj)
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons21\775418273\query.py", line 103, in query_from_editor_all_fields
results = query_all_flds(editor.note)
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons21\775418273\query.py", line 204, in wrap
query_func(*args, **kwargs)
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons21\775418273\query.py", line 219, in query_all_flds
progress.update_title(u'Querying [[ %s ]]' % word)
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons21\775418273\progress.py", line 67, in update_title
self._win.setWindowTitle(title)
RuntimeError: wrapped C/C++ object of type QProgressDialog has been deleted
on 1614580370
错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的禁用您已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 [插件支持](https://help.ankiweb.net/discussions/add-ons/) 上报告问题。
调试信息:
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: 2021-03-01 09:01:03

Caught exception:
Traceback (most recent call last):
File "C:\Users\kasum\AppData\Roaming\Anki2\addons21\775418273\prepare.py", line 45, in callback
return func(obj)
File "C:\Users\kasum\AppData\Roaming\Anki2\addons21\775418273\query.py", line 103, in query_from_editor_all_fields
results = query_all_flds(editor.note)
File "C:\Users\kasum\AppData\Roaming\Anki2\addons21\775418273\query.py", line 204, in wrap
query_func(*args, **kwargs)
File "C:\Users\kasum\AppData\Roaming\Anki2\addons21\775418273\query.py", line 219, in query_all_flds
progress.update_title(u'Querying [[ %s ]]' % word)
File "C:\Users\kasum\AppData\Roaming\Anki2\addons21\775418273\progress.py", line 67, in update_title
self._win.setWindowTitle(title)
RuntimeError: wrapped C/C++ object of type QProgressDialog has been deleted
on 1613963063
Very good,我猜这玩意想流畅使用没点编程经验,不懂python等语言可能很难🤔🤔
on 1610961780
垃圾,一查询就出现错误
on 1608734082
Super useful!
on 1605966473
不知怎样解决,需要您的帮助,谢谢啦!

错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的禁用您已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 [插件支持](https://help.ankiweb.net/discussions/add-ons/) 上报告问题。
调试信息:
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-11-21 11:36:08

wrapped C/C++ object of type QProgressDialog has been deleted
Traceback (most recent call last):
File "C:\Users\noahpcc\AppData\Roaming\Anki2\addons21\775418273\prepare.py", line 45, in callback
return func(obj)
File "C:\Users\noahpcc\AppData\Roaming\Anki2\addons21\775418273\query.py", line 103, in query_from_editor_all_fields
results = query_all_flds(editor.note)
File "C:\Users\noahpcc\AppData\Roaming\Anki2\addons21\775418273\query.py", line 204, in wrap
query_func(*args, **kwargs)
File "C:\Users\noahpcc\AppData\Roaming\Anki2\addons21\775418273\query.py", line 219, in query_all_flds
progress.update_title(u'Querying [[ %s ]]' % word)
File "C:\Users\noahpcc\AppData\Roaming\Anki2\addons21\775418273\progress.py", line 67, in update_title
self._win.setWindowTitle(title)
RuntimeError: wrapped C/C++ object of type QProgressDialog has been deleted
on 1604836735
Help me,plz! (whining...)

错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的禁用您已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 [插件支持](https://help.ankiweb.net/discussions/add-ons/) 上报告问题。
调试信息:
Anki 2.1.35 (84dcaa86) Python 3.8.1 Qt 5.12.6 PyQt 5.12.3
Platform: Windows 7
Flags: frz=True ao=True sv=1
Add-ons, last update check: 2020-11-08 09:15:42


Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\prepare.py", line 45, in callback
return func(obj)
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\query.py", line 104, in query_from_editor_all_fields
update_note_fields(editor.note, results)
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\query.py", line 141, in update_note_fields
update_note_field(note, i, q)
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\query.py", line 153, in update_note_field
note.flush()
File "lib\site-packages\anki\notes.py", line 67, in flush
AssertionError
on 1604593277
please,help me

错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的禁用您已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 [插件支持](https://help.ankiweb.net/discussions/add-ons/) 上报告问题。
调试信息:
Anki 2.1.35 (84dcaa86) Python 3.8.0 Qt 5.14.2 PyQt 5.14.2
Platform: Windows 7
Flags: frz=True ao=True sv=1
Add-ons, last update check: 2020-11-05 21:12:41

Caught exception:
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\prepare.py", line 45, in callback
return func(obj)
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\query.py", line 103, in query_from_editor_all_fields
results = query_all_flds(editor.note)
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\query.py", line 204, in wrap
query_func(*args, **kwargs)
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\query.py", line 219, in query_all_flds
progress.update_title(u'Querying [[ %s ]]' % word)
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\progress.py", line 67, in update_title
self._win.setWindowTitle(title)
RuntimeError: wrapped C/C++ object of type QProgressDialog has been deleted
on 1601875114
Please help me! It is very important for me!!!

错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的禁用您已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 [插件支持](https://help.ankiweb.net/discussions/add-ons/) 上报告问题。
调试信息:
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-04 14:06:55

Caught exception:
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\prepare.py", line 45, in callback
return func(obj)
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\query.py", line 104, in query_from_editor_all_fields
update_note_fields(editor.note, results)
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\query.py", line 141, in update_note_fields
update_note_field(note, i, q)
File "C:\Users\Administrator\AppData\Roaming\Anki2\addons21\775418273\query.py", line 153, in update_note_field
note.flush()
File "anki\notes.py", line 67, in flush
AssertionError
on 1601826047
awesome!
on 1593600631
So great!
on 1590698091
I cant use this add on in anki 2.1.26. Please, help me fix it.
Error
An error occurred. Please start Anki while holding down the shift key, which will temporarily disable the add-ons you have installed.
If the issue only occurs when add-ons are enabled, please use the Tools > Add-ons menu item to disable some add-ons and restart Anki, repeating until you discover the add-on that is causing the problem.
When you've discovered the add-on that is causing the problem, please report the issue on the add-on support site.
Debug info:
Anki 2.1.26 (70784154) Python 3.8.0 Qt 5.14.1 PyQt 5.14.1
Platform: Windows 10
Flags: frz=True ao=True sv=1
Add-ons, last update check: 2020-05-28 22:34:09

Caught exception:
Traceback (most recent call last):
File "C:\Users\khoi3\AppData\Roaming\Anki2\addons21\775418273\query.py", line 324, in run
result = self.query(service_field, word)
File "C:\Users\khoi3\AppData\Roaming\Anki2\addons21\775418273\query.py", line 337, in query
return self.service.active(service_field, word)
File "C:\Users\khoi3\AppData\Roaming\Anki2\addons21\775418273\service\base.py", line 189, in active
result = each[1]()
File "C:\Users\khoi3\AppData\Roaming\Anki2\addons21\775418273\service\base.py", line 69, in _deco
res = fld_func(cls, *args, **kwargs)
File "C:\Users\khoi3\AppData\Roaming\Anki2\addons21\775418273\service\oxford.py", line 33, in _fld_category
return self._get_from_api()[0]["lexicalEntries"][0]["lexicalCategory"]
File "C:\Users\khoi3\AppData\Roaming\Anki2\addons21\775418273\service\oxford.py", line 27, in _get_from_api
response = json.loads(urllib2.urlopen(url).read())
File "urllib\request.py", line 222, in urlopen
File "urllib\request.py", line 531, in open
File "urllib\request.py", line 640, in http_response
File "urllib\request.py", line 569, in error
File "urllib\request.py", line 502, in _call_chain
File "urllib\request.py", line 649, in http_error_default
urllib.error.HTTPError: HTTP Error 403: Forbidden
on 1588079448
I cannot choose filter. It disappears. I feel really angry about that. I hope yiu can help me.
THank you !
on 1582011452
very nice!
on 1579375677
Awesome!
on 1573650730
very interesting
on 1572858352
You ROCKS!!
Super super super USEFUL.
for whoever have the mdx files.
you save many people times,
may god bless you
on 1572426838
太棒了,虽然有一些小问题,自己修改一下就可以了。
我遇到一些查不到发音的,但音频文件还是放上了,anki 会报个错出来,但不影响使用。
on 1571643482
I Love it
on 1570348684
牛逼,加油!
on 1569247731
希望能尽快解决,这么好的功能用不了实在很着急:


错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的忽略掉你已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 add-ons section 上报告问题。
调试信息
Anki 2.1.15 (442df9d6) Python 3.6.7 Qt 5.12.1 PyQt 5.11.3
Platform: Mac 10.14.4
Flags: frz=True ao=True sv=1
相关扩展:Word Query

Caught exception:
File "aqt/progress.py", line 72, in handler
File "aqt/main.py", line 136, in setupProfile
File "aqt/main.py", line 276, in loadProfile
File "anki/hooks.py", line 29, in runHook
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/__init__.py", line 31, in start_here
from . import prepare
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/prepare.py", line 28, in <module>
from .ui import show_options
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/ui.py", line 34, in <module>
from .service import service_manager
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/service/__init__.py", line 20, in <module>
from .manager import service_manager
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/service/manager.py", line 113, in <module>
service_manager = ServiceManager()
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/service/manager.py", line 35, in __init__
self.update_services()
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/service/manager.py", line 50, in update_services
self.local_services = self._get_available_local_services()
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/service/manager.py", line 107, in _get_available_local_services
services.add(MdxService(dict_path))
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/service/base.py", line 302, in __init__
self.builder.get_header()
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/libs/mdict/mdict_query.py", line 75, in get_header
_()
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/libs/mdict/mdict_query.py", line 54, in _
mdx = MDX(self._mdx_file, only_header=True)
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/libs/mdict/readmdict.py", line 645, in __init__
MDict.__init__(self, fname, encoding, passcode, only_header)
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/libs/mdict/readmdict.py", line 102, in __init__
self.header = self._read_header()
File "/Users/corinalin/Library/Application Support/Anki2/addons21/775418273/libs/mdict/readmdict.py", line 276, in _read_header
adler32 = unpack('<I', f.read(4))[0]
<class 'struct.error'>: unpack requires a buffer of 4 bytes
on 1568840890
mediafire link here for korean dictionaries! https://choronghi.wordpress.com/2018/05/28/my-cloze-deletion-format-for-korean-anki-cards-made-from-tv-shows/
on 1567656566
Brilliant!
on 1565666462
Amazing Work! I really really appreciate the selfless developer behind this project.
on 1564677294
Fantastic!
作者,请问能否实现这个功能:本地mdx词典有大量例句朗读,能否把提取的audio files(几个句子,一个句子一个文件)以单词开头命名该文件?这样我就可以把这些音频拷贝下来单独听希望能如果能把单词读音的音频直接以单词拼写命名更好。如果能将单词加例句的音频统一以单词拼写加后缀1 2 3,然后复制到自定义的文件夹,就完美了。求该功能。280074573@qq.com
on 1563895151
Super nice!
on 1563496336
more efficient.don't need to look for a word in dictionaries then copy.
on 1562247536
great!
on 1559096796
给踩的伸手党真是够了
on 1559009157
Very fancy tool, it can help us build good cards easily.
on 1558761467
It seems good. But for my Apple Macbook computer, there shows nothing in the "option", and cannot query any words. Hope someone can fix it!
on 1558167342
版本 2.0.52
Qt 4.8.4 PyQt 4.10报错

一个插件发生了错误。
请把它报告在插件的论坛上:
https://anki.tenderapp.com/discussions/add-ons

Traceback (most recent call last):
File "aqt\progress.py", line 69, in handler
File "aqt\main.py", line 110, in setupProfile
File "aqt\main.py", line 244, in loadProfile
File "anki\hooks.py", line 26, in runHook
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wordquery.py", line 31, in start_here
import wquery
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\__init__.py", line 27, in <module>
from .ui import show_options
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\ui.py", line 34, in <module>
from .service import service_manager
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\service\__init__.py", line 24, in <module>
service_manager = ServiceManager()
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\service\manager.py", line 35, in __init__
self.update_services()
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\service\manager.py", line 50, in update_services
self.local_services = self._get_available_local_services()
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\service\manager.py", line 107, in _get_available_local_services
services.add(MdxService(dict_path))
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\service\base.py", line 279, in __init__
self.builder.get_header()
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\libs\mdict\mdict_query.py", line 77, in get_header
_()
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\libs\mdict\mdict_query.py", line 54, in _
mdx = MDX(self._mdx_file, only_header=True)
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 645, in __init__
MDict.__init__(self, fname, encoding, passcode, only_header)
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 102, in __init__
self.header = self._read_header()
File "C:\Users\14747\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 277, in _read_header
assert(adler32 == zlib.adler32(header_bytes) & 0xffffffff)
AssertionError
on 1558149649
super wonderful excellent
on 1558017524
cool
on 1557808454
虽然很好,可是在Anki2.1.12上经常莫名其妙查不了词,过一会又突然能查了。。。,(我用的百词斩)希望能够解决
on 1557749053
good
on 1557145135
有用 helpful
on 1556887874
thanks
on 1556345422
一个插件发生了错误。
请把它报告在插件的论坛上:
https://anki.tenderapp.com/discussions/add-ons

Traceback (most recent call last):
File "aqt\progress.py", line 69, in handler
File "aqt\main.py", line 110, in setupProfile
File "aqt\main.py", line 244, in loadProfile
File "anki\hooks.py", line 26, in runHook
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wordquery.py", line 31, in start_here
import wquery
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\__init__.py", line 27, in <module>
from .ui import show_options
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\ui.py", line 34, in <module>
from .service import service_manager
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\service\__init__.py", line 24, in <module>
service_manager = ServiceManager()
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\service\manager.py", line 35, in __init__
self.update_services()
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\service\manager.py", line 50, in update_services
self.local_services = self._get_available_local_services()
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\service\manager.py", line 107, in _get_available_local_services
services.add(MdxService(dict_path))
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\service\base.py", line 279, in __init__
self.builder.get_header()
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\libs\mdict\mdict_query.py", line 77, in get_header
_()
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\libs\mdict\mdict_query.py", line 54, in _
mdx = MDX(self._mdx_file, only_header=True)
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 645, in __init__
MDict.__init__(self, fname, encoding, passcode, only_header)
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 102, in __init__
self.header = self._read_header()
File "C:\Users\lenovo\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 277, in _read_header
assert(adler32 == zlib.adler32(header_bytes) & 0xffffffff)
AssertionError
on 1554195731
Excellent
on 1554183693
exccellent
on 1552750655
错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的忽略掉你已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 add-ons section 上报告问题。
调试信息
Anki 2.1.11 (3cf770c7) Python 3.6.7 Qt 5.12.1 PyQt 5.11.3
Platform: Windows 10
Flags: frz=True ao=True sv=1


Caught exception:
File "C:\Users\何\AppData\Roaming\Anki2\addons21\775418273\query.py", line 324, in run
result = self.query(service_field, word)
File "C:\Users\何\AppData\Roaming\Anki2\addons21\775418273\query.py", line 337, in query
return self.service.active(service_field, word)
File "C:\Users\何\AppData\Roaming\Anki2\addons21\775418273\service\base.py", line 181, in active
self.builder.check_build()
File "C:\Users\何\AppData\Roaming\Anki2\addons21\775418273\libs\mdict\mdict_query.py", line 89, in check_build
self._make_mdd_index()
File "C:\Users\何\AppData\Roaming\Anki2\addons21\775418273\libs\mdict\mdict_query.py", line 178, in _make_mdd_index
index_list = mdd.get_index(check_block=self._check)
File "C:\Users\何\AppData\Roaming\Anki2\addons21\775418273\libs\mdict\readmdict.py", line 629, in get_index
assert(size_counter == record_block_size)
<class 'AssertionError'>:
on 1552623054
遇到一个bug

Anki 2.1.10 (22d6feed) Python 3.6.7 Qt 5.12.1 PyQt 5.11.3
Platform: Windows 10
Flags: frz=True ao=True sv=1

Caught exception:
File "C:\Users\Aldus\AppData\Roaming\Anki2\addons21\775418273\prepare.py", line 45, in callback
return func(obj)
File "C:\Users\Aldus\AppData\Roaming\Anki2\addons21\775418273\query.py", line 135, in query_from_editor_current_field
editor.saveNow()
<class 'TypeError'>: saveNow() missing 1 required positional argument: 'callback'
on 1552304781
错误
有一个错误发生了.请在按住shift键的同时启动Anki,这样可以临时的忽略掉你已经安装的插件。
如果仅仅是因为插件引起的问题,请选择工具>插件菜单项来将出错的的插件设置成失效,然后重启Anki,重复以上的步骤直到你发现了具体是哪个插件引起的问题。
当你已经发现是因为插件引起的问题,请在我们的支持网站上 add-ons section 上报告问题。
调试信息
Anki 2.1.9 (ae67c976) Python 3.6.7 Qt 5.12.1 PyQt 5.11.3
Platform: Windows 10
Flags: frz=True ao=True sv=1

Caught exception:
File "C:\Users\geekh\AppData\Roaming\Anki2\addons21\775418273\query.py", line 324, in run
result = self.query(service_field, word)
File "C:\Users\geekh\AppData\Roaming\Anki2\addons21\775418273\query.py", line 337, in query
return self.service.active(service_field, word)
File "C:\Users\geekh\AppData\Roaming\Anki2\addons21\775418273\service\base.py", line 189, in active
result = each[1]()
File "C:\Users\geekh\AppData\Roaming\Anki2\addons21\775418273\service\base.py", line 69, in _deco
res = fld_func(cls, *args, **kwargs)
File "C:\Users\geekh\AppData\Roaming\Anki2\addons21\775418273\service\base.py", line 317, in fld_whole
html = self.get_html()
File "C:\Users\geekh\AppData\Roaming\Anki2\addons21\775418273\service\base.py", line 324, in get_html
result = self.builder.mdx_lookup(self.word) # self.word: unicode
File "C:\Users\geekh\AppData\Roaming\Anki2\addons21\775418273\libs\mdict\mdict_query.py", line 285, in mdx_lookup
self.get_mdx_by_index(mdx_file, index))
File "C:\Users\geekh\AppData\Roaming\Anki2\addons21\775418273\libs\mdict\mdict_query.py", line 245, in get_mdx_by_index
data = self.get_data_by_index(fmdx, index)
File "C:\Users\geekh\AppData\Roaming\Anki2\addons21\775418273\libs\mdict\mdict_query.py", line 234, in get_data_by_index
_record_block = lzo.decompress(record_block_compressed[
<class 'AttributeError'>: 'NoneType' object has no attribute 'decompress'
on 1551517002
very convenient! save so much time!!
on 1550336296
Life Saver! Amazing!
on 1550064774
超乎一般的好用,节省了很多时间,感谢作者🙏
on 1549015308
有道的汉语词典无法获取释义
on 1548574576
查不了单词
on 1545752404
very useful, although quite slow
on 1544240420
一个插件发生了错误。
请把它报告在插件的论坛上:
https://anki.tenderapp.com/discussions/add-ons

Traceback (most recent call last):
File "aqt\progress.py", line 69, in handler
File "aqt\main.py", line 110, in setupProfile
File "aqt\main.py", line 244, in loadProfile
File "anki\hooks.py", line 26, in runHook
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wordquery.py", line 31, in start_here
import wquery
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\__init__.py", line 27, in <module>
from .ui import show_options
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\ui.py", line 34, in <module>
from .service import service_manager
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\service\__init__.py", line 24, in <module>
service_manager = ServiceManager()
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\service\manager.py", line 35, in __init__
self.update_services()
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\service\manager.py", line 50, in update_services
self.local_services = self._get_available_local_services()
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\service\manager.py", line 107, in _get_available_local_services
services.add(MdxService(dict_path))
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\service\base.py", line 279, in __init__
self.builder.get_header()
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\libs\mdict\mdict_query.py", line 77, in get_header
_()
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\libs\mdict\mdict_query.py", line 54, in _
mdx = MDX(self._mdx_file, only_header=True)
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 645, in __init__
MDict.__init__(self, fname, encoding, passcode, only_header)
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 102, in __init__
self.header = self._read_header()
File "C:\Users\12209\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 276, in _read_header
adler32 = unpack('<I', f.read(4))[0]
struct.error: unpack requires a string argument of length 4
on 1541468687
一个插件发生了错误。
请把它报告在插件的论坛上:
https://anki.tenderapp.com/discussions/add-ons

Traceback (most recent call last):
File "C:\Users\Jeson\AppData\Roaming\Anki2\addons\wquery\query.py", line 324, in run
result = self.query(service_field, word)
File "C:\Users\Jeson\AppData\Roaming\Anki2\addons\wquery\query.py", line 337, in query
return self.service.active(service_field, word)
File "C:\Users\Jeson\AppData\Roaming\Anki2\addons\wquery\service\base.py", line 173, in active
result = each[1]()
File "C:\Users\Jeson\AppData\Roaming\Anki2\addons\wquery\service\base.py", line 58, in _deco
res = fld_func(cls, *args, **kwargs)
File "C:\Users\Jeson\AppData\Roaming\Anki2\addons\wquery\service\base.py", line 294, in fld_whole
html = self.get_html()
File "C:\Users\Jeson\AppData\Roaming\Anki2\addons\wquery\service\base.py", line 301, in get_html
result = self.builder.mdx_lookup(self.word) # self.word: unicode
File "C:\Users\Jeson\AppData\Roaming\Anki2\addons\wquery\libs\mdict\mdict_query.py", line 281, in mdx_lookup
indexes = self.lookup_indexes(self._mdx_db, keyword, ignorecase)
File "C:\Users\Jeson\AppData\Roaming\Anki2\addons\wquery\libs\mdict\mdict_query.py", line 266, in lookup_indexes
cursor = conn.execute(sql)
sqlite3.OperationalError: near "font": syntax error
on 1539362629
I don't know whoever created this, but you have made the world a better place
IT MEANS A WORLD TO ME
on 1537320023
配合上hint真是非常的好用
on 1536976360
非常好用!
on 1535769349
powerful!great!
on 1532422944
一个插件发生了错误。
请把它报告在插件的论坛上:
https://anki.tenderapp.com/discussions/add-ons

Traceback (most recent call last):
File "C:\Users\22411\AppData\Roaming\Anki2\addons\wquery\query.py", line 324, in run
result = self.query(service_field, word)
File "C:\Users\22411\AppData\Roaming\Anki2\addons\wquery\query.py", line 337, in query
return self.service.active(service_field, word)
File "C:\Users\22411\AppData\Roaming\Anki2\addons\wquery\service\base.py", line 165, in active
self.builder.check_build()
File "C:\Users\22411\AppData\Roaming\Anki2\addons\wquery\libs\mdict\mdict_query.py", line 89, in check_build
self._make_mdd_index()
File "C:\Users\22411\AppData\Roaming\Anki2\addons\wquery\libs\mdict\mdict_query.py", line 177, in _make_mdd_index
mdd = MDD(self._mdd_file)
File "C:\Users\22411\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 458, in __init__
MDict.__init__(self, fname, encoding='UTF-16', passcode=passcode)
File "C:\Users\22411\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 102, in __init__
self.header = self._read_header()
File "C:\Users\22411\AppData\Roaming\Anki2\addons\wquery\libs\mdict\readmdict.py", line 273, in _read_header
header_bytes_size = unpack('>I', f.read(4))[0]
struct.error: unpack requires a string argument of length 4
on 1531020235
非常好。只可惜好久没有更新了。

我现在用的是Fast Word Query,是Word Query的改进版,支持多线程查询,查词速度快多了。

https://ankiweb.net/shared/info/1807206748

Fast Word Query作者更新也快,有什么问题马上就修改了。上面是链接。
on 1530877437
GOOD!
on 1530416820
这个插件功能确实非常的强大,但查询速度太慢了,词条多的时候根本查不过来,另外一款基于此插件的优化版插件Fast Word Query,功能一样但查询速度要快几十上百倍。

https://ankiweb.net/shared/info/1807206748
on 1529899425
一个插件发生了错误。
请把它报告在插件的论坛上:
https://anki.tenderapp.com/discussions/add-ons

Traceback (most recent call last):
File "C:\Users\duanm\AppData\Roaming\Anki2\addons\wquery\__init__.py", line 38, in callback
return func(obj)
File "C:\Users\duanm\AppData\Roaming\Anki2\addons\wquery\query.py", line 126, in query_from_editor_current_field
results = query_single_fld(editor.note, fld_index)
File "C:\Users\duanm\AppData\Roaming\Anki2\addons\wquery\query.py", line 204, in wrap
query_func(*args, **kwargs)
File "C:\Users\duanm\AppData\Roaming\Anki2\addons\wquery\query.py", line 243, in query_single_fld
return QueryResult()
File "C:\Users\duanm\AppData\Roaming\Anki2\addons\wquery\service\base.py", line 425, in __init__
if self['result'] == None:
KeyError: 'result'
on 1529572190
good
on 1529455059
a fantastic tool
on 1529242441
Good!
on 1528708212
Does only work for Chinese dictionaries. The few integrated other dictionaries don't match specific fields, they just copy all information in one field. Useless. The same with offline dictionaries. I have Japanese dictionaries in StarDict and mdx format but they just copy all (useless) information into one field.
on 1527465600
good
on 1527379200
Great job!
on 1526860800
quit convenient for query words !!!
on 1526601600
mdx词典的条目分列出来而不是仅仅default就更好了
on 1526083200
easy to use and powerful tool, change my way of learning
on 1525392000
太强大了
on 1524873600
If you've removed any functionality, please let users be noticed.
on 1524700800
2/5 not very usable in which the state it is in. I'd like to activate it for ONLY SOME DECKS please. It's starting to get too crowded in here.
on 1522800000
免费插件这么好用,不给赞那还给啥?
on 1522454400
very helpful.
on 1522195200
Can you please expand the section on how to set local dictionaries? I'm trying to add a Japanese dictionary but cannot get it to work. Like, what file type should it be, etc.?
on 1520121600
very useful!
on 1519257600
perfect!
on 1518048000
macOS上字典里什么都没有,是不是只支持widnows啊
on 1516665600
This is the most valuable Add-On I've ever tried.
Thanks a lot!
on 1516665600
Very helpful! Thank you very much! : )
on 1514505600
对每一个mdx和mdd文件都生成一个.db文件,还删不掉,硬盘受得了?
这一脚踩的是为了我的硬盘
on 1513814400
good addon
on 1512172800
If you know it early,you will be success.
on 1512086400
very good
on 1512086400
It's great!
on 1512086400
it‘s amazing
on 1512086400
The best software
on 1512086400
Perfect addon!
on 1512086400
LDOCE6 朗文当代双解可以单独提取单词发音(英音美音),例句和例句发音等。下载字典文件后记得到修改LDOCE6.py文件中的词典路径。重启后如果路径正确就可以在WQ的界面里看到本地LDOCE6字典了。
on 1512086400
Awesome add-on!
on 1512086400
This is the plugin I used daily. It's very easy to use and it can get magic contents I need.
on 1512086400
good
on 1512086400
best to me
on 1512086400
很好用,制卡特方便。如果能把mdx词典的条目分列出来而不是仅仅default就更好了
on 1512086400
mdx support plz
on 1512086400
吼啊,超级吼
on 1512086400
Anki友前来点赞
on 1512086400
Amazing.
on 1512086400
wow, it's so amazing! I just confuse about how to get some cards one time with some dits, it works! That's great!
on 1512086400
on 1512086400
良心插件 , 不懂给

踩的人是否有意识到这是个免费插件, 做得提出意见予以改进就是了 , 别太刻薄.
on 1512086400
很棒
on 1511395200
Not working.
on 1509840000
'default'

The MDX dictionary only has the 'default' option because there is not general rule to parse all the fields what you want. But this addon has left you some flexible interfaces to implement this, that you can write some easy codes to get any field what you want. Please go to the home page for references about the customization.
on 1509753600
on 1508198400
on 1507852800
今天尝试安装的时候,出现了这个

一个插件发生了错误。
请把它报告在插件的论坛上:
https://anki.tenderapp.com/discussions/add-ons

Traceback (most recent call last):
File "aqt\progress.py", line 69, in handler
File "aqt\main.py", line 110, in setupProfile
File "aqt\main.py", line 244, in loadProfile
File "anki\hooks.py", line 26, in runHook
File "C:\Users\Newman\AppData\Roaming\Anki2\addons\wordquery.py", line 31, in start_here
import wquery
File "C:\Users\Newman\AppData\Roaming\Anki2\addons\wquery\__init__.py", line 27, in <module>
from ui import show_options
File "C:\Users\Newman\AppData\Roaming\Anki2\addons\wquery\ui.py", line 34, in <module>
from wquery.service import service_manager
File "C:\Users\Newman\AppData\Roaming\Anki2\addons\wquery\service\__init__.py", line 24, in <module>
service_manager = ServiceManager()
File "C:\Users\Newman\AppData\Roaming\Anki2\addons\wquery\service\manager.py", line 36, in __init__
self.local_services = self.get_available_local_services()
File "C:\Users\Newman\AppData\Roaming\Anki2\addons\wquery\service\manager.py", line 106, in get_available_local_services
services.add(MdxService(dict_path))
File "C:\Users\Newman\AppData\Roaming\Anki2\addons\wquery\service\base.py", line 271, in __init__
self.builder.get_header()
File "C:\Users\Newman\AppData\Roaming\Anki2\addons\wquery\libs\mdict\mdict_query.py", line 69, in get_header
each[0] for each in cursor)
ValueError: need more than 2 values to unpack
on 1505088000
Don't know how to use

Looks like a great concept. I went carefully through all documentation. Installed .mdx dictionary. My dictionary shows up in WordQuery but cannot see any Dict fields except 'default'. Does not work when I hit Ctrl + Q

Can someone please post a short video? Or maybe a short description on how to make a card using this.
on 1504915200
on 1503619200
on 1501113600
on 1499644800
Save my time a lot, Thanks!

on 1499040000
赞!

虽然交互有些不易上手,但是功能实在是太棒了!能不能留个收款方式,想给作者打钱…
on 1497744000
Thanks a lot!

It really saves me a lot of time though takes me awhile to figure out how to use it. The most useful add-on I've used so far. BTW: Share a trick that I used to to filter out all words that are empty in my notes, type "back: -' '" in the search bar and then press "Ctrl + a" to select all and press "Ctrl + q" to complete the content by Word Query. Awesome!!!
on 1496016000
on 1493596800
Great job on the latest update

Thanks so much for adding stardict support! There are thousands of dictionaries to choose from now!

Also: Ignore that rude comment below. Looks like someone had a bad day
on 1492905600
之前老版的安装代码是多少?

新版的不能查询辞典
on 1492819200
on 1491955200
on 1491782400
on 1491696000
about stardict support

Hi everyone, i'm the contributor of stardict support ( https://github.com/GarrisonBaird ).
For stardict dictionaries, you can google a file "stardict.tar", posted by "huzheng" (author of stardict), few gigas size, contains almost all dictionaries can be found, and all in stardict format. (if someone can publish it as a torrent or edonkey, appreciated).

** If any problems, first make sure your plugin is up-to-date, then open an issue on github (https://github.com/finalion/WordQuery/issues), provide information as much as possible(such as OS version, anki version, error info, steps for reproducing), and keep in mind, we don't have any responsibility to solve your problem, be polite. **
** at least leave your contact information here! **

Contributions are always welcomed, send us a pull request! (but test it first)
on 1491609600
Guys who want to mdx/mdd format dictionaries can download on the link below. Hop

http://pdawiki.com/forum/forum-4-1.html
on 1491264000
on 1491264000
Mdx

Someone please help me, I couldn't find this add-ons discussion page!
Where did you find these dictionaries???
(ODE, OED, Merriam Webster, Random, PONS De-En/En-De, etc.)
on 1491004800
更新之后自带的朗文和牛津都不能显示了

只有一个不是字典自段的选项,要崩溃了
on 1490918400
on 1489276800
on 1488067200
It's super awesome and very helpful for me!

It save me a lot of time.
Great job!
Thanks a million! I appreciate it very much!

PS. I wish I could extract the audio file from .mdd or from web. Is it possible? If this works, it may save even more time.
on 1486252800
on 1485129600
Keeps closing on use

Whenever I click on the word 'Query' when adding a card, it closes the entire Anki application. It hasn't been working for me, and I am not sure what I am doing wrong!
on 1485043200
on 1484524800
Awesome Add-on - Please add more support in English!

This add-on is GREAT. I just wish I knew how to get more out of it. Right now all I can do is grab English definitions with the built in vocabulary.com. I have lots of other dictionaries but I have no idea how to get this add-on to use them.
on 1484179200
Help me!

Doesn't work
https://drive.google.com/file/d/0BzGg6uMiwbMkVFM2aHRjMXV2dnM/view?usp=sharing
on 1483747200
thanks a lot

unlike some users ,i can read Chinese well since mother-language ,thanks for your tools!
on 1483574400
on 1483488000
on 1482710400
Problem

I cant use it but I realy intrested in the concept. I collected so many precious English dictionary like longman and i want to use them in Anki however I cany use it because of none_English language for GUI. please make all Text in addons in English and Describe how to use it.
THX
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481846400
on 1481155200
on 1480809600
on 1480291200
on 1480118400
on 1480118400
on 1480032000
on 1480032000
on 1480032000
on 1480032000
on 1480032000
Thanks for so amazing masterpiece

You've heard the adage and YouDaoDict say it like this "No top is not Chinese " 2333
on 1479945600
on 1479945600
on 1479859200
on 1479859200
on 1479859200
on 1479859200
on 1479859200
Purely amazing addon!

This add-on actually supports most of the .mdx dictionaries I have(ODE, OED, Merriam Webster, Random, PONS De-En/En-De, etc.) One click and you don't have to copy dictionary definitions from other apps and paste it in the editing card session. It frees users from the trouble and you can concentrate on reviewing your raw materials while making note effortlessly. Can't thank the author more.
on 1479859200
on 1479772800