Error while deploying API
kautuk
Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 5 Partner
Hi,
I am trying to deploy API with two endpoints: Python function and prediction. The code is working completely fine inside dataiku platform. However, it is generating 'socketlineExceptionError' in an external environment (outside dataiku DSS). Also, it is unable to read the parameters which are parsed in the same format as tested inside DSS.
Kindly assist.
Thanks
Operating system used: Chrome
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,225 Dataiker
Hi,
Can you confirm the query you are sending outside of DSS? What does the exact error say?Are you using the code sample provided in the deployer page?
Any "Socket" error would typically indicate a network issue port/connectivity issue to the API Node infrastructure.