0

Houdini 16 + Shotgun = https error

Hi !

I'm trying to update tools in Houdini to use version 16, but I have errors (see attachment)

So, when I take a look at the log from shotgun.py, I have these when I'm using Houdini 15, which is working fine:

test
Request is POST:https://mokko.shotgunstudio.com/api3/json
Request headers are {‘connection’: ’keep-alive’, ’content-type’: ’application/json; charset=utf-8’, ’user-agent’: ’shotgun-json (3.0.34); Python 2.7 (Linux); ssl OpenSSL 1.0.1e-fips 11 Feb 2013 (validate)’}
Request body is {“method_name”: ”info”, ”params“: []}
test
Request is POST:https://mokko.shotgunstudio.com/api3/json
Request headers are {‘connection’: ’keep-alive’, ’content-type’: ’application/json; charset=utf-8’, ’user-agent’: ’shotgun-json (3.0.34); Python 2.7 (Linux); ssl OpenSSL 1.0.1e-fips 11 Feb 2013 (validate)’}
Request body is {“method_name”: ”read”, ”params“: [{“script_key”: ”fcec75d8ebb09b6aa543ba78b5310d63b886b5a0”, ”script_name”: ”pipeline”}, {“return_paging_info_without_counts“: false, ”return_fields“: [“login”, ”name”], ”return_only”: ”active”, ”paging”: {“current_page”: 1, ”entities_per_page”: 1}, ”filters“: {“logical_operator”: ”and”, ”conditions“: [{“path”: ”login”, ”values“: [“jgagnon”], ”relation”: ”is“}]}, ”api_return_image_urls“: true, ”type”: ”HumanUser”}]}
test
Request is POST:https://mokko.shotgunstudio.com/api3/json
Request headers are {‘connection’: ’keep-alive’, ’content-type’: ’application/json; charset=utf-8’, ’user-agent’: ’shotgun-json (3.0.34); Python 2.7 (Linux); ssl OpenSSL 1.0.1e-fips 11 Feb 2013 (validate)’}
Request body is {“method_name”: ”read”, ”params“: [{“script_key”: ”fcec75d8ebb09b6aa543ba78b5310d63b886b5a0”, ”script_name”: ”pipeline”}, {“return_paging_info_without_counts“: false, ”return_fields“: [“name”, ”sg_ignore_handles“, ”sg_default_head_in”, ”sg_default_frame_range”, ”sg_handle_in”, ”sg_handle_out”], ”return_only”: ”active”, ”paging”: {“current_page”: 1, ”entities_per_page”: 1}, ”filters“: {“logical_operator”: ”and”, ”conditions“: [{“path”: ”name”, ”values“: [“896_dev”], ”relation”: ”is“}]}, ”api_return_image_urls“: true, ”type”: ”Project”}]}
test
Request is POST:https://mokko.shotgunstudio.com/api3/json
Request headers are {‘connection’: ’keep-alive’, ’content-type’: ’application/json; charset=utf-8’, ’user-agent’: ’shotgun-json (3.0.34); Python 2.7 (Linux); ssl OpenSSL 1.0.1e-fips 11 Feb 2013 (validate)’}
Request body is {“method_name”: ”read”, ”params“: [{“script_key”: ”fcec75d8ebb09b6aa543ba78b5310d63b886b5a0”, ”script_name”: ”pipeline”}, {“return_paging_info_without_counts“: false, ”return_fields“: [“code”, ”short_name”, ”entity_type”], ”return_only”: ”active”, ”paging”: {“current_page”: 1, ”entities_per_page”: 1}, ”filters“: {“logical_operator”: ”and”, ”conditions“: [{“path”: ”short_name”, ”values“: [“vfx”], ”relation”: ”is“}, {“path”: ”entity_type”, ”values“: [“Shot”], ”relation”: ”is“}]}, ”api_return_image_urls“: true, ”type”: ”Step”}]}

 

However, when I'm using Houdini, this is what it prints out:

Request is POST:https://mokko.shotgunstudio.com/api3/json
Request headers are {‘connection’: ’keep-alive’, ’content-type’: ’application/json; charset=utf-8’, ’user-agent’: ’shotgun-json (3.0.34); Python 2.7 (Linux); ssl OpenSSL 1.0.1g 7 Apr 2014 (validate)’}
Request body is {“method_name”: ”info”, ”params“: []}
test
Request is POST:https://mokko.shotgunstudio.com/api3/json
Request headers are {‘connection’: ’keep-alive’, ’content-type’: ’application/json; charset=utf-8’, ’user-agent’: ’shotgun-json (3.0.34); Python 2.7 (Linux); ssl OpenSSL 1.0.1g 7 Apr 2014 (validate)’}
Request body is {“method_name”: ”info”, ”params“: []}
test
Request is POST:https://mokko.shotgunstudio.com/api3/json
Request headers are {‘connection’: ’keep-alive’, ’content-type’: ’application/json; charset=utf-8’, ’user-agent’: ’shotgun-json (3.0.34); Python 2.7 (Linux); ssl OpenSSL 1.0.1g 7 Apr 2014 (validate)’}
Request body is {“method_name”: ”info”, ”params“: []}

 

The only thing I can see is the OpenSSL version that is different ...

 

 

 

 

 

 

 

0 comments

Please sign in to leave a comment.