View Single Post
Old 12-27-2018, 03:33 PM   #6
david55555
Junior Member
david55555 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2018
Device: Kobo Aura Edition 2
Quote:
Originally Posted by PeterT View Post
I think it's related to the name of the file.
actually, changing the file name and folder name didn't do it, but I get a Different error now:

calibre, version 3.21.0
AVISO: Erro ao adicionar: Houve problemas na adição de alguns ficheiros, carregue em 'Mostrar detalhes' para mais informações


Code:
----------------------------------------------------------------------
Falha ao adicionar o ficheiro /home/david/Documentos/Biblioteca/1/1 ao livro 1
Com o erro:
Traceback (most recent call last):
  File "/usr/lib/calibre/calibre/gui2/add.py", line 430, in add_formats
    if self.db.add_format(book_id, fmt, path, run_hooks=False, replace=replace):
  File "/usr/lib/calibre/calibre/db/cache.py", line 1411, in add_format
    size, fname = self._do_add_format(book_id, fmt, stream, name)
  File "/usr/lib/calibre/calibre/db/cache.py", line 1378, in _do_add_format
    size, fname = self.backend.add_format(book_id, fmt, stream, title, author, path, name, mtime=mtime)
  File "/usr/lib/calibre/calibre/db/backend.py", line 1519, in add_format
    with lopen(dest, 'wb') as f:
  File "/usr/lib/calibre/calibre/startup.py", line 139, in local_open
    ans = open(name, mode, bufsize)
IOError: [Errno 2] Ficheiro ou directoria inexistente: u'/home/david/Biblioteca do Calibre/Desconhecido/1 (11)/1 - Desconhecido./home/david/documentos/biblioteca/1/1'
Last line says FIle or directory doesn't exist.

I don't have this problem with any other books
david55555 is offline   Reply With Quote