Skip to content

Instantly share code, notes, and snippets.

@Nilhcem
Created February 25, 2013 14:26
Show Gist options
  • Save Nilhcem/5030129 to your computer and use it in GitHub Desktop.
Save Nilhcem/5030129 to your computer and use it in GitHub Desktop.
Got this after I tried 3 times my linkedin password (could not remember it the first 2 times.) at last it worked, but app crashed just after. Otherwise great idea - I was actually planning to create an Android app resume similar to the one you made previously - I think it will be very instructing. Will you release the sources?
E/AndroidRuntime( 9811): FATAL EXCEPTION: main
E/AndroidRuntime( 9811): java.lang.RuntimeException: Could not dispatch event: class com.partycv.event.ProfileLoadedEvent to handler [EventHandler public void com.partycv.DisplayCvActivity.onProfileUpdated(com.partycv.event.ProfileLoadedEvent)]
E/AndroidRuntime( 9811): at com.squareup.otto.Bus.dispatch(Bus.java:370)
E/AndroidRuntime( 9811): at com.squareup.otto.Bus.dispatchQueuedEvents(Bus.java:352)
E/AndroidRuntime( 9811): at com.squareup.otto.Bus.post(Bus.java:322)
E/AndroidRuntime( 9811): at com.partycv.LinkedInClient$5.onSuccess(LinkedInClient.java:189)
E/AndroidRuntime( 9811): at com.partycv.LinkedInClient$5.onSuccess(LinkedInClient.java:1)
E/AndroidRuntime( 9811): at com.partycv.AsyncHandler$2.run(AsyncHandler.java:53)
E/AndroidRuntime( 9811): at android.os.Handler.handleCallback(Handler.java:615)
E/AndroidRuntime( 9811): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 9811): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9811): at android.app.ActivityThread.main(ActivityThread.java:4931)
E/AndroidRuntime( 9811): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9811): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 9811): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 9811): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
E/AndroidRuntime( 9811): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9811): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 9811): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9811): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 9811): at com.squareup.otto.EventHandler.handleEvent(EventHandler.java:70)
E/AndroidRuntime( 9811): at com.squareup.otto.Bus.dispatch(Bus.java:368)
E/AndroidRuntime( 9811): ... 14 more
E/AndroidRuntime( 9811): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 9811): at com.partycv.XPList.init(XPList.java:39)
E/AndroidRuntime( 9811): at com.partycv.DisplayCvActivity.displayProfile(DisplayCvActivity.java:201)
E/AndroidRuntime( 9811): at com.partycv.DisplayCvActivity.onProfileUpdated(DisplayCvActivity.java:85)
E/AndroidRuntime( 9811): ... 18 more
W/ActivityManager( 406): Force finishing activity com.partycv/.DisplayCvActivity
@pyricau
Copy link

pyricau commented Feb 25, 2013

Thank you for the feedback, I'll look into that.

The sources are in no condition to be released right now: this was a "hack in a few hours" project :) . Once I've added enough features, if I get enough time to clean the code, I'll consider this option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment