Payload return objects have NoneType on MessageHandler

I think your message handler syntax should be,

    editValue = payload['editValue']
    col = payload['col']
    row = payload['row']

Maybe .get() is supposed to work but I've never seen it used.

Tip: Post formatted code as well as the screenshot so we don't have to type it all out to test or edit it. See Wiki - how to post code on this forum.