You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
With how the unit tests are currently written, running tests like
tests/api_components/test_recording.py::test_get_scenevideo_url
:results in a failure:
However, if I
sleep
between the two lines that both make calls toaiohttp.ClientSession()
:The test would pass. Is this a hardware limitation where a g3 device is down for a short while after closing a HTTP client session?
The text was updated successfully, but these errors were encountered: