-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed fetch with 1.9.0+ #179
Comments
+1 Came here to see if anyone was else was reporting this! |
Followup: I found that uninstalling the Omnivore plugin, removing the Omnivore folder from my vault, then reinstalling the plugin with a new API key seems to have overcome the problem. There are, however, problems remaining, which I notice in the Obsidian Console:
I could post my console output here. Would that help? |
I'm experiencing this as well. Already uploaded a console log at #185. It started with version 1.9.1 and an update to 1.9.2 had no effect. |
The problem still exists after updating to 1.9.3. |
@FilSalustri @ChrisLAS @MaryseBucking Synchronization has been successful, and the reason for the lack of synchronization seems to be the inconsistency between the server's records and the client's records. |
So, @StrollStars I guess you're suggesting the workaround I stumbled across? |
@FilSalustri No, my synchronization rule is to sync the read articles. Last night, after syncing with the Omnivore client (not obsidian-omnivore), I found that the articles that were not synced became unread, marked as read, and all got synchronized without the need to make changes to the local Omnivore vault. |
I'm confused by "syncing with Omnivore client" vs "syncing with obsidian-omnivore". Could you point at a doc page or something that can clarify that distinction? |
@FilSalustri We usually read through https://omnivore.app/ or the Omnivore app on our mobile phones. The progress is synchronized to the Omnivore official server. This is the syncing with Omnivore client. |
Ah, that explains my confusion. I haven't installed the OM client. In any case, when I deleted the Omnivore folder in my Obsidian vault, reinstalled the Obsidian-omnivore plugin, then did a whole new fetch, that seemed to fix it. |
@FilSalustri Congratulations, you have also resolved this issue. |
@StrollStars Unfortunately for me this wasn't the solution. I already did this last week with no results. For me it is because of the content of the article that I included in the template. Also mentioned in issue #193. If I delete this part from my template, it syncs again. |
FWIW, I include the content too, but that's the only thing I've added to the template. I do not have any frontmatter at all. Actually one other thing I remember doing was resetting the template in the plugin to the default and then adding the Anyways, I hope the problem gets resolved for you soon. |
@FilSalustri Yes, it seems my issue is different from yours. Besides syncing and refreshing, I only marked as read. 'Marked as read' is my synchronization condition. Apart from that, no other operations were performed. |
another possible cause is invalid custom query, for example: label:"some label" needs to be changed to label:"some label" to make it work |
I've got an up-to-date obsidian installation, and I'm currently running 1.9.1 of the omnivore plugin.
I keep getting "Failed to fetch articles" both on startup, and if I do a fetch manually.
Nothing else in my installation has changed.
The error started appearing with 1.9.0.
Anyone else experiencing this?
The text was updated successfully, but these errors were encountered: