mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 06:35:59 +03:00
[GH-ISSUE #55] This bookmark doesn't belong to the current account #54
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#54
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 @marcelklehr on GitHub (Mar 19, 2018).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/55
Firefox v52.6.0
log says
SERVERCREATE undefinedright before the error.@marcelklehr commented on GitHub (Mar 19, 2018):
Probably Firefox version related.
@bodograumann commented on GitHub (Mar 24, 2018):
I don’t know anything about addon-development, but is there something I can do to help you debug the issue?
@marcelklehr commented on GitHub (Mar 24, 2018):
I have only had this problem on Firefox with version 52, which suggests to me it's related to the firefox version. If you have the same error, could you provide your firefox version? If so, it would be interesting to know if updating firefox solves this.
@bodograumann commented on GitHub (Mar 24, 2018):
I am using v52.6.0 as well and experiencing the problem there. In contrast, with Firefox 59.0.1 syncing to the same account works.
@marcelklehr commented on GitHub (Mar 24, 2018):
Thanks for the info! Then, the firefox team has changed the bookmarks API behavior in between those versions :/ I'll update the requirements for floccus.
@bodograumann commented on GitHub (Mar 24, 2018):
There is compatibility table on MDN:
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/bookmarks
It seems the only thing not supported on Firefox 52 is
BookmarkTreeNodeType(A String enum which describes whether a node in the tree is a bookmark, a folder, or a separator.), but there is no support in chrome for this either.Any other changes can probably be found on bugzilla. Unfortunately the site is currently unavailable...
@marcelklehr commented on GitHub (Mar 24, 2018):
Thanks! I know about the MDN docs (life saver!), but unfortunately the mozilla people themselves were often unsure how the APIs should behave, having taken the API from the very rudimentary Chrome extension docs. That's why I'm guessing it took them some time to get the API close to the chrome one. I don't think supporting firefox v52 should be a big priority for me, though, as there's a new ESR release coming up this spring.
@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.