Closed freezoc closed 1 year ago
https://github.com/xxyzz/WordDumb/commit/b5239aa35dbe4385c8221d81986c01d219cbd612 fixes the variable lemmas_conn
not defined error.
Most proxy errors users reported are caused by the HTTP proxy environment variables not being set correctly. Example settings:
export HTTP_PROXY='http://host:port'
export HTTPS_PROXY='http://host:port'
Please also check out calibre's manual: https://manual.calibre-ebook.com/faq.html#how-do-i-get-calibre-to-use-my-http-proxy
If you still can't figure this out, use a VPN.
It turns out that there was a lemmas_conn error.
The problem has been solved. Thank you.
Checkboxes
Describe the bug
An error message always appears when I try to generate X-Ray.
I searched the internet and discovered that there is a common network problem in China, regardless of whether you have set up a proxy (I'm in China, and I can download documents from GitHub through a proxy).
According to some sources(a website written in Chinese), it may be caused by urllib3 versions newer than 1.26.0. They suggest that changing the file
/data/spacy.json
from"urllib3": { "compiled": false, "version": "1.26.10" }
to"urllib3": { "compiled": false, "version": "1.25.11" }
can solve the problem.However, I'm not sure if this is a network issue, and I can't seem to locate the
spacy.json
file.System Information
OS: MacOS Monterey 12.6.5 calibre : 6.17 worddumb: 3.29.1 Python version: 3.11
Error message
Reproduce steps
Screenshots or videos
No response