issues Search Results · repo:square/retrofit language:HTML
Filter by
2k results
(95 ms)2k results
insquare/retrofit (press backspace or delete to remove)I am from Spinnaker community. We have recently migrated some of our services from retrofit1 to retrofit2. We have
hundreds of apis overall. After migration we are facing challenges with path parameter ...
Blocked
OkHttp
kirangodishala
- 1
- Opened 9 days ago
- #4312
Hi there,
I work on an app, and had this emerging issue with retrofit blocking the UI Thread in Android 15 while when I test the
same app installed on Android 12 using same recent retrofit 2.11 and okhttp ...
InputOutputZ
- 1
- Opened 13 days ago
- #4307
@GET( data )
fun getData(): Flow Response
Should we manually switch the dispatcher to IO when running this function?
Example:
val scope = CoroutineScope(Dispatchers.Main)
scope.launch {
api.getData() ...
VarenytsiaMykhailo
- 6
- Opened 29 days ago
- #4299
We use Retrofit in our backend, and I notice that retrofit2.OkHttpCall relies extensively on synchronized(this), which
can pin host threads (when using virtual threads). Would you be open to a PR replacing ...
PR welcome
bendb-instacart
- 2
- Opened on Feb 4
- #4297
A question from the R8 team. We recently handled https://issuetracker.google.com/391260908, which turned out to be an
interface passed to create in Retrofit, which needed to be kept. The consumer keep ...
sgjesse
- 5
- Opened on Jan 27
- #4295
Using Retrofit 2.11.0 and okhttp 4.12.0 in kotlin will end up in wrong sterilization of binary data as it will use
toString() having the [] of the string representation in the body
Image
val okHttpClient ...
rowi1de
- 1
- Opened on Jan 6
- #4279
Here is my implementation that maybe helpful:
private static final class EnumConverterFactory extends Converter.Factory {
private EnumConverterFactory() {}
@Override
public Converter ?, String ...
tisonkun
- 1
- Opened on Dec 25, 2024
- #4278
I use custom interceptor for extract body result key data.
OkHttpClient
.Builder()
.apply {
// custom interceptor
addInterceptor(CustomInterceptor())
readTimeout(
...
Jungwon-Kim91
- 1
- Opened on Dec 23, 2024
- #4277
Fatal Exception: io.reactivex.rxjava3.exceptions.OnErrorNotImplementedException: The exception was not handled due to missing onError handler in the subscribe() method call. Further reading: https://github.com/ReactiveX/RxJava/wiki/Error-Handling ...
rushilalgiyabrainvire
- 1
- Opened on Dec 21, 2024
- #4276
version: 2.11.0
In java:
@GET( xxx )
Call ApiResult getRecommendCity();
In kotlin: httpService.getRecommendCity().await();
Get an error:
Overload resolution ambiguity. All these functions match. ...
senselesscn
- Opened on Dec 9, 2024
- #4268

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.