Closed xthursdayx closed 5 years ago
On which device are you getting these errors? Is that the one where you've imported the evernote notes initially?
Did you get any error when you've imported the notes?
If you open the database.sqlite file you can find info about these resources. Just run the query select * from resources where id = "51518c93f13947fdbb6ac9e352029692"
. This for each missing resource. It might give you a name or something that will help you find what's missing.
From that you can locate the evernote note that's causing problem. Actually if you can find one and upload the enex of just that note here, it should be possible to fix that bug.
Actually I've just thought that maybe the search engine doesn't index resource ids anymore (i need to check), but you can manually search for it using sql again:
Select * from notes where body like "%51518c93f13947fdbb6ac9e352029692%"
And again that should tell you what evernote note is causing an issue.
On which device are you getting these errors? Is that the one where you've imported the evernote notes initially?
Did you get any error when you've imported the notes?
Thanks for the help. In terms of isolating the cause: I'm seeing this error on my MacBook Air, the same device where I initially imported the Evernote notes (and where my Evernote database also resides), and there were no errors when importing the notes.
I just ran both queries you suggested, but for select * from resources where id = "51518c93f13947fdbb6ac9e352029692"
, I got the same information that was in the original error message: 51518c93f13947fdbb6ac9e352029692 ad516503a11cd5ca435acc9bb6523536 image/png
, and for the query Select * from notes where body like "%51518c93f13947fdbb6ac9e352029692%"
there was no result.
Could you try to search for some of these resource names in your Enex files, for example "9wbx", "GetResizeImage" or some other name and find the note that's causing problem? Then if you could export just that note (from Evernote), and re-import it into Joplin, we might find what the issue is.
From the look of it, the resource metadata was created but not the actual file, which is strange because if it's not created the import process should have stopped with an error.
The problem is that I've (stupidly) already deleted some of my Enex files and some of the notebooks in Evernote since they appeared to be imported into Joplin without any issues. However, I was able to find one of the notes that has been causing the problems. I exported it again from Evernote and re-imported it into Joplin, but (like the first time) I there was no error or issue with the import. Both notes look the same in Joplin and have the same number of attached images...
Any chance you could upload that note here or send it directly to my email? https://raw.githubusercontent.com/laurent22/joplin/master/Assets/Adresse.png
I'm suspecting there might be a resource in there, maybe a hidden one, which is not imported properly and then causes these error messages.
Sure, I've attached one of them here. Note.enex.zip
Thanks, the issue was that the Enex file contained an invalid resource with no data. It only has a "source url" which points to a gravatar image, so this type of resource will now be skipped. I expect this is what you saw for the other missing resource - probably small icons or images that were clipped from web content.
It's not clear to me why Evernote doesn't import these like other images, but it seems they can simply be skipped. Normal images and attachments you've manually added to notes should be imported fine, and all the main images from web clipper should be there too.
Thanks a lot for checking into this @laurent22 - that’s a relief to me since I have over 80,000 notes, many of which are for work.
Is there a way to override the sync error messages in Joplin?
Is there a way to override the sync error messages in Joplin?
Currently not, other than manually deleting the resources on the sync target.
Operating system
Application
After importing all of my Evernote notes, I've been slowly syncing my >80,000 items. However over the last couple of days I've been noticing some errors in the sync process. I get an orange bar at the top of Joplin that says "Some items cannot be synchronised. View them now". When I click this message I get the following information:
However, when I search my computer and within Joplin for the number sequences (both those in brackets and those not) my search returns nothing. I'm assuming these are large images. I have a number of very important research images in my notebooks, so I'd really like to make sure that they are recovered/attached to the correct notes. Any ideas?