KostyaM

Results 2 issues of KostyaM

I configured Retrofit like this: ``` object RetrofitFactory { fun makeRetrofitService(): RetrofitDownloadAPIService { val okHttpClient = OkHttpClient().newBuilder() .connectTimeout(20, TimeUnit.SECONDS) .build() return Retrofit.Builder() .baseUrl(BASE_URL) .addCallAdapterFactory(CoroutineCallAdapterFactory()) .client(okHttpClient) .build().create(RetrofitDownloadAPIService::class.java) } } ``` and...

Tried to execute command `adborc consumer scrcpy deviceId`. However got an error: ``` Screen mirroring failed: Could not start scrcpy: Scrcpy server failed to start: 2023-03-03 17:12:20.255 scrcpy[28358:144649] ERROR: Command...