solid-ui icon indicating copy to clipboard operation
solid-ui copied to clipboard

"Multiple records of your participation" error in Partcipation object

Open timbl opened this issue 5 years ago • 3 comments

A race condition of some sort leads to two participation records with the same date time and the id just 10 apart so very close 1 after the other

Maybe two concurrent calls to preferences code

This is is in: /solid-ui/src/pad.js

timbl avatar Jul 24 '20 15:07 timbl

See related:

Error: Error recording your partipation: Exception in update: Error: Update: Can't make changes in uneditable <https://solidos.solid.community/Team/SolidOs%20team%20chat/index.ttl> Error: Update: Can't make changes in uneditable <https://solidos.solid.community/Team/SolidOs%20team%20chat/index.ttl> undefined Error: Update: Can't make changes in uneditable <https://solidos.solid.community/Team/SolidOs%20team%20chat/index.ttl> undefined at e.value (https://solidos.solid.community/mashlib.min.js:1:28590) undefined at https://solidos.solid.community/mashlib.min.js:17:8932 undefined at new Promise (<anonymous>) undefined at Object.a.pad.participationObject (https://solidos.solid.community/mashlib.min.js:17:8452) undefined at https://solidos.solid.community/mashlib.min.js:128:215444

timbl avatar Jul 24 '20 20:07 timbl

Basically need to be aware of whether the user can (a) read and (b) write, for each of 1. The local config file 2. Their private config file

timbl avatar Jul 24 '20 20:07 timbl

I noticed the same error "Error: Multiple records of your participation" on my Profile Contact Card. How to solve this Bug? When I click the Contacts Icon I see twice my name. How to delete at least one of them?

DickVG avatar Jan 11 '21 15:01 DickVG