-
Notifications
You must be signed in to change notification settings - Fork 195
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
Crash while initializing #39
Comments
Full stacktrace
|
@consp1racy can you paste how you're actually using the |
🤦♂️ nvm. i think i know why this happens |
RxJava 1.2.3, possibly 1.2.5 as well. It runs inside Yigit Boyar's job queue like so:
The stack trace would be less horrible if I didn't originally rethrow the error in onError (heh), but I think I got the origin right. |
@consp1racy : actually i'm curious now. your stack trace indicates that no bestResponse was received. Can you confirm this (if you had logging enabled)? For e.g. the filterLeastRoundTrip should also have shown an empty list I would filter out empty responses and we wouldn't run into the issue. but i want to make sure that really was the problem. |
@kaushikgopal I'm afraid it happened on a remote device and the only thing I have is that stack trace :/ No best response is ok however something along a specific |
oh wouldn't Crashlytics have the stack trace? |
Well yeah, it's the whole second comment, kinda surprised you missed it :D That's before I removed the |
@consp1racy i realize why my comment was confusing now: i mean to say log trace not stack trace :). was not sure if you piped that to Crashlytics. in any case i found a similar issue in our Crashlytics data, so should have this fixed |
Version 2.1
Caused by java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.get(ArrayList.java:411)
at com.instacart.library.truetime.TrueTimeRx$6.call(TrueTimeRx.java:191)
at com.instacart.library.truetime.TrueTimeRx$6.call(TrueTimeRx.java:179)
... rx internals ...
The text was updated successfully, but these errors were encountered: