rxliuli / WebDataMaster

WebDataMaster is a highly efficient and practical Chrome extension that offers users the convenience of importing and exporting local website data, covering various data types such as Cookies, localStorage, sessionStorage, and IndexedDB.
MIT License
1 stars 0 forks source link

Failed to import data #1

Open SJC08 opened 1 year ago

SJC08 commented 1 year ago

导入功能在大多数网站上表现良好,但在 https://laverna.cc/app/ 上,它出现了错误。

image

rxliuli commented 1 year ago

吾辈猜测是有冲突的数据,indexeddb 导入时可能包含相同 id 的数据,或许吾辈应该在导入之前先清空本地数据的

rxliuli commented 1 year ago

你可以手动先清空本地的数据,然后刷新,再选择导入试试么?吾辈猜测它会解决问题

  1. 手动先清空本地的数据 image image image
  2. 刷新网页
  3. 使用插件导入刚才导出的数据
SJC08 commented 1 year ago

这次插件并没有报错,但 IndexedDB 中的数据并未完全导入。

rxliuli commented 1 year ago

吾辈可能需要调查一下上游的依赖库 https://github.com/Polarisation/indexeddb-export-import