Khan / khan-mobile

You’re probably looking for www.github.com/khan/mobile
237 stars 34 forks source link

When you are offline, the first downloaded video you look at gives you the "network error" message #101

Closed jasonrr closed 13 years ago

jasonrr commented 13 years ago

Repro:

  1. Download videos for offline viewing
  2. Cold start the app (make sure it isn't already running)
  3. Go to a downloaded video and see the error in all its glory

It goes away when you tap on another downloaded video and doesn't seem to come back.

adamjernst commented 13 years ago

Huh. Interesting one. Will investigate.

adamjernst commented 13 years ago

Ah, I know. video_status is processed after playlist= and video=.

adamjernst commented 13 years ago

Fixed in 6fd7aea09. This is a major change to queryWatch and should be tested thoroughly (user login/logouts, offline/online transitions, share/download, etc.).