-
**Describe the bug**
If there are a large number of annotations @owner,@epic, @feature, @story, the report receives the status interrupted and not a single test is displayed in it
**Steps to Repro…
-
Report portal gives the exception
2024-09-26 16:08:17,483 [main] INFO c.epam.reportportal.service.Launch - Rerun: false
2024-09-26 16:08:18,346 [rp-io-1] ERROR c.epam.reportportal.service.Launch -…
-
Exception retrofit2.adapter.rxjava2.HttpException: HTTP 429
at retrofit2.adapter.rxjava2.BodyObservable$BodyObserver.onNext (BodyObservable.java:57)
at retrofit2.adapter.rxjava2.BodyObservable$B…
-
##### Description
When I generate a Java client with {"useRxJava2":"true", "library":"retrofit2"} the generated docs are wrong, they don't match the api. Looks like it's just the standard java …
-
目前好像报错了 retrofit2.adapter.rxjava2.HttpException: HTTP 401 Unauthorized
-
17:45:51.155 [http-nio-8088-exec-3] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - [log,175] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processin…
infol updated
2 months ago
-
When I set `rp.reporting.async=true` then Launches are not getting created. Also getting below errors. Working fine in sync mode
```
19:52:23.848 ERROR c.e.r.u.SubscriptionUtils - rp-io-74 - Start…
-
Right now if i generate for Java with retrofit2 and rxjava2, the output Retrofit service class will generate methods that return Observables. See example [here](https://github.com/swagger-api/swagger-…
tir38 updated
6 years ago
-
```java
ObjectMapper mapper = defaultObjectMapper();
OkHttpClient client = OpenAiService.defaultClient("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",
Duratio…
-
/*rxjava2.x版本*/
api 'io.reactivex.rxjava2:rxjava:2.2.7'
api 'io.reactivex.rxjava2:rxandroid:2.1.1'
/*rxlifecycle依赖的是rxjava1.x版本*/
//api 'com.trello:rxlifecycle:1.0'
//api …