pilhuhn / ZwitscherA

A micro blogging client for Android
http://bsd.de/zwitscher
Other
71 stars 30 forks source link

java.lang.NullPointerException: value == null #164

Closed pilhuhn closed 11 years ago

pilhuhn commented 11 years ago
java.lang.NullPointerException: value == null
at java.util.Hashtable.put(Hashtable.java:367)
at de.bsd.zwitscher.TwitterHelper.postPicture(TwitterHelper.java:985)
at de.bsd.zwitscher.UpdateStatusService.onHandleIntent(UpdateStatusService.java:93)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.os.HandlerThread.run(HandlerThread.java:60)