Skip to content

Instantly share code, notes, and snippets.

@JayDugger
Created January 25, 2011 03:55
Show Gist options
  • Save JayDugger/794483 to your computer and use it in GitHub Desktop.
Save JayDugger/794483 to your computer and use it in GitHub Desktop.
ACCOUNT@HOST:PATH$ find ../f/ -type f -iname "*.cb[rz]" -print0 | xargs -0 calibredb add | less
Traceback (most recent call last):
File "site-packages/calibre/customize/ui.py", line 350, in get_file_type_metadata
File "site-packages/calibre/customize/builtins.py", line 103, in get_metadata
File "site-packages/calibre/libunrar.py", line 280, in extract_first_alphabetically
File "site-packages/calibre/libunrar.py", line 208, in names
UnRARException: /tmp/tmpTs7Yc9.rar is not a RAR archive.
Traceback (most recent call last):
File "site-packages/calibre/customize/ui.py", line 350, in get_file_type_metadata
File "site-packages/calibre/customize/builtins.py", line 103, in get_metadata
File "site-packages/calibre/libunrar.py", line 283, in extract_first_alphabetically
File "site-packages/calibre/libunrar.py", line 269, in extract_member
File "site-packages/calibre/libunrar.py", line 241, in _extract_member
UnRARException: CRC error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment