goto-dev-null / callisto-app

Callisto is a fan-made app for the content produced by Jupiter Broadcasting, a podcast network that delivers a variety of excellent shows with a thriving communtiy built around it.
Other
8 stars 3 forks source link

Intermittent crash when attempting to start streaming a show. #49

Open rikai opened 11 years ago

rikai commented 11 years ago

What steps will reproduce the problem?

  1. Try to load conacts section, never opens, back out.
  2. Open the chatroom, back out.
  3. Go to Play, choose fauxshow, choose latest episode, press stream.

Note: Not consistent, but i was able to make it happen several times over a series of attempts.

What is the expected output? What do you see instead?

Fauxshow plays, instead the app crashes.

What version of Callisto are you using? What device? What version of Android?

Callisto 0.8, Google Nexus 7 FHD, Android 4.3

goto-dev-null commented 11 years ago

I can reproduce this error (surprisingly?), and I believe it actually exposed several issues:

  1. An error in the contact form's AsyncTask
  2. I believe a problem with the ListView in the chat. An ongoing problem about updating the adapter without notifying the ListView. Which I still do not understand.

I have tried to remedy both problems.

goto-dev-null commented 11 years ago

Did not mean to close. woohoo.