Custom User Title
Posts: 11,109
Karma: 77213681
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
It's all indexed now!
Another bug: I put a phrase in "quotation marks" to test searching exact phrases and got an error about an unexpected character. Error log:
Spoiler:
Code:
calibre, version 4.21.0
ERROR: Unhandled exception: <b>RequestError</b>:RequestError(400, u'json_parse_exception', u"Unexpected character ('s' (code 115)): was expecting comma to separate Object entries\n at [Source: (org.elasticsearch.common.bytes.AbstractBytesReference$MarkSupportingStreamInputWrapper); line: 1, column: 57]")
calibre 4.21 [64bit] embedded-python: True is64bit: True
Windows-10-10.0.18362-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.18362')
Python 2.7.16+
Windows: ('10', '10.0.18362', 'SP0', u'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: DeDRM (6, 7, 0) && Open With (1, 5, 12) && Goodreads (1, 4, 0) && View Manager (1, 5, 6) && Manage Series (1, 2, 9) && Reading List (1, 6, 11) && NormComment (0, 0, 2) && Extract ISBN (1, 5, 0) && Job Spy (1, 0, 184) && MultiColumnSearch (1, 0, 82) && Library Codes (1, 0, 46) && Modify ePub (1, 4, 1) && Kindle hi-res covers (0, 4, 0) && Quality Check (1, 10, 1) && Kobo Utilities (2, 11, 4) && KoboTouchExtended (3, 2, 13) && Save To Format (0, 0, 6) && FanFicFare (3, 21, 2) && Embed Comic Metadata (1, 4, 0) && Find Duplicates (1, 7, 2) && Favourites Menu (1, 0, 5) && EpubCheck (0, 2, 3) && Fantastic Fiction (1, 3, 0) && Drop Search Results (1, 0, 10) && Calibre Power Search Plugin (1, 1, 1) && Barnes & Noble (1, 2, 15) && Count Pages (1, 10, 0) && FictionDB (1, 2, 0) && Generate Cover (1, 5, 25) && Kobo Books (1, 8, 0) && Import List (1, 4, 5)
Traceback (most recent call last):
File "calibre_plugins.caps.main", line 208, in on_search
File "calibre_plugins.caps.main", line 282, in do_search
File "calibre_plugins.caps.elasticsearch.client.utils", line 152, in _wrapped
File "calibre_plugins.caps.elasticsearch.client.__init__", line 1470, in search
File "calibre_plugins.caps.elasticsearch.transport", line 392, in perform_request
RequestError: RequestError(400, u'json_parse_exception', u"Unexpected character ('s' (code 115)): was expecting comma to separate Object entries\n at [Source: (org.elasticsearch.common.bytes.AbstractBytesReference$MarkSupportingStreamInputWrapper); line: 1, column: 57]")
|