Chimorris / npr-android-app

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

Cannot play WYPR podcasts #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Search for station WYPR
2. Select any podcast

What is the expected output? What do you see instead?
Expected podcast details to display but instead error message "There was an 
error retrieving the requested resource" is displayed

Please use labels and text to provide additional information.

Original issue reported on code.google.com by marshgos...@gmail.com on 14 Jul 2010 at 7:43

GoogleCodeExporter commented 8 years ago
The DOM parser split the podcast URL into three child nodes and app was only 
using first node.  Fixed text retrieval to fetch data from all child nodes that 
are present.

Original comment by marshgos...@gmail.com on 16 Jul 2010 at 6:20