Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.92 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. mi = plugin.get_metadata(stream, ftype.lower().strip())
  128. File "/usr/lib/calibre/calibre/customize/builtins.py", line 273, in get_metadata
  129. from calibre.ebooks.metadata.rar import get_metadata
  130. File "/usr/lib/calibre/calibre/ebooks/metadata/rar.py", line 13, in <module>
  131. from calibre.libunrar import extract_member, names
  132. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  133. _libunrar = load_library(_librar_name, cdll)
  134. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  135. return cdll.LoadLibrary(name+'.so')
  136. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  137. return self._dlltype(name)
  138. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  139. self._handle = _dlopen(self._name, mode)
  140. OSError: libunrar.so: cannot open shared object file: No such file or directory
  141. Running file type plugin Archive Extract failed with traceback:
  142. Traceback (most recent call last):
  143. File "/usr/lib/calibre/calibre/customize/ui.py", line 169, in _run_filetype_plugins
  144. nfp = plugin.run(path_to_file)
  145. File "/usr/lib/calibre/calibre/ebooks/metadata/archive.py", line 51, in run
  146. from calibre.libunrar import extract_member, names
  147. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  148. _libunrar = load_library(_librar_name, cdll)
  149. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  150. return cdll.LoadLibrary(name+'.so')
  151. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  152. return self._dlltype(name)
  153. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  154. self._handle = _dlopen(self._name, mode)
  155. OSError: libunrar.so: cannot open shared object file: No such file or directory
  156. Traceback (most recent call last):
  157. File "/usr/lib/calibre/calibre/customize/ui.py", line 343, in get_file_type_metadata
  158. mi = plugin.get_metadata(stream, ftype.lower().strip())
  159. File "/usr/lib/calibre/calibre/customize/builtins.py", line 273, in get_metadata
  160. from calibre.ebooks.metadata.rar import get_metadata
  161. File "/usr/lib/calibre/calibre/ebooks/metadata/rar.py", line 13, in <module>
  162. from calibre.libunrar import extract_member, names
  163. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  164. _libunrar = load_library(_librar_name, cdll)
  165. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  166. return cdll.LoadLibrary(name+'.so')
  167. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  168. return self._dlltype(name)
  169. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  170. self._handle = _dlopen(self._name, mode)
  171. OSError: libunrar.so: cannot open shared object file: No such file or directory
  172. Running file type plugin Archive Extract failed with traceback:
  173. Traceback (most recent call last):
  174. File "/usr/lib/calibre/calibre/customize/ui.py", line 169, in _run_filetype_plugins
  175. nfp = plugin.run(path_to_file)
  176. File "/usr/lib/calibre/calibre/ebooks/metadata/archive.py", line 51, in run
  177. from calibre.libunrar import extract_member, names
  178. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  179. _libunrar = load_library(_librar_name, cdll)
  180. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  181. return cdll.LoadLibrary(name+'.so')
  182. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  183. return self._dlltype(name)
  184. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  185. self._handle = _dlopen(self._name, mode)
  186. OSError: libunrar.so: cannot open shared object file: No such file or directory
  187. Resolved conversion options
  188. calibre version: 0.7.18
  189. {'asciiize': False,
  190. 'author_sort': None,
  191. 'authors': None,
  192. 'base_font_size': 0,
  193. 'book_producer': None,
  194. 'breadth_first': False,
  195. 'change_justification': 'original',
  196. 'chapter': "//*[((name()='h1' or name()='h2') and re:test(., 'chapter|book|section|part\\s+', 'i')) or @class = 'chapter']",
  197. 'chapter_mark': 'pagebreak',
  198. 'comments': None,
  199. 'cover': None,
  200. 'debug_pipeline': '/tmp/calibre_0.7.18_tmp_YbdUGr/calibre_0.7.18_OGNceD_plugin_html2zip',
  201. 'disable_font_rescaling': False,
  202. 'dont_package': False,
  203. 'extra_css': None,
  204. 'font_size_mapping': None,
  205. 'footer_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)',
  206. 'header_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)',
  207. 'input_encoding': None,
  208. 'input_profile': <calibre.customize.profiles.InputProfile object at 0xafcd9cc>,
  209. 'insert_blank_line': False,
  210. 'insert_metadata': False,
  211. 'isbn': None,
  212. 'keep_ligatures': True,
  213. 'language': None,
  214. 'level1_toc': None,
  215. 'level2_toc': None,
  216. 'level3_toc': None,
  217. 'line_height': 0,
  218. 'linearize_tables': False,
  219. 'margin_bottom': 5.0,
  220. 'margin_left': 5.0,
  221. 'margin_right': 5.0,
  222. 'margin_top': 5.0,
  223. 'max_levels': 5,
  224. 'max_toc_links': 50,
  225. 'no_chapters_in_toc': False,
  226. 'no_inline_navbars': False,
  227. 'output_profile': <calibre.customize.profiles.OutputProfile object at 0xafcdfac>,
  228. 'page_breaks_before': "//*[name()='h1' or name()='h2']",
  229. 'prefer_metadata_cover': False,
  230. 'preprocess_html': False,
  231. 'pretty_print': True,
  232. 'pubdate': None,
  233. 'publisher': None,
  234. 'rating': None,
  235. 'read_metadata_from_opf': None,
  236. 'remove_first_image': False,
  237. 'remove_footer': False,
  238. 'remove_header': False,
  239. 'remove_paragraph_spacing': False,
  240. 'remove_paragraph_spacing_indent_size': 1.5,
  241. 'series': None,
  242. 'series_index': None,
  243. 'tags': None,
  244. 'timestamp': None,
  245. 'title': None,
  246. 'title_sort': None,
  247. 'toc_filter': None,
  248. 'toc_threshold': 6,
  249. 'unwrap_factor': 0.0,
  250. 'use_auto_toc': False,
  251. 'verbose': 2}
  252. InputFormatPlugin: HTML Input running
  253. on /home/sam/away/Gardner, Erle Stanley - Mason 66 - The Case Of The Reluctant Model.html
  254. Language not specified
  255. Creator not specified
  256. Building file list...
  257. Found files...
  258. HTMLFile:0:a:/home/sam/away/Gardner, Erle Stanley - Mason 66 - The Case Of The Reluctant Model.html
  259. Normalizing filename cases
  260. Rewriting HTML links
  261. Parsing Gardner%2c%20Erle%20Stanley%20-%20Mason%2066%20-%20The%20Case%20Of%20The%20Reluctant%20Model.html ...
  262. Input debug saved to: /tmp/calibre_0.7.18_tmp_YbdUGr/calibre_0.7.18_OGNceD_plugin_html2zip/input
  263. Traceback (most recent call last):
  264. File "/usr/lib/calibre/calibre/customize/ui.py", line 343, in get_file_type_metadata
  265. mi = plugin.get_metadata(stream, ftype.lower().strip())
  266. File "/usr/lib/calibre/calibre/customize/builtins.py", line 273, in get_metadata
  267. from calibre.ebooks.metadata.rar import get_metadata
  268. File "/usr/lib/calibre/calibre/ebooks/metadata/rar.py", line 13, in <module>
  269. from calibre.libunrar import extract_member, names
  270. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  271. _libunrar = load_library(_librar_name, cdll)
  272. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  273. return cdll.LoadLibrary(name+'.so')
  274. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  275. return self._dlltype(name)
  276. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  277. self._handle = _dlopen(self._name, mode)
  278. OSError: libunrar.so: cannot open shared object file: No such file or directory
  279. Running file type plugin Archive Extract failed with traceback:
  280. Traceback (most recent call last):
  281. File "/usr/lib/calibre/calibre/customize/ui.py", line 169, in _run_filetype_plugins
  282. nfp = plugin.run(path_to_file)
  283. File "/usr/lib/calibre/calibre/ebooks/metadata/archive.py", line 51, in run
  284. from calibre.libunrar import extract_member, names
  285. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  286. _libunrar = load_library(_librar_name, cdll)
  287. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  288. return cdll.LoadLibrary(name+'.so')
  289. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  290. return self._dlltype(name)
  291. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  292. self._handle = _dlopen(self._name, mode)
  293. OSError: libunrar.so: cannot open shared object file: No such file or directory
  294. Traceback (most recent call last):
  295. File "/usr/lib/calibre/calibre/customize/ui.py", line 343, in get_file_type_metadata
  296. mi = plugin.get_metadata(stream, ftype.lower().strip())
  297. File "/usr/lib/calibre/calibre/customize/builtins.py", line 273, in get_metadata
  298. from calibre.ebooks.metadata.rar import get_metadata
  299. File "/usr/lib/calibre/calibre/ebooks/metadata/rar.py", line 13, in <module>
  300. from calibre.libunrar import extract_member, names
  301. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  302. _libunrar = load_library(_librar_name, cdll)
  303. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  304. return cdll.LoadLibrary(name+'.so')
  305. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  306. return self._dlltype(name)
  307. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  308. self._handle = _dlopen(self._name, mode)
  309. OSError: libunrar.so: cannot open shared object file: No such file or directory
  310. Running file type plugin Archive Extract failed with traceback:
  311. Traceback (most recent call last):
  312. File "/usr/lib/calibre/calibre/customize/ui.py", line 169, in _run_filetype_plugins
  313. nfp = plugin.run(path_to_file)
  314. File "/usr/lib/calibre/calibre/ebooks/metadata/archive.py", line 51, in run
  315. from calibre.libunrar import extract_member, names
  316. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  317. _libunrar = load_library(_librar_name, cdll)
  318. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  319. return cdll.LoadLibrary(name+'.so')
  320. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  321. return self._dlltype(name)
  322. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  323. self._handle = _dlopen(self._name, mode)
  324. OSError: libunrar.so: cannot open shared object file: No such file or directory
  325. Traceback (most recent call last):
  326. File "/usr/lib/calibre/calibre/customize/ui.py", line 343, in get_file_type_metadata
  327. mi = plugin.get_metadata(stream, ftype.lower().strip())
  328. File "/usr/lib/calibre/calibre/customize/builtins.py", line 273, in get_metadata
  329. from calibre.ebooks.metadata.rar import get_metadata
  330. File "/usr/lib/calibre/calibre/ebooks/metadata/rar.py", line 13, in <module>
  331. from calibre.libunrar import extract_member, names
  332. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  333. _libunrar = load_library(_librar_name, cdll)
  334. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  335. return cdll.LoadLibrary(name+'.so')
  336. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  337. return self._dlltype(name)
  338. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  339. self._handle = _dlopen(self._name, mode)
  340. OSError: libunrar.so: cannot open shared object file: No such file or directory
  341. Running file type plugin Archive Extract failed with traceback:
  342. Traceback (most recent call last):
  343. File "/usr/lib/calibre/calibre/customize/ui.py", line 169, in _run_filetype_plugins
  344. nfp = plugin.run(path_to_file)
  345. File "/usr/lib/calibre/calibre/ebooks/metadata/archive.py", line 51, in run
  346. from calibre.libunrar import extract_member, names
  347. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  348. _libunrar = load_library(_librar_name, cdll)
  349. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  350. return cdll.LoadLibrary(name+'.so')
  351. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  352. return self._dlltype(name)
  353. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  354. self._handle = _dlopen(self._name, mode)
  355. OSError: libunrar.so: cannot open shared object file: No such file or directory
  356. Traceback (most recent call last):
  357. File "/usr/lib/calibre/calibre/customize/ui.py", line 343, in get_file_type_metadata
  358. mi = plugin.get_metadata(stream, ftype.lower().strip())
  359. File "/usr/lib/calibre/calibre/customize/builtins.py", line 273, in get_metadata
  360. from calibre.ebooks.metadata.rar import get_metadata
  361. File "/usr/lib/calibre/calibre/ebooks/metadata/rar.py", line 13, in <module>
  362. from calibre.libunrar import extract_member, names
  363. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  364. _libunrar = load_library(_librar_name, cdll)
  365. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  366. return cdll.LoadLibrary(name+'.so')
  367. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  368. return self._dlltype(name)
  369. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  370. self._handle = _dlopen(self._name, mode)
  371. OSError: libunrar.so: cannot open shared object file: No such file or directory
  372. Running file type plugin Archive Extract failed with traceback:
  373. Traceback (most recent call last):
  374. File "/usr/lib/calibre/calibre/customize/ui.py", line 169, in _run_filetype_plugins
  375. nfp = plugin.run(path_to_file)
  376. File "/usr/lib/calibre/calibre/ebooks/metadata/archive.py", line 51, in run
  377. from calibre.libunrar import extract_member, names
  378. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  379. _libunrar = load_library(_librar_name, cdll)
  380. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  381. return cdll.LoadLibrary(name+'.so')
  382. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  383. return self._dlltype(name)
  384. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  385. self._handle = _dlopen(self._name, mode)
  386. OSError: libunrar.so: cannot open shared object file: No such file or directory
  387. Traceback (most recent call last):
  388. File "/usr/lib/calibre/calibre/customize/ui.py", line 343, in get_file_type_metadata
  389. mi = plugin.get_metadata(stream, ftype.lower().strip())
  390. File "/usr/lib/calibre/calibre/customize/builtins.py", line 273, in get_metadata
  391. from calibre.ebooks.metadata.rar import get_metadata
  392. File "/usr/lib/calibre/calibre/ebooks/metadata/rar.py", line 13, in <module>
  393. from calibre.libunrar import extract_member, names
  394. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  395. _libunrar = load_library(_librar_name, cdll)
  396. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  397. return cdll.LoadLibrary(name+'.so')
  398. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  399. return self._dlltype(name)
  400. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  401. self._handle = _dlopen(self._name, mode)
  402. OSError: libunrar.so: cannot open shared object file: No such file or directory
  403. Running file type plugin Archive Extract failed with traceback:
  404. Traceback (most recent call last):
  405. File "/usr/lib/calibre/calibre/customize/ui.py", line 169, in _run_filetype_plugins
  406. nfp = plugin.run(path_to_file)
  407. File "/usr/lib/calibre/calibre/ebooks/metadata/archive.py", line 51, in run
  408. from calibre.libunrar import extract_member, names
  409. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  410. _libunrar = load_library(_librar_name, cdll)
  411. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  412. return cdll.LoadLibrary(name+'.so')
  413. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  414. return self._dlltype(name)
  415. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  416. self._handle = _dlopen(self._name, mode)
  417. OSError: libunrar.so: cannot open shared object file: No such file or directory
  418. Traceback (most recent call last):
  419. File "/usr/lib/calibre/calibre/customize/ui.py", line 343, in get_file_type_metadata
  420. mi = plugin.get_metadata(stream, ftype.lower().strip())
  421. File "/usr/lib/calibre/calibre/customize/builtins.py", line 179, in get_metadata
  422. return get_metadata(stream)
  423. File "/usr/lib/calibre/calibre/ebooks/metadata/lit.py", line 16, in get_metadata
  424. src = litfile.get_metadata().encode('utf-8')
  425. File "/usr/lib/calibre/calibre/ebooks/lit/reader.py", line 892, in get_metadata
  426. return self._read_meta()
  427. File "/usr/lib/calibre/calibre/ebooks/lit/reader.py", line 882, in _read_meta
  428. unbin = UnBinary(raw, path, self._litfile.manifest, OPF_MAP)
  429. File "/usr/lib/calibre/calibre/ebooks/lit/reader.py", line 133, in __init__
  430. self.binary_to_text(bin, buf)
  431. File "/usr/lib/calibre/calibre/ebooks/lit/reader.py", line 226, in binary_to_text
  432. raise LitError('Extra closing tag')
  433. LitError: Extra closing tag
  434. Traceback (most recent call last):
  435. File "/usr/lib/calibre/calibre/customize/ui.py", line 343, in get_file_type_metadata
  436. mi = plugin.get_metadata(stream, ftype.lower().strip())
  437. File "/usr/lib/calibre/calibre/customize/builtins.py", line 273, in get_metadata
  438. from calibre.ebooks.metadata.rar import get_metadata
  439. File "/usr/lib/calibre/calibre/ebooks/metadata/rar.py", line 13, in <module>
  440. from calibre.libunrar import extract_member, names
  441. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  442. _libunrar = load_library(_librar_name, cdll)
  443. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  444. return cdll.LoadLibrary(name+'.so')
  445. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  446. return self._dlltype(name)
  447. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  448. self._handle = _dlopen(self._name, mode)
  449. OSError: libunrar.so: cannot open shared object file: No such file or directory
  450. Traceback (most recent call last):
  451. File "/usr/lib/calibre/calibre/customize/ui.py", line 343, in get_file_type_metadata
  452. mi = plugin.get_metadata(stream, ftype.lower().strip())
  453. File "/usr/lib/calibre/calibre/customize/builtins.py", line 273, in get_metadata
  454. from calibre.ebooks.metadata.rar import get_metadata
  455. File "/usr/lib/calibre/calibre/ebooks/metadata/rar.py", line 13, in <module>
  456. from calibre.libunrar import extract_member, names
  457. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  458. _libunrar = load_library(_librar_name, cdll)
  459. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  460. return cdll.LoadLibrary(name+'.so')
  461. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  462. return self._dlltype(name)
  463. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  464. self._handle = _dlopen(self._name, mode)
  465. OSError: libunrar.so: cannot open shared object file: No such file or directory
  466. Running file type plugin Archive Extract failed with traceback:
  467. Traceback (most recent call last):
  468. File "/usr/lib/calibre/calibre/customize/ui.py", line 169, in _run_filetype_plugins
  469. nfp = plugin.run(path_to_file)
  470. File "/usr/lib/calibre/calibre/ebooks/metadata/archive.py", line 51, in run
  471. from calibre.libunrar import extract_member, names
  472. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  473. _libunrar = load_library(_librar_name, cdll)
  474. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  475. return cdll.LoadLibrary(name+'.so')
  476. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  477. return self._dlltype(name)
  478. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  479. self._handle = _dlopen(self._name, mode)
  480. OSError: libunrar.so: cannot open shared object file: No such file or directory
  481. Traceback (most recent call last):
  482. File "/usr/lib/calibre/calibre/customize/ui.py", line 343, in get_file_type_metadata
  483. mi = plugin.get_metadata(stream, ftype.lower().strip())
  484. File "/usr/lib/calibre/calibre/customize/builtins.py", line 273, in get_metadata
  485. from calibre.ebooks.metadata.rar import get_metadata
  486. File "/usr/lib/calibre/calibre/ebooks/metadata/rar.py", line 13, in <module>
  487. from calibre.libunrar import extract_member, names
  488. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  489. _libunrar = load_library(_librar_name, cdll)
  490. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  491. return cdll.LoadLibrary(name+'.so')
  492. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  493. return self._dlltype(name)
  494. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  495. self._handle = _dlopen(self._name, mode)
  496. OSError: libunrar.so: cannot open shared object file: No such file or directory
  497. Running file type plugin Archive Extract failed with traceback:
  498. Traceback (most recent call last):
  499. File "/usr/lib/calibre/calibre/customize/ui.py", line 169, in _run_filetype_plugins
  500. nfp = plugin.run(path_to_file)
  501. File "/usr/lib/calibre/calibre/ebooks/metadata/archive.py", line 51, in run
  502. from calibre.libunrar import extract_member, names
  503. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  504. _libunrar = load_library(_librar_name, cdll)
  505. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  506. return cdll.LoadLibrary(name+'.so')
  507. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  508. return self._dlltype(name)
  509. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  510. self._handle = _dlopen(self._name, mode)
  511. OSError: libunrar.so: cannot open shared object file: No such file or directory
  512. Resolved conversion options
  513. calibre version: 0.7.18
  514. {'asciiize': False,
  515. 'author_sort': None,
  516. 'authors': None,
  517. 'base_font_size': 0,
  518. 'book_producer': None,
  519. 'breadth_first': False,
  520. 'change_justification': 'original',
  521. 'chapter': "//*[((name()='h1' or name()='h2') and re:test(., 'chapter|book|section|part\\s+', 'i')) or @class = 'chapter']",
  522. 'chapter_mark': 'pagebreak',
  523. 'comments': None,
  524. 'cover': None,
  525. 'debug_pipeline': '/tmp/calibre_0.7.18_tmp_YbdUGr/calibre_0.7.18_ZiqvkC_plugin_html2zip',
  526. 'disable_font_rescaling': False,
  527. 'dont_package': False,
  528. 'extra_css': None,
  529. 'font_size_mapping': None,
  530. 'footer_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)',
  531. 'header_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)',
  532. 'input_encoding': None,
  533. 'input_profile': <calibre.customize.profiles.InputProfile object at 0xafcd9cc>,
  534. 'insert_blank_line': False,
  535. 'insert_metadata': False,
  536. 'isbn': None,
  537. 'keep_ligatures': True,
  538. 'language': None,
  539. 'level1_toc': None,
  540. 'level2_toc': None,
  541. 'level3_toc': None,
  542. 'line_height': 0,
  543. 'linearize_tables': False,
  544. 'margin_bottom': 5.0,
  545. 'margin_left': 5.0,
  546. 'margin_right': 5.0,
  547. 'margin_top': 5.0,
  548. 'max_levels': 5,
  549. 'max_toc_links': 50,
  550. 'no_chapters_in_toc': False,
  551. 'no_inline_navbars': False,
  552. 'output_profile': <calibre.customize.profiles.OutputProfile object at 0xafcdfac>,
  553. 'page_breaks_before': "//*[name()='h1' or name()='h2']",
  554. 'prefer_metadata_cover': False,
  555. 'preprocess_html': False,
  556. 'pretty_print': True,
  557. 'pubdate': None,
  558. 'publisher': None,
  559. 'rating': None,
  560. 'read_metadata_from_opf': None,
  561. 'remove_first_image': False,
  562. 'remove_footer': False,
  563. 'remove_header': False,
  564. 'remove_paragraph_spacing': False,
  565. 'remove_paragraph_spacing_indent_size': 1.5,
  566. 'series': None,
  567. 'series_index': None,
  568. 'tags': None,
  569. 'timestamp': None,
  570. 'title': None,
  571. 'title_sort': None,
  572. 'toc_filter': None,
  573. 'toc_threshold': 6,
  574. 'unwrap_factor': 0.0,
  575. 'use_auto_toc': False,
  576. 'verbose': 2}
  577. InputFormatPlugin: HTML Input running
  578. on /home/sam/away/Stephen King - The Man In The Black Suit.html
  579. Language not specified
  580. Creator not specified
  581. Building file list...
  582. Found files...
  583. HTMLFile:0:a:/home/sam/away/Stephen King - The Man In The Black Suit.html
  584. Normalizing filename cases
  585. Rewriting HTML links
  586. Parsing Stephen%20King%20-%20The%20Man%20In%20The%20Black%20Suit.html ...
  587. Initial parse failed:
  588. Traceback (most recent call last):
  589. File "/usr/lib/calibre/calibre/ebooks/oeb/base.py", line 816, in first_pass
  590. data = etree.fromstring(data, parser=parser)
  591. File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
  592. File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
  593. File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
  594. File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
  595. File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
  596. File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
  597. File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
  598. XMLSyntaxError: Opening and ending tag mismatch: META line 4 and head, line 6, column 8
  599.  
  600. Parsing file 'Stephen%20King%20-%20The%20Man%20In%20The%20Black%20Suit.html' as HTML
  601. Forcing Stephen%20King%20-%20The%20Man%20In%20The%20Black%20Suit.html into XHTML namespace
  602. Input debug saved to: /tmp/calibre_0.7.18_tmp_YbdUGr/calibre_0.7.18_ZiqvkC_plugin_html2zip/input
  603. Traceback (most recent call last):
  604. File "/usr/lib/calibre/calibre/customize/ui.py", line 343, in get_file_type_metadata
  605. mi = plugin.get_metadata(stream, ftype.lower().strip())
  606. File "/usr/lib/calibre/calibre/customize/builtins.py", line 273, in get_metadata
  607. from calibre.ebooks.metadata.rar import get_metadata
  608. File "/usr/lib/calibre/calibre/ebooks/metadata/rar.py", line 13, in <module>
  609. from calibre.libunrar import extract_member, names
  610. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  611. _libunrar = load_library(_librar_name, cdll)
  612. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  613. return cdll.LoadLibrary(name+'.so')
  614. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  615. return self._dlltype(name)
  616. File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  617. self._handle = _dlopen(self._name, mode)
  618. OSError: libunrar.so: cannot open shared object file: No such file or directory
  619. Running file type plugin Archive Extract failed with traceback:
  620. Traceback (most recent call last):
  621. File "/usr/lib/calibre/calibre/customize/ui.py", line 169, in _run_filetype_plugins
  622. nfp = plugin.run(path_to_file)
  623. File "/usr/lib/calibre/calibre/ebooks/metadata/archive.py", line 51, in run
  624. from calibre.libunrar import extract_member, names
  625. File "/usr/lib/calibre/calibre/libunrar.py", line 34, in <module>
  626. _libunrar = load_library(_librar_name, cdll)
  627. File "/usr/lib/calibre/calibre/__init__.py", line 191, in load_library
  628. return cdll.LoadLibrary(name+'.so')
  629. File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  630. return self._dlltype(name)
  631. File "/usr/lib/python2.6/ctypes/__init__.py", l
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement