value": "Cannot get ticket session my.promoxserver.com:8006 (HTTPSConnectionPool(host='my.promoxserver.com:8006', port=8006): Max retries exceeded with url: /api2/json/access/ticket?username=***YOUR_USER***&password=***PWD***(Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnectionobjectat0x7f9405c83630>, 'Connection to my.promoxserver.com:8006 timed out. (connect timeout=5)')))",
"type": "PYTHON"
}
```
This log show a bad connection to Proxmox server.
User and password are hidden:
```bash
username=***YOUR_USER***&password=***PWD***
```
[Usage - First start](05-first_start.md) <--Previous|Next--> [Usage - API](07-api.md)