Issue in getting responses from API
-
This occurs everyday for me..
-
@rajanprabu
hi can u explain what this error is?,
res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11004] getaddrinfo failed -
@sayed I don't give the headers myself.. I just use the python SDK provided by Angel. It works just fine..
-
@rajanprabu okay
-
@rajanprabu if i use angel python sdk i receive this errors
from OpenSSL import SSL
ModuleNotFoundError: No module named 'OpenSSL'Even after installing OpenSSL it is showing same.
-
@sayed
type this in cmd : pip install pyOpenSSL -
@sayed
Confirm your Python and pip version you're using and then try. If you're using Python > 3, use pip3 to install pyOpenSSL. -
@James-Bond
Getting this error from long time.
-
First try to install
pip3 install cryptographyand then try
pip3 install pyOpenSSLIf you get error while installing latest cryptography lib, then use previous version,
pip install cryptography==2.9.1Run this commands and if error persist, please attach screenshot here.
Which python version you're using ?This is not a big issue to solve but I can't help you much without knowing which Python version you're using.
-
@James-Bond
python 3.6
pip 19.0.3