Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 06-27-2020, 09:57 AM   #196
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Quote:
Sorry, you lost me. If I'm disabling LC, then restart in debug, with LC disabled, how am I to recreate these errors? This only happens when I click on the LC button to download the LCC, DCC, FAST, OCLC_ID, etc and fill in to the custom columns. This used to work just fine, but now I get those weird attribute errors. The only thing that seemed suspicious is that one of the URLs it uses results in a 404....something with worldcat, I think.
You have never before stated unequivocally that it "only happens when I click on the LC button".

You have never posted a debug log showing that error. You only posted a normal non-debug Calibre error message. I need a full debug log showing the edit-metadata "list is not a list" error.

The 404 is not "suspicious". That is not your problem.


DaltonST
DaltonST is offline   Reply With Quote
Old 06-27-2020, 10:19 AM   #197
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
I have never been able to reproduce your problem, and no other users have ever reported it. However, I have added a few more debug statements to help me help you.

Added: Also post a screen print of both your LC Configuration window showing your chosen custom column names, as well as Preferences > Add your own columns so I can see all of the settings for each of the custom columns you are using with LC.

Added: Also post the Calibre error messaged text that you get within the Calibre GUI in addition to the full debug log made concurrently with the error message.


Added: Also get into debug mode directly by running this from a .bat file or a command line:
Code:
"C:\Program Files\Calibre2\calibre-debug.exe" -g




Added: Also manually download and upgrade to the latest version of LC released on 2 July 2020. Since the special testing version was the same, you will not be automatically notified that there is a new release.





DaltonST

Last edited by DaltonST; 07-09-2020 at 02:55 PM. Reason: removed zip since new version released
DaltonST is offline   Reply With Quote
Old 07-02-2020, 12:14 AM   #198
seans
Junior Member
seans began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2020
Device: none
TypeError in Configuration

I'm selecting "Configuration" for the plugin, and get an unhandled exception:

calibre, version 4.12.0
ERROR: Unhandled exception: <b>TypeError</b>:'>' not supported between instances of 'int' and 'str'

calibre 4.12 embedded-python: False is64bit: True
Linux-5.6.19-200.fc31.x86_64-x86_64-with-fedora-31-Thirty_One Linux ('64bit', 'ELF')
('Linux', '5.6.19-200.fc31.x86_64', '#1 SMP Wed Jun 17 16:54:35 UTC 2020')
Python 3.7.7
Linux: ('Fedora', '31', 'Thirty One')
Interface language: None
Successfully initialized third party plugins: Library Codes (1, 0, 42)
Traceback (most recent call last):
File "calibre_plugins.library_codes.ui", line 250, in init_librarycodesdialog
File "calibre_plugins.library_codes.library_codes_dialo g", line 109, in __init__
TypeError: '>' not supported between instances of 'int' and 'str'
seans is offline   Reply With Quote
Old 07-02-2020, 09:50 AM   #199
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Version 1.0.43 Technical change to customization.

Version 1.0.43 - 2020-07-02 Additional DEBUG statements added; Technical change to customization.



DaltonST
DaltonST is offline   Reply With Quote
Old 07-02-2020, 07:51 PM   #200
seans
Junior Member
seans began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2020
Device: none
Works now; thanks.
seans is offline   Reply With Quote
Old 07-09-2020, 02:28 PM   #201
shayaknyc
Enthusiast
shayaknyc began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2012
Device: Kobo Aura
Quote:
Originally Posted by DaltonST View Post
I have never been able to reproduce your problem, and no other users have ever reported it. However, I have added a few more debug statements to help me help you. Install the attached .zip via Preferences > Plugins > Load from file.


Added: Also post a screen print of both your LC Configuration window showing your chosen custom column names, as well as Preferences > Add your own columns so I can see all of the settings for each of the custom columns you are using with LC.

Added: Also post the Calibre error messaged text that you get within the Calibre GUI in addition to the full debug log made concurrently with the error message.


Added: Also get into debug mode directly by running this from a .bat file or a command line:
Code:
"C:\Program Files\Calibre2\calibre-debug.exe" -g




