[GH-ISSUE #55] This bookmark doesn't belong to the current account #54

Closed
opened 2026-02-25 22:35:57 +03:00 by kerem · 8 comments
Owner

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 undefined right before the error.

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 undefined` right before the error.
kerem 2026-02-25 22:35:57 +03:00
Author
Owner

@marcelklehr commented on GitHub (Mar 19, 2018):

Probably Firefox version related.

<!-- gh-comment-id:374423122 --> @marcelklehr commented on GitHub (Mar 19, 2018): Probably Firefox version related.
Author
Owner

@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?

<!-- gh-comment-id:375863777 --> @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?
Author
Owner

@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.

<!-- gh-comment-id:375889267 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:375890686 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:375892731 --> @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.
Author
Owner

@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...

<!-- gh-comment-id:375905018 --> @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...
Author
Owner

@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.

<!-- gh-comment-id:375909362 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:1478280559 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#54
No description provided.