You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the profile has to be loaded from the same directory as the lookup.dat is stored so either the app needs to be store the profile in the same directory or have the library do it.
java.lang.RuntimeException: java.io.FileNotFoundException: /data/user/0/com.routing.brouter.test/files/lookups.dat (No such file or directory)
at btools.expressions.BExpressionMetaData.readMetaData(BExpressionMetaData.java:86)
at btools.router.ProfileCache.parseProfile(ProfileCache.java:107)
at btools.router.RoutingEngine.<init>(RoutingEngine.java:104)
at com.routing.brouter.BRouter.generateRoute(BRouter.kt:108)
It makes no sense for an app to load a file, pass it as text, the library to save it and then use it.
The text was updated successfully, but these errors were encountered: