Quote:
Originally Posted by onibocho
Thanks for the reply. It doesn't look like the date is a problem. The oldest date value I have is 2003. It looks like the problem is coming from the Auto Add function.
I thought this function would automatically add all the books on that shelf with TBR as the value, but when I add TBR it throws the error. If I add tbr it don't, but still doesn't add the books.
|
I'm sorry, but I'll have to insist. The error points the line 1287:
Code:
date = date.astimezone()
When you have an invalid date, the astimezone() method fails with 'OSError:[Errno 22] Invalid argument'. The date referred here is the one coming from your '#goodreads_date_read' custom column, not the calibre standard 'Date' column.
The invalid date is present in one (or more) of your TBR books. Please check again.