Closed
Bug 450027
Opened 17 years ago
Closed 17 years ago
Service.BStore WARN Warning: unknown item type, cannot serialize: 9
Categories
(Cloud Services :: General, defect)
Cloud Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jk, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1 eMusic DLM/4.0_1.0.0.1
Build Identifier: 0.2.6
Type 9 is RESULT_TYPE_FOLDER_SHORTCUT. The warning apparently is caused by tag folders. Weave tries to sync those folders over and over again and fails each time:
2008-08-10 14:13:33 Service.BmkEngine INFO Changes for client: 35
2008-08-10 14:13:33 Service.BmkEngine INFO Predicted changes for server: 0
2008-08-10 14:13:33 Service.BmkEngine INFO Client conflicts: 0
2008-08-10 14:13:33 Service.BmkEngine INFO Server conflicts: 0
2008-08-10 14:13:33 Service.BmkEngine INFO Applying changes locally
2008-08-10 14:13:33 Service.BStore TRACE Processing command: {"action":"edit","GUID":"{18202498-2674-9785-b7ba-6661a24b2f9d}213","depth":1,"parents":["toolbar"],"data":{"tags":["sometag",null],"type":"bookmark"}}
...
2008-08-10 14:13:33 Service.BStore WARN Warning: unknown item type, cannot serialize: 9
2008-08-10 14:13:33 Service.SnapStore TRACE Processing command: {"action":"edit","GUID":"{18202498-2674-9785-b7ba-6661a24b2f9d}213","depth":1,"parents":["toolbar"],"data":{"tags":["sometag",null],"type":"bookmark"}}
2008-08-10 14:13:34 Service.BmkEngine WARN Commands did not apply correctly
2008-08-10 14:13:34 Service.BmkEngine WARN Predicted server changes differ from actual server->client diff (can be ignored in many cases)
2008-08-10 14:13:34 Service.BmkEngine INFO Actual changes for server: 35
...
...
...
2008-08-10 15:28:33 Service.BmkEngine INFO Changes for client: 35
2008-08-10 15:28:33 Service.BmkEngine INFO Predicted changes for server: 0
2008-08-10 15:28:33 Service.BmkEngine INFO Client conflicts: 0
2008-08-10 15:28:33 Service.BmkEngine INFO Server conflicts: 0
2008-08-10 15:28:33 Service.BmkEngine INFO Applying changes locally
2008-08-10 15:28:33 Service.BStore TRACE Processing command: {"action":"edit","GUID":"{18202498-2674-9785-b7ba-6661a24b2f9d}213","depth":1,"parents":["toolbar"],"data":{"tags":["sometag",null],"type":"bookmark"}}
...
2008-08-10 15:28:33 Service.BStore WARN Warning: unknown item type, cannot serialize: 9
2008-08-10 15:28:33 Service.SnapStore TRACE Processing command: {"action":"edit","GUID":"{18202498-2674-9785-b7ba-6661a24b2f9d}213","depth":1,"parents":["toolbar"],"data":{"tags":["me",null],"type":"bookmark"}}
...
2008-08-10 15:28:33 Service.BmkEngine WARN Commands did not apply correctly
2008-08-10 15:28:34 Service.BmkEngine WARN Predicted server changes differ from actual server->client diff (can be ignored in many cases)
2008-08-10 15:28:34 Service.BmkEngine INFO Actual changes for server: 35
Maybe Weave should just ignore RESULT_TYPE_FOLDER_SHORTCUT, syncing tags seems to work fine without it.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•17 years ago
|
||
I've added some safeguards to avoid syncing tag folders (in 0.2.99). Please reopen if you see this again.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Component: Weave → General
Product: Mozilla Labs → Weave
Target Milestone: -- → ---
Updated•16 years ago
|
QA Contact: weave → general
You need to log in
before you can comment on or make changes to this bug.
Description
•