kwill1429 / pandora-musicbox

Automatically exported from code.google.com/p/pandora-musicbox
0 stars 0 forks source link

Handle Unexpected Errors Better #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The nature of the application implies that internal errors will occur from time 
to time. We need to ensure that changes to the Pandora API do not crash the 
MediaPortal plugin. 

We should wrap all calls to the lower API with try catch blocks and handle 
unexpected errors gracefully.

Original issue reported on code.google.com by conrad.john on 9 Aug 2010 at 5:31

GoogleCodeExporter commented 9 years ago
Added additional error handling in r49. Code review welcome!

Original comment by conrad.john on 27 Aug 2010 at 4:38