Closed EricGeiler closed 2 years ago
thinking this issue maybe the same as #6404
This definitely looks similar to #6404
@LukasPaczos Can you please confirm?
This does look like the same issue but it would have to be a very short route (just 8 geometry points).
@EricGeiler @Sridhar261990 do you perhaps have the NavigationRoute#id
s of the routes that were used when this exception was thrown? Or DirectionsResponse#uuid
?
@LukasPaczos checking on our end...
I'm sorry, we don't have that information logged as of now. I've asked @sridhar261990 to include the uuid in our logfile for all directions requests.
However I see some info that makes me go umm...
polyline6: cbqirAd|{lvC[VcDr@{AsKbDiB~@k@zAk@jDw@~@BdOaF
looks like it was indeed a small route... im wondering if this due to a driver triggering a re-route when making a wrong turn on approach... i.e in parking lot etc.
I know @sridhar261990 had implemented #6403 prior to this being present on our build.
Thanks for checking @EricGeiler! The issue is only reproducible if there's at least one alternative present and would not be triggered by the code suggestion from https://github.com/mapbox/mapbox-navigation-android/issues/6403#issuecomment-1261184609.
The change that hardens the codebase was released in v2.8.0, we'd appreciate if you could upgrade and monitor further occurrences, there should be none.
As a side note, you can also capture and redirect/save logs produced by Mapbox by overriding the logging client - https://docs.mapbox.com/android/navigation/guides/get-started/modularization/#logger. By default, only Info
and more severe logs are printed. If you'd like to print Debug
logs as well, you can enabled that with:
LogConfiguration.setLoggingLevel(LoggingLevel.DEBUG)
These logs are often extremely helpful for us when debugging issues.
@sridhar261990 lets discuss today getting these recommended changes in place as soon as we can to assist mapbox.
@Sridhar261990 @EricGeiler Any updates on this? Is this still crashing for you?
@Sridhar261990 @EricGeiler Any updates on this? Is this still crashing for you?
After a decent amount of testing on 2.9.0beta.2 im no longer seeing this issue. closing this ticket at this time
@abhishek1508 sorry for the delay, but I wanted to ensure it was resovled.
@EricGeiler That's great. Thank you for the update.
Mapbox Navigation SDK
implementation 'com.mapbox.navigation:ui-app:2.8.0-rc.3' implementation 'com.mapbox.navigation:ui-dropin:2.8.0-rc.3'
Seeing this in 2.8.0-rc3 during our driver testing, its been triggered by a few drivers this a.m. Data obtained from our Firebase Acct.
cc: @sridhar261990 as he can add more technical info if required.