-
Notifications
You must be signed in to change notification settings - Fork 62
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
Sync the server return 500 #270
Comments
I've fixed the issue by uploading a file to the server. |
Argh...took me ages of unsuccessful searching until I found your fix. Works like a charm now! Thanks for sharing! |
We need to fix this behavior. I try to create a patch in order to avoid returning a 500 error. But it need tests from a new account. |
When I initially setup rmfakecloud I don't remember encountering this, but that might be because I was using toltec. So all of my documents were marked for resync as part of configuring my rmfakecloud server # Mark all files as not synced
grep sync "$xochitl_data_dir"/*.metadata -l \
| xargs sed -i 's/synced\": true/synced\": false/' So the documents on my device were immediately uploaded on the first sync. |
This error appears since the introduction of the I'll create a new account to test the patch, and use the command to mark all files are not synced. I think this should simulate the situation. |
WARNING: to anybody trying this: This will effectively wipe all your files. Happened to me :( |
Thanks for the fix. Any chance we can get a release? |
The expected answer is not a fake root, but a 404 with I'll fix this and make a release. |
This work-around was successful for me even with the /sync/v4 endpoints. |
Server system:
Alibaba Cloud Linux release 3 (Soaring Falcon)
Run in docker.
Logs:
Any ideas?
The text was updated successfully, but these errors were encountered: