Refresh all published notes doesn't seem to work
On the left you can see the updated note in Obsidian and on the right you can see what's in the repo. For some reason it doesn't detect this as a change and I can't upload all the notes that have been changed
23 Replies
using the "Refresh published and upload new notes" yields this result instead
I don't seem to be rate limited
there are 2 errors when running the refresh published and upload new notes command
deleting the newly created branch also makes no difference
I'm running version v7.2.6
That's not the first time I see this :fronk:
Did you try with only one note ?
How much note do you want to push ?
Github maybe throw an error if the two file are exact, but that strange, I never encounter this issue. At last I just have "no change where made" in GitHub
Also, it's possible that the Obsidian cache wasn't updated
(I read the note from the cache)
tried with 1, 2 and 3 notes
Pretty strange, I tried on my side without error. The only error was because my token wasn't good. Note that the token is not tested with testing repo (at last, it's not tested for pushing note)
Maybe it's something like that?
it works fine when doing publish single current active note or when doing publish all notes
Well, by memory, the notes are compared by dates
But it should be okay as I don't put any threshold like 1h min etc
So maybe the date are not detected?
update: can repro!
do you have also an 422 error ? @fr3fou
Okay, in fact, it says "Found one note to refresh" but in fact, there was none
so it crash
this seems to happend with excalidraw or maybe "forced" files
yep
Do you have an excalidraw file ?
(or "do you have a exported excalidraw file")
(sorry for the ping @fr3fou )
in one of the notes, yes
but i replaced it with an svg
and it has happened before when i didn't use any excalidraw embeddings
hmm, strange
It doesn't happens with "normal" attachments
I will push a beta, go check if this happens
If I didn't found the culprit, i will probably set an error handle for that case
oki, ill see if i can reproduce it
Little question, regarding the change you try: it's a change made in the frontmatter only?
it was both – i added a frontmatter checkbox and removed an image from the body
Hmm, sometimes I get the error, but it's more a struggle of the API than on my side