prabhjas / npr-android-app

Automatically exported from code.google.com/p/npr-android-app
0 stars 0 forks source link

FC when streaming WUKY #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. search for WUKY
2. Select station stream
3. FC occurs:
12-30 12:21:11.107: ERROR/AndroidRuntime(15360): java.lang.NullPointerException
12-30 12:21:11.107: ERROR/AndroidRuntime(15360):     at 
org.npr.android.util.PlsParser.getUrls(PlsParser.java:41)
12-30 12:21:11.107: ERROR/AndroidRuntime(15360):     at 
org.npr.android.news.PlaybackService.downloadPlaylist(PlaybackService.java:468)
12-30 12:21:11.107: ERROR/AndroidRuntime(15360):     at 
org.npr.android.news.PlaybackService.listen(PlaybackService.java:203)
12-30 12:21:11.107: ERROR/AndroidRuntime(15360):     at 
org.npr.android.news.ListenActivity.listen(ListenActivity.java:304)
12-30 12:21:11.107: ERROR/AndroidRuntime(15360):     at 
org.npr.android.news.ListenActivity.startListening(ListenActivity.java:315)
12-30 12:21:11.107: ERROR/AndroidRuntime(15360):     at 
org.npr.android.news.ListenActivity.access$14(ListenActivity.java:308)
12-30 12:21:11.107: ERROR/AndroidRuntime(15360):     at 
org.npr.android.news.ListenActivity$4.run(ListenActivity.java:214)
12-30 12:21:11.107: ERROR/AndroidRuntime(15360):     at 
java.lang.Thread.run(Thread.java:1096)

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

Please use labels and text to provide additional information.

Original issue reported on code.google.com by marshgos...@gmail.com on 30 Dec 2010 at 5:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Confirmed that this is an android issue and not a data issue. The same file 
works fine on the iphone application.
The source file: http://128.163.13.228:8000/listen.pls

[playlist]
NumberOfEntries=1
File1=http://128.163.13.228:8000/

There is a pre-roll, but it is baked in to that single file.
Also shoutcast server.

Original comment by kate.my...@gmail.com on 30 Dec 2010 at 5:36

GoogleCodeExporter commented 9 years ago
Issue 52 has been merged into this issue.

Original comment by jeremy.w...@gmail.com on 30 Dec 2010 at 10:55

GoogleCodeExporter commented 9 years ago
Resolved in revision 117

Original comment by jeremy.w...@gmail.com on 30 Dec 2010 at 10:58