Hello,
I'm trying to add some books to my collection created using Kindelabra and I'm getting this errors:
Code:
$ python2.7 Kindelabra.py
Loading documents.............
Loading pictures
Traceback (most recent call last):
File "Kindelabra.py", line 302, in add_file
asin = self.kindle.files[filehash].asin
KeyError: 'ff9e1bda761c7ecd877826c7f85dabc351780cf7'
Traceback (most recent call last):
File "Kindelabra.py", line 302, in add_file
asin = self.kindle.files[filehash].asin
KeyError: '301bdeccdab9ec58251ba2bba5a62fc7f4b321ce'
Traceback (most recent call last):
File "Kindelabra.py", line 302, in add_file
asin = self.kindle.files[filehash].asin
KeyError: '4f46ce16ec80a259f7ea9c245c44e10271c3ea8c'
Could be something related with the firmware: 3.0.2 (553210206)
Any solution?
Thanks!