Added: Also manually download and upgrade to the latest version of LC released on 2 July 2020. Since the special testing version was the same, you will not be automatically notified that there is a new release.





DaltonST
Thank you! Happy to follow your direction. Not seeing an attached file tho....
shayaknyc is offline   Reply With Quote
Old 07-09-2020, 02:54 PM   #202
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Quote:
Originally Posted by shayaknyc View Post
Thank you! Happy to follow your direction. Not seeing an attached file tho....
You missed that that post of mine is old, and now has:

Quote:
Added: Also manually download and upgrade to the latest version of LC released on 2 July 2020. Since the special testing version was the same, you will not be automatically notified that there is a new release.
Good luck.


DaltonST
DaltonST is offline   Reply With Quote
Old 07-10-2020, 02:32 PM   #203
shayaknyc
Enthusiast
shayaknyc began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2012
Device: Kobo Aura
Quote:
Originally Posted by DaltonST View Post
You missed that that post of mine is old, and now has:



Good luck.


DaltonST
Much appreciated! Ok, so I downloaded the zip from the first post in this thread, and here's a screengrab of the installation, restart in debug mode, and all the info you asked for:

https://www.youtube.com/watch?v=4DfHpCaAaqs

Here's the output of the debug log:
Code:
calibre Debug log
calibre 4.20 [64bit]  embedded-python: True is64bit: True
Windows-10-10.0.19041-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19041')
Python 2.7.16+
Windows: ('10', '10.0.19041', 'SP0', u'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (1, 33, 0) && DeDRM (6, 8, 0) && Package KFX (from KFX Input) (1, 33, 0) && Count Pages (1, 10, 0) && Embed Comic Metadata (1, 4, 0) && EpubSplit (2, 9, 0) && Copy Cover To Device (2, 0, 4) && Wiki Reader (2, 2, 0) && Kobo Utilities (2, 11, 0) && Manage Series (1, 2, 9) && EpubMerge (2, 9, 0) && Save To Format (0, 0, 6) && Read MP3 AudioBook metadata (1, 0, 79) && BookFusion Plugin (0, 4, 1) && Obok DeDRM (3, 1, 6) && Recipe Reader (1, 0, 1) && Job Spy (1, 0, 183) && Library Codes (1, 0, 43) && KFX metadata reader (from KFX Input) (1, 33, 0) && KFX Input (1, 33, 0) && Find Duplicates (1, 7, 2) && food network Recipe Reader (1, 0, 2) && KePub Output (3, 2, 13) && KePub Metadata Reader (3, 2, 9) && KoboTouchExtended (3, 2, 13) && Barnes & Noble (1, 2, 15) && KoboBooks (1, 0, 0) && ANOBII (0, 4, 3) && KindleUnpack - The Plugin (0, 82, 1) && BigOven Recipe Reader (1, 0, 1) && DOC Input (1, 0, 1) && Set KFX metadata (from KFX Output) (1, 43, 0) && KFX Output (1, 43, 0) && KePub Metadata Writer (3, 2, 12) && Modify ePub (1, 4, 1) && KePub Input (3, 2, 10) && Annotations (1, 12, 0) && Open With (1, 5, 12) && Goodreads (1, 4, 0) && Overdrive Link (2, 39, 0) && Quality Check (1, 9, 11) && EpubCheck (0, 2, 2) && Kindle Collections (1, 7, 26) && Audit Log (1, 0, 14)
calibre 4.20 [64bit]  embedded-python: True is64bit: True
Windows-10-10.0.19041-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19041')
Python 2.7.16+
Windows: ('10', '10.0.19041', 'SP0', u'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (1, 33, 0) && DeDRM (6, 8, 0) && Package KFX (from KFX Input) (1, 33, 0) && Count Pages (1, 10, 0) && Embed Comic Metadata (1, 4, 0) && EpubSplit (2, 9, 0) && Copy Cover To Device (2, 0, 4) && Wiki Reader (2, 2, 0) && Kobo Utilities (2, 11, 0) && Manage Series (1, 2, 9) && EpubMerge (2, 9, 0) && Save To Format (0, 0, 6) && Read MP3 AudioBook metadata (1, 0, 79) && BookFusion Plugin (0, 4, 1) && Obok DeDRM (3, 1, 6) && Recipe Reader (1, 0, 1) && Job Spy (1, 0, 183) && Library Codes (1, 0, 43) && KFX metadata reader (from KFX Input) (1, 33, 0) && KFX Input (1, 33, 0) && Find Duplicates (1, 7, 2) && food network Recipe Reader (1, 0, 2) && KePub Output (3, 2, 13) && KePub Metadata Reader (3, 2, 9) && KoboTouchExtended (3, 2, 13) && Barnes & Noble (1, 2, 15) && KoboBooks (1, 0, 0) && ANOBII (0, 4, 3) && KindleUnpack - The Plugin (0, 82, 1) && BigOven Recipe Reader (1, 0, 1) && DOC Input (1, 0, 1) && Set KFX metadata (from KFX Output) (1, 43, 0) && KFX Output (1, 43, 0) && KePub Metadata Writer (3, 2, 12) && Modify ePub (1, 4, 1) && KePub Input (3, 2, 10) && Annotations (1, 12, 0) && Open With (1, 5, 12) && Goodreads (1, 4, 0) && Overdrive Link (2, 39, 0) && Quality Check (1, 9, 11) && EpubCheck (0, 2, 2) && Kindle Collections (1, 7, 26) && Audit Log (1, 0, 14)
Turning on automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 81.6884422111 x 81.6428571429
Using calibre Qt style: True
[0.00] Starting up...
[0.00] Showing splash screen...
[0.70] splash screen shown
[0.70] Initializing db...
[1.02] db initialized
[1.02] Constructing main UI...
DEBUG:    0.0 KoboUtilites::action.py - loading translations
DEBUG:    0.0 KoboUtilites::dialogs.py - loading translations
DEBUG:    0.0 KoboUtilites::action.py - loading translations
DEBUG:    0.0 obok::utilities.py - loading translations
DEBUG:    0.0 obok::dialogs.py - loading translations
DEBUG:    0.0 obok::config.py - loading translations
DEBUG:    0.0 using xml.etree for xml parsing
DEBUG:    0.0 obok::action_err.py - loading translations
DEBUG:    0.0 Annotations plugin: Error loading libiMobileDevice. This hasn't worked for a while, and is blacklisted in calibre v3.
DEBUG:    0.0 Annotations plugin: Error is:  No module named idevice.libimobiledevice
DEBUG:    0.0 Annotations::reader_app_support.py - loading translations
DEBUG:    0.0 Annotations::common_utils.py - loading translations
DEBUG:    0.1 Annotations::appearance.py - loading translations
DEBUG:    0.1 Annotations::config.py - loading translations
DEBUG:    0.1 Annotations::annotated_books.py - loading translations
DEBUG:    0.1 Annotations::action.py - loading translations
DEBUG:    4.4 No Kobo Touch, Glo or Mini appears to be connected
DEBUG:    4.4 rebuild_menus - self.supports_ratings=None, self.supports_tiles=None
DEBUG:    4.4 KoboUtilities:set_toolbar_button_tooltip - start: text='None'
DEBUG:    4.4 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders

Driver: KoboTouchExtended'
EpubMerge: DEBUG: 2020-07-10 14:23:44,213: calibre_plugins.epubmerge.epubmerge_plugin(157): macmenuhack file_path:C:\Users\shaya\AppData\Roaming\calibre\plugins\fanficfare_macmenuhack.txt
Job Spy has begun initialization...
--->>>job_spy_save_cover_separately default value is:  True
--->>>apply_save_cover_separately_by_library:   libname is NOT tweaked; default value used for:    Calibre Library    is:  True
--->>> job_spy_save_cover_separately was used to set this library's value to:  True
--->>>job_spy_default_output_format_by_library:   libname is NOT tweaked; default value used for:    Calibre Library    is:  EPUB
--->>> job spy tweak was used to set this library's default output format from:  epub    to:  epub
Calibre, and hence Job Spy, was gracefully shut down last time?  True
Last time daemon started:  never
Last time daemon failed:  never
Total daemon starts inception_to_date:  0
Total daemon failures inception-to-date:  0
Job Spy has finished initialization...
[6.22] main UI initialized...
[6.22] Hiding splash screen
[17.31] splash screen hidden
[17.31] Started up in 17.31 seconds with 2372 books
LC is deriving DDC/LCC from ISBN/ISSN:  1
in api:   Searching for: stdnbr=9780757399435
http://classify.oclc.org/classify2/Classify?stdnbr=9780757399435&summary=false                   
Method response: 2
---------------------------------------------------------------------------------------------------
DDC mostPopular: class=616.8522 normalized=616.8522 holdings=2221
LCC mostPopular: class=RC455.4.S53 normalized=RC455.4.S53 holdings=2700
FAST name:  Psychotherapy
FAST name:  Shame
oclc-other is:  18162520
author(s):  Bradshaw, John, 1933-2016
title:  Healing the shame that binds you
oclc-owi:  882152
---------------------------------------------------------------------------------------------------
Author Details: LOC Authority Name:  n87873062  VIAF Author ID:  86595748 Author:  Bradshaw, John, 1933-2016
returning from api:   616.8522 RC455.4.S53 [u'Psychotherapy', u'Shame'] 882152 18162520 n87873062 86595748
Adding 'oclc-owi' identifier:  882152
 
reference number for lookup:  882152
-----------------------------------------------
current target_url is:  http://xisbn.worldcat.org/webservices/xid/owi/owi882152?method=getEditions&format=xml&fl=isbn,lccn
[Errno 10054] An existing connection was forcibly closed by the remote host
not soup
parse_html_xid:  source_type is:  owi   of:   882152   with an isbn of:  9780757399435
new_row1:  None
-----------------------------------------------
 
reference number for lookup:  86595748
-----------------------------------------------
current target_url is:  http://viaf.org/viaf/86595748/
BeautifulSoup3 is being used in download_html
isni is:  0000000081614186
lccn is:  lccn-n87873062
-----------------------------------------------
-------------------------------------------------------------------
now adding isni and lccn for books with same viaf_author_id
-------------------------------------------------------------------
new:  isni  value:  0000000081614186  for book:  2383  with key_type_val of:  86595748  for key_type:  viaf_author_id
new:  lccn  value:  lccn-n87873062  for book:  2383  with key_type_val of:  86595748  for key_type:  viaf_author_id
new value for LC Extra Author Data:  Bradshawˏ John : 1933-2016
----------------------------------------------------------------------------------------------------------
edit_metadata_action.apply_metadata_changes(id_map, callback=self.finish_displaying_results_of_ddc_lcc(payload)): 
id_map - book:  2383
id_map - mi:  Title               : Unknown
Author(s)           : Unknown
Tags                : book, Self-Help, Personal Growth, General, ebook
Identifiers         : viaf_author_id:86595748, lc_authority_name:n87873062, isni:0000000081614186, oclc-owi:882152, lccn:lccn-n87873062, isbn:9780757399435, google:H2mhAgAAQBAJ, barnesnoble:w/healing-the-shame-that-binds-you-john-bradshaw/1101357590
FAST                : [u'Psychotherapy', u'Shame']
OCLC                : 882152
LCC                 : RC455.4.S53
DDC                 : 616.8522
----------------------------------------------------------------------------------------------------------
Eagerly await your thoughts!
shayaknyc is offline   Reply With Quote
Old 07-10-2020, 04:15 PM   #204
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Nothing is wrong in the debug log. However, see the next post.

Last edited by DaltonST; 07-10-2020 at 04:28 PM.
DaltonST is offline   Reply With Quote
Old 07-10-2020, 04:27 PM   #205
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Your #fast custom column is for FAST Tags. You created one that is NOT tag-like. So, when Calibre 'Metadata Edit' invoked by LC tries to update your #fast custom column with a list of tags, it fails.

Code:
FAST: [u'Psychotherapy', u'Shame']
Delete your #fast custom column, and then recreate it as a proper tag-like column.

Note that the LCEAD Extra Author Details column is always tag-like too.

LC will automatically create the proper custom columns for you (if you have not already manually created them) if you click the button to do so.


DaltonST

Last edited by DaltonST; 07-10-2020 at 05:56 PM.
DaltonST is offline   Reply With Quote
Old 07-13-2020, 10:24 AM   #206
shayaknyc
Enthusiast
shayaknyc began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2012
Device: Kobo Aura
Talking

Quote:
Originally Posted by DaltonST View Post
Your #fast custom column is for FAST Tags. You created one that is NOT tag-like. So, when Calibre 'Metadata Edit' invoked by LC tries to update your #fast custom column with a list of tags, it fails.

Code:
FAST: [u'Psychotherapy', u'Shame']
Delete your #fast custom column, and then recreate it as a proper tag-like column.

Note that the LCEAD Extra Author Details column is always tag-like too.

LC will automatically create the proper custom columns for you (if you have not already manually created them) if you click the button to do so.


DaltonST
THANK YOU! That totally worked! The weird thing here, is that I never created the columns on my own to begin with. I used the plugin to generate the columns, so not sure how that got discombobulated, but glad it's working now! Many many thanks!
shayaknyc is offline   Reply With Quote
Old 07-13-2020, 12:10 PM   #207
shayaknyc
Enthusiast
shayaknyc began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2012
Device: Kobo Aura
Quote:
Originally Posted by shayaknyc View Post
THANK YOU! That totally worked! The weird thing here, is that I never created the columns on my own to begin with. I used the plugin to generate the columns, so not sure how that got discombobulated, but glad it's working now! Many many thanks!
Ok, now I'm not getting errors, but something bizarre is occurring. I've now been manually updating some of my books so that it repopulates the #fast column, and it's been doing great for nearly all the books for which I already have DDC/LCC info. However, the FAST column isn't being populated for SOME books when I click on the LC button. For example, Abbadon's Gate by James S. A. Corey, already has DDC/LCC and OCLC populated with the record. When I have it highlighted and click the LC button, it shows that it's successfully updating the columns. However, the FAST column is totally blank. So, I looked up the OCLC number in the record here: http://classify.oclc.org/classify2/C...176&startRec=0 and the record there shows quite a number of FAST values, that are not being entered into the calibre record. Any ideas?
shayaknyc is offline   Reply With Quote
Old 07-13-2020, 01:38 PM   #208
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Obviously you must attach a debug log.
DaltonST is offline   Reply With Quote
Old 07-13-2020, 04:15 PM   #209
shayaknyc
Enthusiast
shayaknyc began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2012
Device: Kobo Aura
Duh!

Sorry....here it is:

Code:
calibre Debug log
calibre 4.20 [64bit]  embedded-python: True is64bit: True
Windows-10-10.0.19041-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19041')
Python 2.7.16+
Windows: ('10', '10.0.19041', 'SP0', u'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (1, 33, 0) && DeDRM (6, 8, 0) && Package KFX (from KFX Input) (1, 33, 0) && BigOven Recipe Reader (1, 0, 1) && Goodreads (1, 4, 0) && KePub Input (3, 2, 10) && Read MP3 AudioBook metadata (1, 0, 79) && ANOBII (0, 4, 3) && Obok DeDRM (3, 1, 6) && DOC Input (1, 0, 1) && Wiki Reader (2, 2, 0) && Open With (1, 5, 12) && Overdrive Link (2, 39, 0) && food network Recipe Reader (1, 0, 2) && Set KFX metadata (from KFX Output) (1, 43, 0) && KFX Output (1, 43, 0) && BookFusion Plugin (0, 4, 1) && Annotations (1, 12, 0) && Save To Format (0, 0, 6) && Embed Comic Metadata (1, 4, 0) && Kobo Utilities (2, 11, 0) && Find Duplicates (1, 7, 2) && Copy Cover To Device (2, 0, 4) && Count Pages (1, 10, 0) && KoboTouchExtended (3, 2, 13) && Kindle Collections (1, 7, 26) && Modify ePub (1, 4, 1) && Quality Check (1, 9, 11) && Job Spy (1, 0, 183) && EpubMerge (2, 9, 0) && KePub Metadata Reader (3, 2, 9) && Manage Series (1, 2, 9) && Recipe Reader (1, 0, 1) && Library Codes (1, 0, 44) && KePub Metadata Writer (3, 2, 12) && Barnes & Noble (1, 2, 15) && KoboBooks (1, 0, 0) && KindleUnpack - The Plugin (0, 82, 1) && EpubSplit (2, 9, 0) && Audit Log (1, 0, 14) && EpubCheck (0, 2, 3) && KFX metadata reader (from KFX Input) (1, 33, 0) && KFX Input (1, 33, 0) && KePub Output (3, 2, 13)
calibre 4.20 [64bit]  embedded-python: True is64bit: True
Windows-10-10.0.19041-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19041')
Python 2.7.16+
Windows: ('10', '10.0.19041', 'SP0', u'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (1, 33, 0) && DeDRM (6, 8, 0) && Package KFX (from KFX Input) (1, 33, 0) && BigOven Recipe Reader (1, 0, 1) && Goodreads (1, 4, 0) && KePub Input (3, 2, 10) && Read MP3 AudioBook metadata (1, 0, 79) && ANOBII (0, 4, 3) && Obok DeDRM (3, 1, 6) && DOC Input (1, 0, 1) && Wiki Reader (2, 2, 0) && Open With (1, 5, 12) && Overdrive Link (2, 39, 0) && food network Recipe Reader (1, 0, 2) && Set KFX metadata (from KFX Output) (1, 43, 0) && KFX Output (1, 43, 0) && BookFusion Plugin (0, 4, 1) && Annotations (1, 12, 0) && Save To Format (0, 0, 6) && Embed Comic Metadata (1, 4, 0) && Kobo Utilities (2, 11, 0) && Find Duplicates (1, 7, 2) && Copy Cover To Device (2, 0, 4) && Count Pages (1, 10, 0) && KoboTouchExtended (3, 2, 13) && Kindle Collections (1, 7, 26) && Modify ePub (1, 4, 1) && Quality Check (1, 9, 11) && Job Spy (1, 0, 183) && EpubMerge (2, 9, 0) && KePub Metadata Reader (3, 2, 9) && Manage Series (1, 2, 9) && Recipe Reader (1, 0, 1) && Library Codes (1, 0, 44) && KePub Metadata Writer (3, 2, 12) && Barnes & Noble (1, 2, 15) && KoboBooks (1, 0, 0) && KindleUnpack - The Plugin (0, 82, 1) && EpubSplit (2, 9, 0) && Audit Log (1, 0, 14) && EpubCheck (0, 2, 3) && KFX metadata reader (from KFX Input) (1, 33, 0) && KFX Input (1, 33, 0) && KePub Output (3, 2, 13)
Turning on automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 81.6884422111 x 81.6428571429
Using calibre Qt style: True
[0.00] Starting up...
[0.00] Showing splash screen...
[0.77] splash screen shown
[0.77] Initializing db...
[1.08] db initialized
[1.08] Constructing main UI...
DEBUG:    0.0 obok::utilities.py - loading translations
DEBUG:    0.0 obok::dialogs.py - loading translations
DEBUG:    0.0 obok::config.py - loading translations
DEBUG:    0.0 using xml.etree for xml parsing
DEBUG:    0.0 obok::action_err.py - loading translations
DEBUG:    0.0 Annotations plugin: Error loading libiMobileDevice. This hasn't worked for a while, and is blacklisted in calibre v3.
DEBUG:    0.0 Annotations plugin: Error is:  No module named idevice.libimobiledevice
DEBUG:    0.0 Annotations::reader_app_support.py - loading translations
DEBUG:    0.0 Annotations::common_utils.py - loading translations
DEBUG:    0.1 Annotations::appearance.py - loading translations
DEBUG:    0.1 Annotations::config.py - loading translations
DEBUG:    0.1 Annotations::annotated_books.py - loading translations
DEBUG:    0.1 Annotations::action.py - loading translations
DEBUG:    0.0 KoboUtilites::action.py - loading translations
DEBUG:    0.0 KoboUtilites::dialogs.py - loading translations
DEBUG:    0.0 KoboUtilites::action.py - loading translations
DEBUG:    3.9 No Kobo Touch, Glo or Mini appears to be connected
DEBUG:    3.9 rebuild_menus - self.supports_ratings=None, self.supports_tiles=None
DEBUG:    3.9 KoboUtilities:set_toolbar_button_tooltip - start: text='None'
DEBUG:    3.9 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders

Driver: KoboTouchExtended'
Job Spy has begun initialization...
--->>>job_spy_save_cover_separately default value is:  True
--->>>apply_save_cover_separately_by_library:   libname is NOT tweaked; default value used for:    Calibre Library    is:  True
--->>> job_spy_save_cover_separately was used to set this library's value to:  True
--->>>job_spy_default_output_format_by_library:   libname is NOT tweaked; default value used for:    Calibre Library    is:  EPUB
--->>> job spy tweak was used to set this library's default output format from:  epub    to:  epub
Calibre, and hence Job Spy, was gracefully shut down last time?  True
Last time daemon started:  never
Last time daemon failed:  never
Total daemon starts inception_to_date:  0
Total daemon failures inception-to-date:  0
Job Spy has finished initialization...
EpubMerge: DEBUG: 2020-07-13 16:09:06,285: calibre_plugins.epubmerge.epubmerge_plugin(157): macmenuhack file_path:C:\Users\shaya\AppData\Roaming\calibre\plugins\fanficfare_macmenuhack.txt
[6.41] main UI initialized...
[6.41] Hiding splash screen
[220.64] splash screen hidden
[220.64] Started up in 220.64 seconds with 2373 books
LC is deriving DDC/LCC from ISBN/ISSN:  1
in api:   Searching for: stdnbr=9780316129077
http://classify.oclc.org/classify2/Classify?stdnbr=9780316129077&summary=false                   
Method response: 4
---------------------------------------------------------------------------------------------------
Multi-work Response
oclc-other is:  NONE
author(s):  Corey, James S. A. | Langowski, Jürgen [Translator; Contributor]
title:  Abaddon's Gate
Multi-work Response:  oclc-owi:  1178687176
---------------------------------------------------------------------------------------------------
Author Details Exception[2]:  list index out of range   (Index Out Of Range means No Data to be Retrieved)
returning from api:   NONE NONE [] 1178687176 NONE NONE NONE
Adding 'oclc-owi' identifier:  1178687176
 
reference number for lookup:  1178687176
-----------------------------------------------
current target_url is:  http://xisbn.worldcat.org/webservices/xid/owi/owi1178687176?method=getEditions&format=xml&fl=isbn,lccn
[Errno 10054] An existing connection was forcibly closed by the remote host
not soup
parse_html_xid:  source_type is:  owi   of:   1178687176   with an isbn of:  9780316129077
new_row1:  None
-----------------------------------------------
new value for LC Extra Author Data:  Langowskiˏ Jürgen [Translator; Contributor]
----------------------------------------------------------------------------------------------------------
edit_metadata_action.apply_metadata_changes(id_map, callback=self.finish_displaying_results_of_ddc_lcc(payload)): 
id_map - book:  2487
id_map - mi:  Title               : Unknown
Author(s)           : Unknown
Tags                : Fiction, Action & Adventure, Space Opera, Science Fiction, Hard Science Fiction
Identifiers         : isbn:9780316129077, google:rIWWl_bA0z4C, barnesnoble:w/abaddons-gate-james-sa-corey/1113742209, oclc-owi:1178687176
OCLC                : 1178687176
----------------------------------------------------------------------------------------------------------
shayaknyc is offline   Reply With Quote
Old 07-13-2020, 06:02 PM   #210
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Your new custom column screenprint from Preferences?

The debug log at the end says Tags instead of FAST.

Your LC customization screenprint?
DaltonST is offline   Reply With Quote
Reply

Tags
ddc, dewey decimal, lcc, library of congress, oclc


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 523 07-15-2025 06:45 PM
[GUI Plugin] SmartEject JimmXinu Plugins 125 05-08-2025 12:27 AM
[GUI Plugin] Consolidate All Library Metadata (CALM) DaltonST Plugins 334 02-02-2025 02:28 PM
[GUI Plugin] Astro-ph iatheia Plugins 14 07-25-2015 11:41 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 06:56 PM.


MobileRead.com is a privately owned, operated and funded community.