Marc-Olivier Andrez

Results 3 issues of Marc-Olivier Andrez

Hi there, I recently upgraded my OS from Ubuntu 18.04 to Ubuntu 20.04 and since, my unit tests that were using `views::cache1` started to fail. The code repeatedly returns the...

My script uses `AndroidViewClient` but cannot create a `ViewClient` ```python3 from com.dtmilano.android.viewclient import ViewClient def createViewClient(): return ViewClient(*ViewClient.connectToDeviceOrExit(serialno='.*')) vc = createViewClient() ``` The script returns the following stack trace: ```sh...