You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/judith/git/josephine/scripts/goodreads_importer.py", line 92, in main
goodreads_record_to_book(record)
File "/home/judith/git/josephine/scripts/goodreads_importer.py", line 32, in goodreads_record_to_book
book.pubdate = datetime.datetime(year=int(record['Original Publication Year']), day=1, month=1)
ValueError: year -600 is out of range
Problem arose when importing GoodReads books that included Chinese/Greek classics.
The text was updated successfully, but these errors were encountered: