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
@fredrocious I did a review of simperium-ios and simplenote-osx. I don't think it's possible to create non-encoded tags anymore, so this could be a lingering tag from before.
Should we disallow the creation of objects whose keys have a period in them on the server-side? And cleanup any that are in there?
We need "." in them currently to support usernames as entity keys used for presence -
The old http methods escaped the id as it accessed over url but this isn't needed on websocket - I think if we just make explicit the logic on the entity commands should be to take the last "." for the version we should be ok, nothing ambiguous.
From @fredrocious:
2013-10-31_23:21:14.53933 ERROR:root:couldn't process change: {'ccid': 'fb0c2d2d443c4352929fa08650b19794', 'sv': '8f.8', 'clientid': 'osx-6195556fa72f449db169bbc03b7e3367', 'o': 'M', 'v': {'index': {'o': 'r', 'v': 126}}, 'id': 'rolleiflex_2'} chalk-bump-f49.tag osx-6195556fa72f449db169bbc03b7e3367
Note 'sv' field here is '8f.8'
We get these occasionally, I think @jleandroperez may have looked at this already but wanted to make sure
The text was updated successfully, but these errors were encountered: