Forums

Proxy error (Caused by ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 403 Forbidden',)))

Hi,

I've got this proxy error when trying to connect to an API service, I think it's a whitelist problem.

Please find below documentation for the API: https://docs.keywordtool.io/docs

Please let me know if you can do something about it.

Thanks, A

No problem. I have added that to the whitelist.

Thanks a lot! I have another issue, my script works perfectly in local but when I run it from here it closes the script after a raw_input() without giving time to enter any value in the bash console. Do you know why this could be happening?

Thanks a lot

raw_input works fine in my experiments. However, if you're using Python 3, then raw_input no longer exists. It's been replaced with input.