readwiseio / logseq-readwise-official-plugin

GNU General Public License v3.0
56 stars 3 forks source link

Error creating page for all pages #34

Open pstuifzand opened 12 months ago

pstuifzand commented 12 months ago

I get the error "Error creating {title} page not created" for all pages when the plugin is syncing. This happens in the last version 2.4.5

The page all already exist, so these should not be created, but there also should not be an error message.

Any more information needed?

brunojm commented 12 months ago

@pstuifzand Do you have the most recent plugin version?

mahdi-shafiei commented 11 months ago

brunojm

I have the latest plugin (1.4.5) and this is happening. For every sync, I see this message over and over for what it seems every page.

brunojm commented 11 months ago

@pstuifzand @mahdi-shafiei Can you send me (please send to bruno@readwise.io) your email registered at Readwise and your settings.json from the Readwise plugin:

image
mahdi-shafiei commented 11 months ago

@brunojm For me, plugin is trying to export all my Readwise entries again. I sent you a screenshot.

mahdi-shafiei commented 11 months ago

@brunojm This issue was resolved but I have another issue now. Here's what seems to be happening: if I don't open logseq for couple of days, then readwise extension skips importing my readwise entries. I opened logseq last night (July 23rd) after I last had it open on July 21th and readwise plugging does not import my entries from July 22nd, 23rd.

oriofdarkforest commented 8 months ago

I'm having the same page not created issue on twitter export. My page title is customized to {% if "on Twitter" in author -%} Tweets from {{author | replace("on Twitter", "")}} (highlights) {% else %} {{title}} (highlights) {% endif -%} The first sync is fine, after more tweets saved from same author, the error occurred. It seems that the plugin is trying to create the page instead of updating the existed page.