figured out the json encoding error, i somehow typ...
# announce
a
figured out the json encoding error, i somehow typed
.rstrip()
instead of
.strip()
, this is exactly in line with the way i fixed it before, i can repro the integration test failure and am investigating now.