WebexCommunity / WebexPythonSDK

Work with the Webex APIs in native Python!
https://webexcommunity.github.io/WebexPythonSDK/
MIT License
239 stars 153 forks source link

Connection to webexapis.com timed out #172

Closed prabhat111 closed 9 months ago

prabhat111 commented 2 years ago

I tried "webexteamssdk" as python module and got the below error. Kindly help me on this.

requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='webexapis.com', port=443): Max retries exceeded with url: /v1/messages (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7fb8bff30588>, 'Connection to webexapis.com timed out. (connect timeout=60)'))

dongwangchn commented 2 years ago

may need http(s)_proxy

cmlccie commented 9 months ago

Closing this issue; appears to have been an environment/API-connectivity issue.