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

App crashes on startup #25

Open
florianschmidt1994 opened this issue Dec 7, 2016 · 0 comments
Open

App crashes on startup #25

florianschmidt1994 opened this issue Dec 7, 2016 · 0 comments
Labels

Comments

@florianschmidt1994
Copy link
Member

Stacktrace:

I/b: Sending API token request.
E/SQLiteLog: (1) no such table: TEAM
D/AndroidRuntime: Shutting down VM
E/AndroidRuntime: FATAL EXCEPTION: main
                  Process: org.break_out.breakout, PID: 3823
                  android.database.sqlite.SQLiteException: no such table: TEAM (code 1): , while compiling: SELECT * FROM TEAM ORDER BY _REMOTE_ID DESC
                      at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
                      at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:889)
                      at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:500)
                      at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588)
                      at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:58)
                      at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37)
                      at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:44)
                      at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1318)
                      at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1257)
                      at com.orm.SugarRecord.findWithQuery(SugarRecord.java:191)
                      at org.break_out.breakout.manager.TeamManager.getAllTeams(TeamManager.java:53)
                      at org.break_out.breakout.manager.BOLocationManager.getAllSavedLocations(BOLocationManager.java:160)
                      at org.break_out.breakout.ui.activities.MapsActivity.onMapReady(MapsActivity.java:118)
                      at com.google.android.gms.maps.SupportMapFragment$zza$1.zza(Unknown Source)
                      at com.google.android.gms.maps.internal.zzo$zza.onTransact(Unknown Source)
                      at android.os.Binder.transact(Binder.java:499)
                      at yd.a(:com.google.android.gms.DynamiteModulesB:82)
                      at maps.ad.t$5.run(Unknown Source)
                      at android.os.Handler.handleCallback(Handler.java:751)
                      at android.os.Handler.dispatchMessage(Handler.java:95)
                      at android.os.Looper.loop(Looper.java:154)
                      at android.app.ActivityThread.main(ActivityThread.java:6119)
                      at java.lang.reflect.Method.invoke(Native Method)
                      at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
                      at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
E/b: Authentication failed on the server.
E/Google Maps Android API: Authorization failure.  Please see https://developers.google.com/maps/documentation/android-api/start for how to correctly set up the map.
E/Google Maps Android API: In the Google Developer Console (https://console.developers.google.com)
                           Ensure that the "Google Maps Android API v2" is enabled.
                           Ensure that the following Android Key exists:
                           	API Key: REDACTED
                           	Android Application (<cert_fingerprint>;<package_name>): REDACTED;org.break_out.breakout
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

1 participant