mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[GH-ISSUE #166] bookmarksCache is not defined. #158
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#158
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 @jlbprof on GitHub (Sep 2, 2018).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/166
Software versions
Steps to reproduce
Expected outcome
...
Actual outcome
WebDav.js:49 GET https://plex.jlbprof.com:8008/nextcloud/remote.php/webdav/bookmarks.xbel.lock 404 (Not Found)
_callee$ @ WebDav.js:49
tryCatch @ polyfill.js:6900
invoke @ polyfill.js:7138
prototype.(anonymous function) @ polyfill.js:6952
step @ background-script.js:27191
(anonymous) @ background-script.js:27191
(anonymous) @ background-script.js:27191
downloadFile @ background-script.js:27278
_callee2$ @ WebDav.js:72
tryCatch @ polyfill.js:6900
invoke @ polyfill.js:7138
prototype.(anonymous function) @ polyfill.js:6952
step @ background-script.js:27191
(anonymous) @ background-script.js:27191
(anonymous) @ background-script.js:27191
checkLock @ background-script.js:27318
_callee4$ @ WebDav.js:110
tryCatch @ polyfill.js:6900
invoke @ polyfill.js:7138
prototype.(anonymous function) @ polyfill.js:6952
step @ background-script.js:27191
(anonymous) @ background-script.js:27191
(anonymous) @ background-script.js:27191
obtainLock @ background-script.js:27467
_callee7$ @ WebDav.js:220
tryCatch @ polyfill.js:6900
invoke @ polyfill.js:7138
prototype.(anonymous function) @ polyfill.js:6952
step @ background-script.js:27191
(anonymous) @ background-script.js:27191
(anonymous) @ background-script.js:27191
onSyncStart @ WebDav.js:234
_callee9$ @ Account.js:136
tryCatch @ polyfill.js:6900
invoke @ polyfill.js:7138
prototype.(anonymous function) @ polyfill.js:6952
step @ Account.js:10
(anonymous) @ Account.js:10
Promise.then (async)
step @ Account.js:10
(anonymous) @ Account.js:10
Promise.then (async)
step @ Account.js:10
(anonymous) @ Account.js:10
(anonymous) @ Account.js:10
sync @ background-script.js:21360
callee8$ @ Controller.js:191
tryCatch @ polyfill.js:6900
invoke @ polyfill.js:7138
prototype.(anonymous function) @ polyfill.js:6952
step @ Controller.js:5
(anonymous) @ Controller.js:5
Promise.then (async)
step @ Controller.js:5
(anonymous) @ Controller.js:5
(anonymous) @ Controller.js:5
syncAccount @ Controller.js:195
(anonymous) @ Controller.js:21
Promise.then (async)
syncAllAccounts @ Controller.js:18
(anonymous) @ Controller.js:52
EventImpl.dispatchToListener @ extensions::event_bindings:403
publicClassPrototype.(anonymous function) @ extensions::utils:138
EventImpl.dispatch @ extensions::event_bindings:387
dispatchArgs @ extensions::event_bindings:260
dispatchEvent @ extensions::event_bindings:269
Logger.js:10 https://plex.jlbprof.com:8008/nextcloud/remote.php/webdav/bookmarks.xbel.lock
Account.js:170 ReferenceError: bookmarksCache is not defined
at WebDavAdapter._callee6$ (WebDav.js:205)
at tryCatch (polyfill.js:6900)
at Generator.invoke [as _invoke] (polyfill.js:7138)
at Generator.prototype.(anonymous function) [as next] (chrome-extension://fnaicdffflnofjppbagibeoednhnbjhg/dist/js/polyfill.js:6952:21)
at step (background-script.js:27191)
at background-script.js:27191
Looking at the code:
It is failing on the line bookmarksCache.clone ().
Did you change the constructor for Folder? Do we need to update the line with new Folder?
Thanx
Julian
@marcelklehr commented on GitHub (Sep 2, 2018):
It was a typo:
let bookmarkCache = new Folder({ id: 0, title: 'root' })
parseXbelDoc(xmlDoc, bookmarksCache)
🙈
@github-actions[bot] commented on GitHub (Mar 21, 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.