koreader-calibre-plugin icon indicating copy to clipboard operation
koreader-calibre-plugin copied to clipboard

subproperty "bookmarks" not found in value

Open kyxap opened this issue 9 months ago • 0 comments

Hi there, I've finally managed to configure the sync plugin but there some missing properties in the sidecar json, which plugin can't parse and seems like that why im not getting data populated in calibre.

Debug outputs:

DEBUG:   43.5 koreader:action:KoreaderAction:sync_to_calibre:subproperty "bookmarks" not found in value
DEBUG:   43.5 koreader:action:KoreaderAction:sync_to_calibre:subproperty "last_bookmark" not found in value
DEBUG:   43.5 koreader:action:KoreaderAction:sync_to_calibre:subproperty "date_sidecar_modified" not found in value

How my raw data looks like:

{
  "annotations": {
    "1": {
      "chapter": "some",
      "datetime": "2024-05-13 06:58:58",
      "drawer": "lighten",
      "note": "test note",
      "page": "/body/DocFragment[28]/body/div[21]/text().17",
      "pageno": 460,
      "pos0": "/body/DocFragment[28]/body/div[21]/text().17",
      "pos1": "/body/DocFragment[28]/body/div[21]/text().120",
      "text": "some"
    },
   
  },
  "cache_file_path": "./cache/cr3cache/some_210_.epub.ebe4fdfa.1.cr3",
  "config_panel_index": 1,
  "copt_b_page_margin": 15,
  "copt_block_rendering_mode": 3,
  "copt_cjk_width_scaling": 100,
  "copt_embedded_css": 1,
  "copt_embedded_fonts": 1,
  "copt_font_base_weight": 0,
  "copt_font_gamma": 15,
  "copt_font_hinting": 2,
  "copt_font_kerning": 3,
  "copt_font_size": 22,
  "copt_h_page_margins": {
    "1": 10,
    "2": 10
  },
  "copt_line_spacing": 100,
  "copt_nightmode_images": 1,
  "copt_render_dpi": 96,
  "copt_rotation_mode": 0,
  "copt_smooth_scaling": 0,
  "copt_status_line": 1,
  "copt_sync_t_b_page_margins": 0,
  "copt_t_page_margin": 15,
  "copt_view_mode": 0,
  "copt_visible_pages": 1,
  "copt_word_expansion": 0,
  "copt_word_spacing": {
    "1": 95,
    "2": 75
  },
  "cre_dom_version": 20240114,
  "css": "./data/epub.css",
  "doc_pages": 676,
  "doc_path": "/mnt/onboard/ebooks/some.epub",
  "doc_props": {
    "authors": "some",
    "description": "some.",
    "identifiers": "uuid:some\\\ncalibre:some\\\nGOOGLE:some",
    "keywords": "nonf_biography",
    "language": "ru",
    "title": "some"
  },
  "floating_punctuation": 0,
  "font_face": "Noto Serif",
  "font_family_fonts": {},
  "handmade_flows_edit_enabled": true,
  "handmade_flows_enabled": false,
  "handmade_toc_edit_enabled": true,
  "handmade_toc_enabled": false,
  "hide_nonlinear_flows": false,
  "highlight_drawer": "lighten",
  "hyph_force_algorithmic": false,
  "hyph_soft_hyphens_only": false,
  "hyph_trust_soft_hyphens": false,
  "hyphenation": true,
  "inverse_reading_order": false,
  "last_xpointer": "/body/DocFragment[28]/body/div[29]/text().88",
  "page_overlap_style": "dim",
  "partial_md5_checksum": "some",
  "partial_rerendering": true,
  "percent_finished": 0.68491124260355,
  "preferred_dictionaries": {},
  "readermenu_tab_index": 1,
  "show_overlap_enable": false,
  "stats": {
    "authors": "some",
    "highlights": 4,
    "language": "ru",
    "notes": 1,
    "pages": 676,
    "performance_in_pages": {},
    "series": "N/A",
    "title": "some"
  },
  "summary": {
    "modified": "2024-05-12",
    "status": "reading"
  },
  "text_lang": "ru",
  "text_lang_embedded_langs": true,
  "toc_ticks_ignored_levels": {}
}

Ver: koreader-kobo-v2024.04-32-geb6e5e3c2_2024-05-10 Kobo Clara bw

kyxap avatar May 13 '24 14:05 kyxap