Skip to content

Login after token refresh times out #19

@signag

Description

@signag

I have an issue with login after tokens have been refreshed.
This one seems to be different from #16.

From my main program, I cyclically call get_vsr from nativeAPI.py every 15 minutes.
This works fine for 5 cycles (about 1 hour) using the cached session data,
In the 6th cycle (see attached trace file starting at line 260), tokens are found to be expired and a new login is made.
However, __get_url, called from __force_login, times out after ~15 minutes with ConnectionError 'Remote end closed connection without response'

The attached trace file covers the entire test run and has the exception output included at the end.

Thanks for support
monitorVW_02.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions