Describe the bug
When saving a File with a lithophane Image we get "Bytes" object not serializeable. Problem ist, that in py3 the 'base64ImageOriginal' is a Bytes object and not a Unicode string. have to encode it.
To Reproduce
Steps to reproduce the behavior:
Create lithophane Image
Save file
See error
Expected behavior
Saving should be possible with python 3
Describe the bug When saving a File with a lithophane Image we get "Bytes" object not serializeable. Problem ist, that in py3 the 'base64ImageOriginal' is a Bytes object and not a Unicode string. have to encode it.
To Reproduce Steps to reproduce the behavior:
Expected behavior Saving should be possible with python 3