Jemshit Iskanderov
Jemshit Iskanderov
> > Using `Response` works > > In this case retrofit does not throw any exception when got 4xx codes > Reproduced at 2.6.2 Hi, to handle empty response only...
My question is "why Jaxb is suggested solution" if it does not support no-arg constructor classes? Its almost all Data Classes in Kotlin when dealing with Api.
```Could not HEAD 'http://dl.bintray.com/amulyakhare/maven/com/yarolegovich/discrete-scrollview/1.5.1/discrete-scrollview-1.5.1.pom'. Received status code 403 from server: Forbidden``` no jcenter() in code Solution?
I published it on [jitpack](https://github.com/jemshit/DiscreteScrollView), you can do the same, check my last commit. Still, library internally uses jcenter() to pull [another library](https://github.com/yarolegovich/MaterialPreferences/issues/18), but i don't think it is problem,...
I think it is ok as long as they share same [namespace](https://github.com/tonyofrancis/Fetch/blob/c450f681035ed47d2bd6e5e2b7cf4b921665e669/fetch2/src/main/java/com/tonyodev/fetch2/FetchConfiguration.kt#L85)
If HLS is not live stream, you might be able to read each segments relative path inside manifest, then download each segment one by one. But those segments are in...
How i converted [Uri to OutputStream](https://stackoverflow.com/a/67252441/3736955).
@saeedata either download using okhttp without this library. Or use fetch to download to app private directory first, then copy to shared storage and delete temp file.
Same with `.deleteAll()`. Error does not go away even if fetch is closed and new fetch is created with same namespace
From my observation, even if it does not propagate result to `onSuccess` yet, you can call `TrueTimeRx.now()` to get intermediate best result.