View Single Post
Old 09-27-2020, 02:58 AM   #100
senhal
Connoisseur
senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.
 
senhal's Avatar
 
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 
}
Get this error

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
Then .json file return to default every time.


Last edited by senhal; 09-27-2020 at 03:04 AM.
senhal is offline   Reply With Quote