EINDEX / logseq-memos-sync

Logseq plugin for sync Memos to logseq.
GNU General Public License v3.0
88 stars 13 forks source link

Failed to sync with `e.filter is not a function` #21

Closed zdyxry closed 1 year ago

zdyxry commented 1 year ago

Env: logseq: 0.9.14 (67) Memos: v0.14.4 Memos Sync: v1.8.1

Error message:

TypeError: e.filter is not a function

How can I debug with this information?

EINDEX commented 1 year ago

You can check the network connection or the console logs

zdyxry commented 1 year ago

My plugin config:

{
  "": "",
  "host": "https://xxxxxxx/",
  "openId": "cf43c052-e752-43db-bca7-yyyyyyy",
  "autoSync": false,
  "mode": "Journal Grouped",
  "customPage": "Memos",
  "backgroundSync": "Hourly",
  "inboxName": "#Memos",
  "tagFilter": "",
  "sendVisibility": [],
  "archiveMemoAfterSync": "false",
  "includeArchive": false,
  "fullSync": "",
  "flat": false,
  "disabled": false
}

Console log:

image