Page MenuHomePhabricator

CCC: ImageObj fed wrong format
Closed, ResolvedPublic

Description

Traceback (most recent call last):
  File "<stdin>", line 4, in <module>
  File "/usr/local/lib/python3.8/json/__init__.py", line 341, in loads
    raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not dict

Needs to be json.dumps() rather than json.loads().

Revisions and Commits

Event Timeline

TheSandDoctor created this task.
TheSandDoctor created this object with visibility "Public (No Login Required)".
TheSandDoctor closed this task as Resolved by committing Restricted Diffusion Commit.Feb 6 2020, 7:13 PM
TheSandDoctor added a commit: Restricted Diffusion Commit.