Re: Can you troubleshoot my Python API connection error 502?

Hi @Jirapongse ,


thank you very much for your answer. I was able to solve the problem with the following lines of code.

#Defining Proxy
os.environ['NO_PROXY'] = 'localhost'
os.environ['NO_PROXY'] = '127.0.0.1'

From: Can you troubleshoot my Python API connection error 502?