You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I updated wasm module to 01bc10e and i have a problem with update_nft request.
It happens with new clear tab in browser when mm2 have never run yet.
Open app in new clear tab(i.e. incognito)
Import/login to wallet with nfts
Send update_nft request
Got an error
{
"mmrpc":"2.0",
"error":"DB error ErrorSaving(\"Error uploading an item: \\\"DomException { obj: Object { obj: JsValue(ConstraintError: Unable to add key to index 'chain_tx_hash_index': at least one key does not satisfy the uniqueness requirements.\\\\nundefined) } }\\\"\")",
"error_path":"nft.wasm_storage.object_store",
"error_trace":"nft:115] wasm_storage:362] object_store:42]",
"error_type":"DbError",
"error_data":"ErrorSaving(\"Error uploading an item: \\\"DomException { obj: Object { obj: JsValue(ConstraintError: Unable to add key to index 'chain_tx_hash_index': at least one key does not satisfy the uniqueness requirements.\\\\nundefined) } }\\\"\")",
"id":null
}
send get_nft_list request
got empty nft list
Send after some time update_nft and get_nft_list again
It works but every time i see errors in my console
Please answer following questions and attach requested info - it'll help to solve issue faster
What OS do you use?
Windows 11 Chrome 114.0.5735.199
What marketmaker version do you run?
1.0.6-beta_01bc10e
Recording.2023-07-11.185059.mp4
The text was updated successfully, but these errors were encountered:
Describe the bug
I updated wasm module to
01bc10e
and i have a problem withupdate_nft
request.It happens with new clear tab in browser when mm2 have never run yet.
update_nft
requestget_nft_list
requestupdate_nft
andget_nft_list
againPlease answer following questions and attach requested info - it'll help to solve issue faster
Windows 11 Chrome 114.0.5735.199
1.0.6-beta_01bc10e
Recording.2023-07-11.185059.mp4
The text was updated successfully, but these errors were encountered: