From 421f88a077667d8f7b41dc836fd7dc4fdedd90a2 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 31 Aug 2017 12:59:34 -0400 Subject: [PATCH] add console log for error alert so we can figure out what is happening --- ui/js/actions/content.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/js/actions/content.js b/ui/js/actions/content.js index 150eed7ef..69c717e88 100644 --- a/ui/js/actions/content.js +++ b/ui/js/actions/content.js @@ -305,6 +305,7 @@ export function doLoadVideo(uri) { } }) .catch(error => { + console.log(error); dispatch({ type: types.LOADING_VIDEO_FAILED, data: { uri },