View Single Post
Old 10-19-2013, 11:00 PM   #11
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,422
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You were trying to restore a library located in a location whose path is longer than specified. That error happens if and only if the path of the library being restored is too long, and it refers to the path to the library not the path to anything inside the library. As can be seen here:

https://github.com/kovidgoyal/calibr...ackend.py#L318

I have changed that error message to include the problem path, so that it is clearer.

And as for your original problem, of a duplicate hardlink causing a spurious file locked message, that was fixed in 1.7, as is documented in the whats new page.
kovidgoyal is offline   Reply With Quote