View Single Post
Old 05-29-2023, 03:34 AM   #2
feuille
Connoisseur
feuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enough
 
Posts: 62
Karma: 666
Join Date: May 2020
Location: Germany
Device: android smartphone + tablet
Quote:
Originally Posted by un_pogaz View Post
Sorry for the title (miss click) a mod can edit to "Error to Edit Metadata, Calibre 6.19"

When you try to "Edit the Metadata" of One book, the following error ocurs
Calibre 6.19 (Windows)

Code:
calibre, version 6.19.0
ERREUR : Exception non gérée: <b>TypeError</b>:'str' object is not callable
German Version here, but the same error.

Perhaps the line:

Code:
return clean_text(str(self.currentText()))
must read:

Code:
return clean_text(str(self.currentTextChanged()))

Last edited by feuille; 05-29-2023 at 03:40 AM.
feuille is offline   Reply With Quote