Comment 7 for bug 1799746

Revision history for this message
Corey Bryant (corey.bryant) wrote : Re: when uploading file as secret: TypeError: a bytes-like object is required, not 'str'

If I'm reading the parenthesis in the failing line correctly, it seems that value.get_encoded() is not actually encoded in py3:

'value': binascii.hexlify(value.get_encoded()).decode('utf-8')