09-03-2024, 08:10 PM | #691 |
Junior Member
Posts: 1
Karma: 10
Join Date: Sep 2024
Device: Kindle paperwhite
|
Hi, first of all thanks for the great work on this plugin. Unfortunately I have a problem with the X-ray file, when I select a character it shows fragments of the book where that character is mentioned, but it doesn't show any info about the character like a quick description or who he is. Does anyone know how to fix this? Thanks in advance.
|
09-04-2024, 04:29 PM | #692 | |
Grand Sorcerer
Posts: 5,595
Karma: 102020751
Join Date: Apr 2011
Device: pb360
|
Quote:
|
|
09-15-2024, 03:02 AM | #693 |
Fanatic
Posts: 570
Karma: 82944
Join Date: May 2021
Device: kindle
|
why does it need to install en_core_web_lg each time i try to generate x-ray file?
Installing it the first time is okay but... Is there a work around or am i doing it wrong. generating x-ray for a 40mb file itself takes a lot less time than it takes to install en_core. Also why cant i stop the job/process half way? Only ending process or disconnecting internet makes it stop. EDIT: I think although it says installing en_core_web_lg, is it actually generating x-ray? Last edited by unkn0wn; 09-15-2024 at 03:26 AM. |
09-16-2024, 09:32 AM | #694 |
Evangelist
Posts: 436
Karma: 2666666
Join Date: Nov 2020
Device: none
|
Maybe you're using strange user name and also on Windows or something that makes code at here https://github.com/xxyzz/WordDumb/bl...eps.py#L30-L34
always delete previous installed packages? The code run some new Python processes and can't be killed properly, kill the main calibre process will kill these processes. Last edited by xxyzz; 09-16-2024 at 09:38 AM. |
10-31-2024, 08:53 AM | #695 |
Connoisseur
Posts: 63
Karma: 10
Join Date: Mar 2020
Device: Kindle Paperwhite 4 (2018)
|
I generated word wise for an italian book. Definition language was set to italian but the word wise result on kindle was in english. Any idea why?
|
11-04-2024, 08:52 AM | #696 |
Connoisseur
Posts: 88
Karma: 105086
Join Date: Sep 2016
Device: Kobo Aura H2O
|
Is it possible to make WordWise and X-ray work on the Kindle android app like it works on the Kindle e-readers?
Edit, found it Last edited by perisiana; 11-06-2024 at 09:31 PM. |
11-14-2024, 11:20 AM | #697 |
Junior Member
Posts: 9
Karma: 10
Join Date: Feb 2011
Device: iPad
|
I saw you can do mediawiki sites, but I want to do a fandom site (forgotten realms). Anyone know of a way?
|
11-24-2024, 09:38 AM | #698 |
Junior Member
Posts: 6
Karma: 10
Join Date: Aug 2009
Location: Europe
Device: Kindle Oasis
|
Hi @xxyzz,
Mac silicon M1 with latest Sonoma os version, latest Calibre and Plugin as well, of course. When trying to create X-Ray, conversion breaks at the "Installing Spacy" step. I'd be saving you from the 700+ error lines, hoping this would help you diagnose: Code:
Starting job: Generating X-Ray for [book title here] Job: "Generating X-Ray for [book title here]" failed with error: Traceback (most recent call last): File "calibre/gui2/threaded_jobs.py", line 85, in start_work File "calibre_plugins.worddumb.parse_job", line 177, in do_job install_deps(data.spacy_model, notifications) File "calibre_plugins.worddumb.deps", line 42, in install_deps pip_install("spacy", dep_versions["spacy"], notif=notif) File "calibre_plugins.worddumb.deps", line 134, in pip_install run_subprocess(args) File "calibre_plugins.worddumb.utils", line 47, in run_subprocess return subprocess.run( ^^^^^^^^^^^^^^^ File "subprocess.py", line 571, in run subprocess.CalledProcessError: Command '['/opt/homebrew/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'install', '-U', '-t', '/Users/[user name]/Library/Preferences/calibre/plugins/worddumb-libs-py3.13', '--no-user', '--no-cache-dir', 'spacy==3.8.2']' returned non-zero exit status 1. Any help you could offer would be most, most welcome - thank you in advance, and for this fab Plugin of yours!! Last edited by revenant; 11-24-2024 at 09:40 AM. |
11-25-2024, 09:46 PM | #699 |
Evangelist
Posts: 436
Karma: 2666666
Join Date: Nov 2020
Device: none
|
|
11-25-2024, 09:48 PM | #700 | |
Evangelist
Posts: 436
Karma: 2666666
Join Date: Nov 2020
Device: none
|
Quote:
|
|
11-26-2024, 07:34 AM | #701 | |
Junior Member
Posts: 6
Karma: 10
Join Date: Aug 2009
Location: Europe
Device: Kindle Oasis
|
Quote:
Thank you, it worked back fine! For anyone else who'd have my same setup, what I did: 1. since I've got python through home-brew, I downgraded versions as follows: Code:
brew unlink python@3.13 brew unlink python@3.12 brew link --force python@3.12 Code:
/Users/steve/.pyenv/versions/3.12.7/bin/python |
|
11-28-2024, 06:12 AM | #702 |
Evangelist
Posts: 436
Karma: 2666666
Join Date: Nov 2020
Device: none
|
No need to downgrade the default Python version in your system, the code can't detect the default binary on macos anyway. Users only need to install python@3.12 formula then copy its file path to the plugin settings.
|
12-03-2024, 02:04 AM | #703 | |
Junior Member
Posts: 9
Karma: 10
Join Date: Feb 2011
Device: iPad
|
Quote:
|
|
12-07-2024, 09:05 PM | #704 |
Evangelist
Posts: 436
Karma: 2666666
Join Date: Nov 2020
Device: none
|
It could be "https://x.fandom.com/api.php", you can check this url in browser. You could also just ask the wiki admin.
|
12-07-2024, 09:47 PM | #705 |
Junior Member
Posts: 9
Karma: 10
Join Date: Feb 2011
Device: iPad
|
Yes, I tried that.
I was just hoping I wasn't the only Forgotten Realms nerd and maybe someone had a solution. |
Tags |
worddumb, x-ray |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 495 | 10-19-2024 07:06 AM |
[GUI Plugin] CalibreSpy | DaltonST | Plugins | 245 | 08-18-2024 10:33 PM |
[GUI Plugin] Manga plugin | mastertea | Plugins | 6 | 01-06-2022 03:43 AM |
[GUI Plugin] Save Virtual Libraries To Column (GUI) | chaley | Plugins | 14 | 04-04-2021 06:25 AM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |