From baa16222f64f58251da1d6fab4a27b0f4d5411c9 Mon Sep 17 00:00:00 2001 From: Michal Orlik Date: Sat, 17 Mar 2018 15:29:16 +0100 Subject: [PATCH] integration/spotify: Add e.stack to refresh token for more information --- libs/integrations/spotify.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/integrations/spotify.js b/libs/integrations/spotify.js index 5d220d6b845..1eee5abedce 100644 --- a/libs/integrations/spotify.js +++ b/libs/integrations/spotify.js @@ -65,6 +65,7 @@ class Spotify { } } catch (e) { global.log.error('Spotify refresh token failed') + global.log.error(e.stack) } setTimeout(() => this.IRefreshToken(), 60000) }