Grand Sorcerer
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Quote:
Originally Posted by C8H10N4O2
I added 50 titles to a shelf on Goodreads earlier with no issues at all. I went to add a second 50, and I got this error:
Code:
ValueError: invalid literal for int() with base 10: ''
After playing around with it (e.g. selecting smaller sets), it got it to add an additional 10 titles. Since that time, I have not been able to add any titles at all, even single books.
Here is the entire trace if it helps:
Code:
calibre, version 5.31.1
ERROR: Unhandled exception: <b>ValueError</b>:invalid literal for int() with base 10: ''
calibre 5.31.1 [64bit] embedded-python: True is64bit: True
Windows-10-10.0.19041 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19041')
Python 3.8.5
Windows: ('10', '10.0.19041', '', 'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: DeDRM (7, 0, 3) && Category Tags (0, 1, 2) && Count Pages (1, 11, 1) && EpubCheck (0, 2, 3) && Extract ISBN (1, 5, 0) && Find Duplicates (1, 8, 10) && Goodreads (1, 5, 1) && Goodreads More Tags (1, 2, 1) && Goodreads Sync (1, 15, 1) && Job Spy (1, 0, 190) && Kindle hi-res covers (0, 5, 0) && Manage Series (1, 2, 11) && Modify ePub (1, 6, 3) && Quality Check (1, 11, 4) && Search The Internet (1, 8, 1) && Similar Stories (1, 0, 58)
Traceback (most recent call last):
File "calibre_plugins.goodreads_sync.dialogs", line 1758, in action_button_clicked
File "calibre_plugins.goodreads_sync.core", line 327, in add_remove_book_to_shelf
ValueError: invalid literal for int() with base 10: ''
Let me know if you have any ideas...
|
Can you run in debug mode and post the log? I need to see what the response from GR is. And are you adding the books to the same shelf? Or different shelves?
|