frc1678 / scout-viewer-2016-android

Android app to view the data from the Citrus Circuits 2016 Scouting System.
0 stars 1 forks source link

length=90; index=-1 #80

Closed evan-long closed 8 years ago

evan-long commented 8 years ago

Comment:

java.lang.ArrayIndexOutOfBoundsException: length=90; index=-1
    at java.util.ArrayList.get(ArrayList.java:310)
    at org.citruscircuits.scout_viewer_2016_android.FirebaseList.getFirebaseObjectByKey(FirebaseList.java:142)
    at org.citruscircuits.scout_viewer_2016_android.team_details.TeamDetailsActivity.reload(TeamDetailsActivity.java:114)
    at org.citruscircuits.scout_viewer_2016_android.team_details.TeamDetailsActivity$1.onReceive(TeamDetailsActivity.java:72)
    at android.support.v4.content.LocalBroadcastManager.executePendingBroadcasts(LocalBroadcastManager.java:297)
    at android.support.v4.content.LocalBroadcastManager.access$000(LocalBroadcastManager.java:46)
    at android.support.v4.content.LocalBroadcastManager$1.handleMessage(LocalBroadcastManager.java:116)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:135)
    at android.app.ActivityThread.main(ActivityThread.java:5254)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:372)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)

Number: 6

URL: https://instabug.com/applications/ivanovich-smirnov-inc/beta/issues/6

Type: crash

Status: New

Email:

Reported At: 2016-04-22 03:57:12 UTC

Location: ,

Device: asus Nexus 7 / SDK Level 22

Memory: 739.0/0.0 MB

Storage: 2158.0/12494.0 GB

Connectivity: Carrier: , WiFi: TRI

Battery: 100, Charging through USB cable

App Version: 1.0 (1)

Duration: 00:06:37

User Data:

Console Log:

:12.167 I/TEAMS   (11208): 4255
04-21 20:57:12.168 I/TEAMS   (11208): 4643
04-21 20:57:12.169 I/TEAMS   (11208): 4765
04-21 20:57:12.169 I/TEAMS   (11208): 4904
04-21 20:57:12.170 I/TEAMS   (11208): 4990
04-21 20:57:12.171 I/TEAMS   (11208): 5026
04-21 20:57:12.172 I/TEAMS   (11208): 5027
04-21 20:57:12.172 I/TEAMS   (11208): 5089
04-21 20:57:12.173 I/TEAMS   (11208): 5104
04-21 20:57:12.173 I/TEAMS   (11208): 5171
04-21 20:57:12.174 I/TEAMS   (11208): 5655
04-21 20:57:12.175 I/TEAMS   (11208): 5677
04-21 20:57:12.175 I/TEAMS   (11208): 5700
04-21 20:57:12.176 I/TEAMS   (11208): 5728
04-21 20:57:12.176 I/TEAMS   (11208): 5737
04-21 20:57:12.177 I/TEAMS   (11208): 5905
04-21 20:57:12.178 I/TEAMS   (11208): 5924
04-21 20:57:12.179 I/TEAMS   (11208): 5940
04-21 20:57:12.179 I/TEAMS   (11208): 6036
04-21 20:57:12.180 I/TEAMS   (11208): 6039
04-21 20:57:12.181 I/TEAMS   (11208): 6059
04-21 20:57:12.182 D/AndroidRuntime(11208): Shutting down VM
04-21 20:57:12.183 E/INSTABUG - Instabug(11208): Instabug Caught an Unhandled Exception: java.lang.ArrayIndexOutOfBoundsException
04-21 20:57:12.183 E/INSTABUG - Instabug(11208): java.lang.ArrayIndexOutOfBoundsException: length=90; index=-1
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at java.util.ArrayList.get(ArrayList.java:310)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at org.citruscircuits.scout_viewer_2016_android.FirebaseList.getFirebaseObjectByKey(FirebaseList.java:142)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at org.citruscircuits.scout_viewer_2016_android.team_details.TeamDetailsActivity.reload(TeamDetailsActivity.java:114)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at org.citruscircuits.scout_viewer_2016_android.team_details.TeamDetailsActivity$1.onReceive(TeamDetailsActivity.java:72)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at android.support.v4.content.LocalBroadcastManager.executePendingBroadcasts(LocalBroadcastManager.java:297)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at android.support.v4.content.LocalBroadcastManager.access$000(LocalBroadcastManager.java:46)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at android.support.v4.content.LocalBroadcastManager$1.handleMessage(LocalBroadcastManager.java:116)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at android.os.Handler.dispatchMessage(Handler.java:102)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at android.os.Looper.loop(Looper.java:135)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at android.app.ActivityThread.main(ActivityThread.java:5254)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at java.lang.reflect.Method.invoke(Native Method)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at java.lang.reflect.Method.invoke(Method.java:372)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
04-21 20:57:12.183 E/INSTABUG - Instabug(11208):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)

Instabug Log:

User Steps:

04-21 20:04:35     org.citruscircuits.scout_viewer_2016_android.MainActivity was resumed.
04-21 20:04:40     org.citruscircuits.scout_viewer_2016_android.MainActivity was paused 
04-21 20:04:40     org.citruscircuits.scout_viewer_2016_android.team_details.TeamDetailsActivity was resumed.

Current View: org.citruscircuits.scout_viewer_2016_android.team_details.TeamDetailsActivity

Locale: en_US

Orientation: portrait

Screen Size: 1200x1920

Density: xhdpi