mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[GH-ISSUE #985] Failed to set the 'innerHTML' property on 'Element' #642
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#642
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 @ITILLI on GitHub (Oct 15, 2021).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/985
Describe the bug
sync my bookmark and always show this error messeage
"Failed to set the 'innerHTML' property on 'Element': The provided markup is invalid XML, and therefore cannot be inserted into an XML document."
Desktop
Debug log
2021-10-14T17:56:13.823Z Starting sync process for account xxxxxxx
2021-10-14T17:56:13.886Z onSyncStart: begin
2021-10-14T17:56:13.886Z webdav url
2021-10-14T17:56:14.654Z webdav url
2021-10-14T17:56:16.629Z onSyncStart: completed
2021-10-14T17:56:16.722Z Using "merge overwrite" strategy (no cache available)
2021-10-14T17:56:16.783Z Overriding title of built-in node 1 Bookmarks bar => Bookmarks Bar
2021-10-14T17:56:16.924Z { localDiff:
[ { type: 'CREATE',
payload: - #3854name parentId: 1,
index: 0 },
.
. //bookmark content
.
.
oldOrder: [Object]
] }
2021-10-14T17:56:17.537Z ORDERFOLDER { id: 0,
order:
[ { type: 'bookmark', id: 1 },
{ type: 'bookmark', id: 2 },
{ type: 'bookmark', id: 3 },
{ type: 'bookmark', id: 4 },
{ type: 'bookmark', id: 5 },
{ type: 'bookmark', id: 6 },
{ type: 'bookmark', id: 7 },
{ type: 'bookmark', id: 8 },
{ type: 'bookmark', id: 9 },
{ type: 'folder', id: 22 },
{ type: 'folder', id: 23 },
{ type: 'folder', id: 26 },
{ type: 'folder', id: 10 },
{ type: 'folder', id: 11 },
{ type: 'folder', id: 12 },
{ type: 'folder', id: 13 },
{ type: 'folder', id: 14 },
{ type: 'folder', id: 15 },
{ type: 'folder', id: 16 },
{ type: 'folder', id: 17 },
{ type: 'folder', id: 18 },
{ type: 'folder', id: 21 },
{ type: 'folder', id: 28 },
{ type: 'folder', id: 24 },
{ type: 'folder', id: 19 },
{ type: 'folder', id: 25 },
{ type: 'folder', id: 20 },
{ type: 'folder', id: 27 } ] }
2021-10-14T17:56:17.595Z Overriding title of built-in node 1 Bookmarks bar => Bookmarks Bar
2021-10-14T17:56:17.728Z onSyncComplete
2021-10-14T17:56:18.016Z Syncing failed with Failed to set the 'innerHTML' property on 'Element': The provided markup is invalid XML, and therefore cannot be inserted into an XML document.
2021-10-14T17:56:18.028Z onSyncFail
@ITILLI commented on GitHub (Oct 15, 2021):
First I thought the problem was too much bookmark
FINAL I found problem is not too much bookmark or folder
The problem is on a bookmark's name
unknow Character picture
it can not display on textbook ,but can display on browser search bar and bookmark
@github-actions[bot] commented on GitHub (Mar 20, 2023):
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.