mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[GH-ISSUE #1327] "Failed to create the following bookmark on the server: [object Object]" #882
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#882
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @unficyp on GitHub (Jan 20, 2023).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1327
Which version of floccus are you using?
4.18.1
Sync method
Nextcloud Bookmarks
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Chromium Version 109.0.5414.74 (Offizieller Build) Arch Linux (64-Bit)
Which version of Nextcloud Bookmarks are you using? (if relevant)
10.5.1
Which version of Nextcloud? (if relevant)
Nextcloud Hub II (23.0.12)
What kind of WebDAV server are you using? (if relevant)
No response
Describe the Bug
Syncing (merge) works except for one Entry:
https://www.youtube.com/watch?v=G75F6newMv8&ab_channel=Gronkh
error part of the logfile:
{ type: 'REORDER', payload: + #403[C++/QT] parentId: 1, hash: 0c5aca1276a5aa9715e869e2d2ba23a405f45d0ca8b74bbd5aebad86bce5c40a - #404[qtforum.de - Foren-Übersicht](https://www.qtforum.de/) parentId: 403 - #405[Qt Centre Forum](https://www.qtcentre.org/forum.php) parentId: 403 - #481[Modernes C++](https://www.modernescpp.com/) parentId: 403 - #483[C++ (Cpp) Code Examples - HotExamples](https://cpp.hotexamples.com/) parentId: 403, order: [Object] } ] } 2023-01-20T10:36:07.604Z Checking failsafe: 0/387=0 2023-01-20T10:36:07.604Z (nextcloud-folders)CREATE - #undefined[NIEMAND glaubt einem Kinderschläger! 🌳 MINECRAFT LiTW #401 - YouTube](https://www.youtube.com/watch?v=G75F6newMv8&ab_channel=Gronkh) parentId: 255 2023-01-20T10:36:08.291Z Syncing failed with E035: Failed to create the following bookmark on the server: [object Object]already tried to change the name,location or some parts of the url of the bookmark -> same error
uploaded log: floccus-4.18.1-2023-01-20.log
Expected Behavior
No error
To Reproduce
add the book mark to a folder in the bookmark bar, open floccus, press Sync now button.
Debug log provided
@marcelklehr commented on GitHub (Jan 20, 2023):
The problem is likely the emoji. You should also check the Nextcloud log for errors
@unficyp commented on GitHub (Jan 20, 2023):
also thought that the emoji is the culprit soi changed the name of the bookmark to "test" - but that does not solve the problem - guess thats not enough ?
nextcloud log shows:
"Exception":"OC\\DB\\Exceptions\\DbalException", "Message":"An exception occurred while executing a query: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\\xF0\\x9F\\x8C\\xB3 M...' for columnnextcloud.oc_bookmarks.descriptionat row 1", "Code":1366,@marcelklehr commented on GitHub (Jan 20, 2023):
That error still points to the emoji. Is this without the emoji?
@unficyp commented on GitHub (Jan 20, 2023):
This one is:
- #488[test](https://www.youtube.com/watch?v=G75F6newMv8&ab_channel=Gronkh) parentId: 1, order: [Object] } ] } 2023-01-20T12:07:47.418Z Checking failsafe: 0/388=0 2023-01-20T12:07:47.418Z (nextcloud-folders)CREATE - #undefined[test](https://www.youtube.com/watch?v=G75F6newMv8&ab_channel=Gronkh) parentId: 249 2023-01-20T12:07:48.213Z Syncing failed with E035: Failed to create the following bookmark on the server: [object Object]strange: i went throuh the bookmaks logfile:
` {
"file":"/var/www/nextcloud/apps/bookmarks/lib/Service/BookmarkService.php",
"line":151,
"function":"_addBookmark",
"class":"OCA\Bookmarks\Service\BookmarkService",
"type":"->",
"args":[
"gweber",
"https://www.youtube.com/watch?v=G75F6newMv8&ab_channel=Gronkh",
"test",
"🌳 MINECRAFT LITW: http://grnk.yt/litw🌳 ALLE LPs & Co: http://gronkh.video 🌳 NEUE RL-SKINS: http://gronkh.shop·············································...",
null,
[
249
]
]
},
where is this link coming from ? don't have that in other bookmarks
@marcelklehr commented on GitHub (Jan 20, 2023):
The app is probably auto-populating the description from the URL you give it
@marcelklehr commented on GitHub (Jan 20, 2023):
In any case, you should change your mysql collation: https://docs.nextcloud.com/server/stable/admin_manual/configuration_database/mysql_4byte_support.html
@unficyp commented on GitHub (Feb 22, 2023):
closing. installed nc nexthub 25.x on a new server -> works now
@github-actions[bot] commented on GitHub (Feb 23, 2024):
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.