Open
Bug 1416557
Opened 7 years ago
Updated 2 years ago
browser.bookmarks.update throws error Error: Invalid bookmark: {"guid":"ppPF1p3gENdk"}
Categories
(WebExtensions :: General, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: petcuandrei, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20171111220358
Steps to reproduce:
Load in about:debugging this addon https://github.com/andreicristianpetcu/TurboAwesomeBar
Actual results:
It shows me error Error: Invalid bookmark: {"guid":"ppPF1p3gENdk"}
Expected results:
The bookmark ID ppPF1p3gENdk exists, it should have updated it.
Updated•7 years ago
|
Component: Untriaged → WebExtensions: General
Product: Firefox → Toolkit
Comment 1•7 years ago
|
||
It would help if you could provide a minimized testcase. Every bookmark GUID from your original query isn't guaranteed to remain unchanged as you update bookmarks, but it's too hard to follow exactly what's going on in this add-on.
Reporter | ||
Comment 2•7 years ago
|
||
Ok. I will try to offer a minimal test case.
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Updated•7 years ago
|
Product: Toolkit → WebExtensions
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•