Skip to content
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

Failure to export csv #29

Open
lucasb365 opened this issue Nov 4, 2017 · 1 comment
Open

Failure to export csv #29

lucasb365 opened this issue Nov 4, 2017 · 1 comment
Labels

Comments

@lucasb365
Copy link

Our team tested FRC Krawler (v3.2.9) at an off season competition (Ramp Riot). We manually entered the team list which included a new team 607.
After we synced the data on all ~ 7 devices, we attempted to export raw & summary. Both operations created empty csv files in the FRCKrawler directory without error messages. When we test adding test data & exporting other old events from last year (using same Game) it writes the files correctly and displays the popup to link to other apps.
The data inside the server app appears correct except for the lowest numerical team (103) which displays nothing on its team view for that event. Other teams are fine and the metric views include all stats, even 103's stats (missing from team view).
The server android device is a Moto G phone (I don't have any more details right now since it is not my phone). Is there a way to dump the internal data(base) to share for debugging?
Thanks for you work on the app. We like it and plan to invest in a tablet set to test a more proper setup for the season.
-Brian Lucas
Team 365

@Adam8234
Copy link
Contributor

Adam8234 commented Nov 5, 2017

Thanks Brian. Unless you're rooted, there is no way to get the database file off the device. I have the crash report on Firebase. It seems that there was some data contamination. Some data somehow got merged for incompatible metric types. I'll investigate as soon as I can as how this could happen.

As precaution, it's always good to clear the data before every competition for this app.

com.team2052.frckrawler.util.MetricHelper.getIntMetricValue (MetricHelper.java:102) com.team2052.frckrawler.metric.types.IntegerMetricType.compileValues (IntegerMetricTypeEntry.kt:29) com.team2052.frckrawler.database.metric.CompiledMetricValue.<init> (CompiledMetricValue.java:38)

@bherbst bherbst added the bug label Jan 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants