import csv failed. failed to copy virtual table not null constraint failed _gtfssource_mdbcsv.urls_latest
{show log} -> ""
found on two android devices with all new versions, with force quit and with deleting cache in android app prefs
Install from scratch on linux/android is functional currently so this is a cache issue. The DB schema changed with 0.8 and needs to be cleared entirely.
You should try to delete the app & reinstall.
I've had the exact same issue. Deleting/reinstalling the app and/or deleting the cache (**edit: it turns out I was removing the config rather than the cache) did not resolve the issue; I got the same error message as before. This is on PinePhone Beta Edition, running PostmarketOS (edge branch) with Phosh UI. version: transito-0.8.2-r0 (Alpine Linux package)
~digdis can you try:
rm -rf ~/.cache/mobroute ~/.config/transito
Let me know if its still an issue after that
it turns out that I had been removing the transito config but not actually the mobroute cache. Removing mobroute's cache resolved the issue. Thanks!