Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
irena
3 years agoNew Contributor
Connect API connection error: Name or service not known
Hello,
I am trying to use the OnePassword SDK for Python, however when trying to get an item a connection error is occurring.
The client creation is as follows:
self.api_client: Client = new...
irena
3 years agoNew Contributor
I had another try where I replaced the hostname with the pod IP address, and then the get item call worked. Obviously, I cannot use the IP address in production, so I still need help in resolving this issue.