-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
E001: Folder to create in doesn't exist #1822
Comments
Hello 👋 Thank you for taking the time to open this issue with floccus. I know it's frustrating when software One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the Nextcloud forum, I look forward to working with you on this issue |
Hi @niels-k-86
Is the general acton execution log statement. Note here that the payload for the CREATE action is already the full folder.
Then the execute function realizes it's a folder and calls the adapter with the createFolder method which logs this line. Could you share the full log, possibly redacted if you want, so I get a better overview? |
It seems it's trying to create the new folder inside of a Folder with ID 3 but that ID belongs to a bookmark. It's not clear to me why that would happen at the moment. Can you try resetting the cache in the profile settings ("Trigger sync from scratch")? |
That fixed it :-). Thanks! |
Which version of floccus are you using?
5.4.2.1
How many bookmarks do you have, roughly?
15
Are you using other means to sync bookmarks in parallel to floccus?
No
Sync method
Git
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Chrome MacOS
Which version of Nextcloud Bookmarks are you using? (if relevant)
No response
Which version of Nextcloud? (if relevant)
No response
What kind of WebDAV server are you using? (if relevant)
No response
Describe the Bug
My sync fails because I created a new folder with new bookmarks in it, and the logs specify that the new bookmarks are created before the new folder:
E001: Folder to create in doesn't exist
Log:
Shouldn't this be the other way around?
Expected Behavior
That the folder is created and the bookmarks are in there.
To Reproduce
Create a new folder, create new bookmarks, run sync. Perhaps try to reorder what you already had.
Debug log provided
The text was updated successfully, but these errors were encountered: