You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using AWS S3 syncing with 130+ notes, would cause the synchronisation worker to get stuck fetching items. The notes are correctly uploaded to and downloaded from S3, but the app would be stuck fetching items step until app is quit.
Environment
Joplin version: Joplin 1.0.233
Platform: Window, Mac
OS specifics: Windows 10, MacOS 10.14.6
It seems to be stuck looping on the Basic Delta, I started a fork to try to figure it out. I checked if the FileApiDriver list is looping indefinitely, but it's only called once in the sync, when I added a log in that call.
Any guidance on where I should look?
The text was updated successfully, but these errors were encountered:
#3599 found out the issue. The updated_time was using javascript Date instead of a Unix timestamp. I needed to blow out my local and resync to get it working again.
Using AWS S3 syncing with 130+ notes, would cause the synchronisation worker to get stuck fetching items. The notes are correctly uploaded to and downloaded from S3, but the app would be stuck fetching items step until app is quit.
Environment
Joplin version: Joplin 1.0.233
Platform: Window, Mac
OS specifics: Windows 10, MacOS 10.14.6
Steps to reproduce
AWS S3 (Beta)
synchronization targetSynchronize
button.Describe what you expected to happen
The status should
Logfile
It seems to be stuck looping on the Basic Delta, I started a fork to try to figure it out. I checked if the FileApiDriver
list
is looping indefinitely, but it's only called once in the sync, when I added a log in that call.Any guidance on where I should look?
The text was updated successfully, but these errors were encountered: