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
I keep getting log messages when I qri connect or when I qri config set a field:
10:49:21.977 ERROR fsrepo: invalid character '3' after top-level value profile_store.go:31
10:51:54.375 ERROR fsrepo: invalid character 'M' after top-level value profile_store.go:31
But not sure what they are referring to.
The text was updated successfully, but these errors were encountered:
we've been getting all sorts of bad json from not guarding peers.json
from concurrent reads & writes. This makes some initial inroads on the
problem, but isn't to be trusted until comprehensive tests are written.
makes more inroads on #357
Ok turns out this was a race condition with file writing, which has been addressed by #368. There's still a chance this'll happen but it should be far less common.
we've been getting all sorts of bad json from not guarding peers.json
from concurrent reads & writes. This makes some initial inroads on the
problem, but isn't to be trusted until comprehensive tests are written.
makes more inroads on #357
I keep getting log messages when I
qri connect
or when Iqri config set
a field:But not sure what they are referring to.
The text was updated successfully, but these errors were encountered: