previously, the validation _state is valid for the embedded file, and in verify tool, it shows the signatures in the web interface.
Now with code:
with open(file_path, "rb") as stream:
reader = Reader(mime_type, stream)
result = reader.json()
the "validation_state": "Valid" is lost in the response. So that's why the verify tool also has issues now.
the test file is from https://spec.c2pa.org/public-testfiles/image/jpeg/adobe-20220124-CAI.jpg