diff --git a/player.js b/player.js index 1c7d74b..42c9804 100644 --- a/player.js +++ b/player.js @@ -86,6 +86,9 @@ app.get('/play', function(req,resp){ //add other headers here... }); } + catch(exception){ + console.log(exception); + } resp.end(); }); });