06-26-2020, 09:41 AM | #91 |
Resident Curmudgeon
Posts: 76,438
Karma: 136564696
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Any idea when we may ge an updated plugin with the new epubcheck? Thanks.
|
06-26-2020, 10:19 AM | #92 | |
Wizard
Posts: 1,085
Karma: 1221485
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite
|
Quote:
If you look at your EpubCheck.json, you will find something like this: { "check_interval": 7, "clipboard_copy": false, "close_cb": true, "github": true, "is32bit": false, "java_path": "java", "last_time_checked": "2020-06-24 10:10:16.473000", "locale": "pt-BR", "usage": true } If you want to force an update check, just change the "last_time_checked" key to a date that represents an interval bigger than defined in the "check_interval" key. |
|
Advert | |
|
06-26-2020, 10:21 AM | #93 | |
Resident Curmudgeon
Posts: 76,438
Karma: 136564696
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
09-06-2020, 11:39 PM | #94 |
Member
Posts: 17
Karma: 10
Join Date: Jan 2011
Device: Mac, VM solutions
|
First time using the epubCheck Plugin. Please let me know, if I am posting in wrong place.
I ran epubcheck on my new EPUB created (used a chrome extension to create the epub from web pages). I am a beginner and self-teaching. I have 32 errors of similar message. How do I work out a) what it is trying to tell me ? b) impact if I click "try to FIX automatically" (how do I see the impact before clicking it as I am so green new to EPUBs I doubt I will notice change?) On LHS of screen, it says Expected (left | right | center | justify match-paretn | start | end ) but found -webkit-left (OEBPS/style/style208568.css) On RHS of screen it says when I click on first error Error [1 / 32] OEBPS/style/style208568.css (line: 1 column: 19639) Properties should be known (listed in CSS3 specification) or be a vendor-prefixed property. See detailed description. Try to correct all fixable errors automatically Thankyou kindly for any guidance and your time to read this post. |
09-07-2020, 01:40 AM | #95 | |
Grand Sorcerer
Posts: 5,640
Karma: 23191067
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
Also, it looks like you used the built-in Calibre Editor error checker and not the EPUBCheck plugin. It's always a good idea to have Calibre Editor fix all errors automatically. (You can tell that it worked by re-running the check.) |
|
Advert | |
|
09-15-2020, 07:41 AM | #96 |
Resident Curmudgeon
Posts: 76,438
Karma: 136564696
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Any chance this can be updated to work with the upcoming Python 3 version of Calibre?
|
09-15-2020, 08:22 AM | #97 |
Grand Sorcerer
Posts: 5,640
Karma: 23191067
Join Date: Dec 2010
Device: Kindle PW2
|
|
09-15-2020, 08:34 AM | #98 | |
Resident Curmudgeon
Posts: 76,438
Karma: 136564696
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
https://www.mobileread.com/forums/sh...d.php?t=333166 |
|
09-15-2020, 12:30 PM | #99 |
Grand Sorcerer
Posts: 28,040
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
I'm guessing there's many calibre plugin authors who have no idea they're expected to notify someone when they've gotten their plugins ready for the next calibre version (or that they even need to modify their plugins). It's not like there's an official plugin-author notification system in place.
So "This thread says it's not" is a tad misleading. It would be more correct to say, "This thread (that many plugin devs may or may not know exists) doesn't know if it is ready or not." And the bottom line is: THIS thread and its version-history is the definitive authority on what/what not this plugin is, in fact, ready for. As it should be. Last edited by DiapDealer; 09-15-2020 at 01:13 PM. |
09-27-2020, 03:58 AM | #100 |
Connoisseur
Posts: 82
Karma: 25684
Join Date: Sep 2014
Device: Kindle NT
|
I'm trying to use this plugin with Java portable 64 bit
https://portableapps.com/apps/utilit...va_portable_64 I changed the json file in Code:
{ "locale" : "en", "usage" : true, "java_path": "C:\Portable\Java64\bin\java.exe," "is32bit": false, "github": true, "check_interval": 7 } Code:
calibre, version 5.0.1 ERROR: Unhandled exception: <b>FileNotFoundError</b>:[WinError 2] Impossibile trovare il file specificato calibre 5.0.1 Portable embedded-python: True is64bit: False Windows-10-10.0.18362-SP0 Windows ('32bit', 'WindowsPE') 32bit process running on 64bit windows ('Windows', '10', '10.0.18362') Python 3.8.5 Windows: ('10', '10.0.18362', 'SP0', 'Multiprocessor Free') Interface language: None Successfully initialized third party plugins: Amazon.com Multiple Countries (1, 0, 0) && Diaps Editing Toolbag (0, 3, 6) && EpubCheck (0, 2, 3) && EpubMerge (2, 11, 0) && Find Duplicates (1, 7, 2) && KePub Output (3, 2, 15) && KindleUnpack - The Plugin (0, 82, 3) && Kobo Books (1, 8, 0) && Modify ePub (1, 4, 1) && Quality Check (1, 10, 1) && Search The Internet (1, 8, 0) Traceback (most recent call last): File "calibre_plugins.epub_check.main", line 202, in ask_user File "calibre_plugins.epub_check.main", line 122, in get_arch File "calibre_plugins.epub_check.main", line 113, in jarWrapper File "subprocess.py", line 854, in __init__ File "subprocess.py", line 1307, in _execute_child FileNotFoundError: [WinError 2] Impossibile trovare il file specificato Last edited by senhal; 09-27-2020 at 04:04 AM. |
09-27-2020, 04:12 AM | #101 | |
Grand Sorcerer
Posts: 5,640
Karma: 23191067
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
Try: "java_path": "C:\\Portable\\Java64\\bin\\java.exe", Last edited by Doitsu; 09-27-2020 at 04:59 AM. Reason: Fixed wrong JSON entry. |
|
09-27-2020, 04:19 AM | #102 | |
Connoisseur
Posts: 82
Karma: 25684
Join Date: Sep 2014
Device: Kindle NT
|
Quote:
Code:
{ "locale" : "en", "usage" : true, "java_path": "C:\\Portable\\Java64\\bin\\java.exe," "is32bit": false, "github": true, "check_interval": 7 } |
|
09-27-2020, 04:57 AM | #103 |
Grand Sorcerer
Posts: 5,640
Karma: 23191067
Join Date: Dec 2010
Device: Kindle PW2
|
|
09-27-2020, 05:54 AM | #104 | |
Connoisseur
Posts: 82
Karma: 25684
Join Date: Sep 2014
Device: Kindle NT
|
Quote:
According to you, copying portable java inside Calibre folders, is it possible to refer to a java.exe folder without writing the full path? Something like this Code:
"java_path": "\\Java64\\bin\\java.exe", Code:
..\Calibre Portable\Calibre Settings\plugins Last edited by senhal; 09-27-2020 at 07:57 AM. |
|
09-27-2020, 08:50 AM | #105 |
Grand Sorcerer
Posts: 5,640
Karma: 23191067
Join Date: Dec 2010
Device: Kindle PW2
|
I haven't tried this, but it might work. You'll probably have to specify the Java path relative to the plugins folder or the Calibre Python interpreter path.
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
epubcheck plugin for Sigil | Doitsu | Plugins | 533 | 10-24-2024 04:32 PM |
Open Metadata Editor from plugin | notbuu | Development | 5 | 10-05-2016 01:10 AM |
Sample Plugin for the Editor | DiapDealer | Editor | 77 | 12-10-2014 08:16 AM |
Editor plugin question | DiapDealer | Development | 2 | 07-28-2014 11:23 PM |
Web-based epubcheck upgraded to epubcheck 1.0.5 | kjk | ePub | 4 | 02-09-2010 10:53 PM |