-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UndeliverableException #6249
Comments
Please read the exception message and the linked wiki section:
|
@akarnokd I have read the docs, but that does not seems to anwser my question. |
The detailed error message and the wiki link has the implication that such cases are expected and you can't do much about them: either you set the global error handler or you don't crash into RxJava. In your specific case, |
|
Hi ,
Thanks |
Looks like your project is not properly setup or uses multiple modules with wrong dependency distribution. Also found this. |
Thanks for the quick response. Thank you |
I am faciing an UndeliverableException case when using a Single.zip and multiple sources from retrofit fail to load the data from the network. I expected that when the first error happens the other streams would be disposed, but it seems it is not the case as the
version 2.2.2
stacktrace
It looks like this issue from retrofit repo square/retrofit#2487 . If that is not a retrofit problem, what can be done to avoid this crash?
The text was updated successfully, but these errors were encountered: