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
At some point in the last several years, the format for users.json changed, specifically the uidCache field. The one in use by a deployment of https://github.com/imalsogreg/reffit several years old was encoded as:
At some point in the last several years, the format for users.json changed, specifically the
uidCache
field. The one in use by a deployment of https://github.com/imalsogreg/reffit several years old was encoded as:(id and info tuples were in a list of length-2 lists, not key-value entries in a map)
When I bumped
snap
to the most recent version, parsing failed because the new format is expected to be key-value pairs in a map:Apologies for vagueness about the dates - I'd need to do some research to get more details.
If anyone else runs into this, the following
jq
call can do the migration:The text was updated successfully, but these errors were encountered: