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

EntryIsStarred breaking on OGL page #62

Closed
devonjones opened this issue Jul 1, 2012 · 0 comments
Closed

EntryIsStarred breaking on OGL page #62

devonjones opened this issue Jul 1, 2012 · 0 comments
Assignees
Labels
Milestone

Comments

@devonjones
Copy link
Owner

java.lang.RuntimeException: Unable to start activity ComponentInfo{org.evilsoft.pathfinder.reference/org.evilsoft.pathfinder.reference.DetailsActivity}: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1651)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
at android.app.ActivityThread.access$1500(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3691)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:847)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:257)
at java.util.ArrayList.get(ArrayList.java:311)
at org.evilsoft.pathfinder.reference.db.user.CollectionAdapter.entryIsStarred(CollectionAdapter.java:117)
at org.evilsoft.pathfinder.reference.DetailsWebViewClient.refreshStarButtonState(DetailsWebViewClient.java:172)
at org.evilsoft.pathfinder.reference.DetailsWebViewClient.renderPfsrd(DetailsWebViewClient.java:153)
at org.evilsoft.pathfinder.reference.DetailsWebViewClient.shouldOverrideUrlLoading(DetailsWebViewClient.java:100)
at org.evilsoft.pathfinder.reference.DetailsViewFragment.updateUrl(DetailsViewFragment.java:66)
at org.evilsoft.pathfinder.reference.DetailsActivity.setUpViewer(DetailsActivity.java:111)
at org.evilsoft.pathfinder.reference.DetailsActivity.onCreate(DetailsActivity.java:72)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
... 11 more
java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:257)
at java.util.ArrayList.get(ArrayList.java:311)
at org.evilsoft.pathfinder.reference.db.user.CollectionAdapter.entryIsStarred(CollectionAdapter.java:117)
at org.evilsoft.pathfinder.reference.DetailsWebViewClient.refreshStarButtonState(DetailsWebViewClient.java:172)
at org.evilsoft.pathfinder.reference.DetailsWebViewClient.renderPfsrd(DetailsWebViewClient.java:153)
at org.evilsoft.pathfinder.reference.DetailsWebViewClient.shouldOverrideUrlLoading(DetailsWebViewClient.java:100)
at org.evilsoft.pathfinder.reference.DetailsViewFragment.updateUrl(DetailsViewFragment.java:66)
at org.evilsoft.pathfinder.reference.DetailsActivity.setUpViewer(DetailsActivity.java:111)
at org.evilsoft.pathfinder.reference.DetailsActivity.onCreate(DetailsActivity.java:72)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
at android.app.ActivityThread.access$1500(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3691)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:847)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
at dalvik.system.NativeStart.main(Native Method)

@ghost ghost assigned johnerickson Jul 1, 2012
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

2 participants