Contributor update/serialization failing #168
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
No idea where it's turning the UID into a string, but at the point where
kredits-webis calling the update function it's still a number:I think this is a regression, because it worked before, and we changed some things about serialization not long ago.
LOL, I just tried it locally, and instead of updating the existing accounts, it added two new sets for the updated accounts at once:
Interestingly, there's no string vs. integer validation issue locally, but a different number error after updating the contributor.
It looks like the update event is returning a larger number type than a normal contributor GET. No idea yet what's happening exactly.Note from call: we'll try to revert the change that broke it, and re-submit it in the future, after more testing.
@bumi What about reverting that commit? It's been almost a week again...