You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that, an error occued on receiving response.
File "/Users/shoji/Documents/ghq/github.logica.io/streaks/bitmovin-handler/.venv/lib/python3.7/site-packages/bitmovin/services/rest_service.py", line 31, in create
response=response, class_=self.class_)
File "/Users/shoji/Documents/ghq/github.logica.io/streaks/bitmovin-handler/.venv/lib/python3.7/site-packages/bitmovin/services/parsing_utils.py", line 38, in parse_bitmovin_resource_from_response
resource = class_.parse_from_json_object(json_object=result)
File "/Users/shoji/Documents/ghq/github.logica.io/streaks/bitmovin-handler/.venv/lib/python3.7/site-packages/bitmovin/resources/models/encodings/drms/aes_drm.py", line 25, in parse_from_json_object
key_file_uri = json_object['keyFileUri']
I think json response doesn't have keyFileUrl key if I set None
It should be .get like below.
I set None to key_file_uri to create encryption.key. Then submit like below.
After that, an error occued on receiving response.
I think json response doesn't have keyFileUrl key if I set None
It should be
.get
like below.The text was updated successfully, but these errors were encountered: