datacenter / cobra

Cobra - Python bindings for the ACI REST API
Other
88 stars 41 forks source link

LoginSession.refresh() does not seem to work #122

Open stcorry opened 8 years ago

stcorry commented 8 years ago

When running a cobra script for a long time or if there is some latency causing the script to run slower, the script will always hit the timeout. I tried to integrate loginsession.refresh() into the most used functions to ensure the session is refreshed, but I always get a login error after 600 seconds.