View Single Post
Old 06-21-2017, 02:45 AM   #6
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,476
Karma: 8025702
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by nqk View Post
I think this version broke Content Server connection. It shows only now two folders, "Newest" and "Title", which are empty. (I'm using Calibre Portable 3.0)
According to that debug log, calibre is giving CC the same library name twice but with different letter case. It looks like only one of them is correct.

Example:
Code:
current library = NQK-Ebooks-Library, 
available libraries={"default_library":"NQK-Ebooks-Library"
    "library_map":{"NQK-Ebooks-Library":"NQK-Ebooks-Library",
                   "nqk-ebooks-library":"NQK-Ebooks-Library"}}
CC tries to fetch information using the uppercase version. Calibre gives nothing back.

At 2017-06-20 17:01:12 calibre reported only one library. At 2017-06-21 09:22:38 calibre started reporting the two libraries shown above.

Do you have both libraries in calibre's quick-switch menu? If so, try removing the one that has the wrong letter case.

Another possibility: do you see the same library name twice in CC's change calibre library menu? If so, try selecting one then the other to see if behavior changes.

There were calibre bug reports related to having the same library multiple times in the switch list. I don't recall exactly what they were or when they were fixed.
chaley is offline   Reply With Quote