From 9ccf8c2ce1868fe8add2e0433e88239243cfdd2a Mon Sep 17 00:00:00 2001 From: novatorem Date: Mon, 31 Aug 2020 07:52:29 -0400 Subject: [PATCH] Added debugging info --- SetUp.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/SetUp.md b/SetUp.md index 86f5dd6..7013487 100644 --- a/SetUp.md +++ b/SetUp.md @@ -69,4 +69,20 @@ Have a string saying either "Vibing to:" or "Last seen playing:". Customization requests can be submitted as an issue, like https://github.com/novatorem/novatorem/issues/2 -If you want to share your own customization options, open a PR if it's done or open an issue if you want it implemented by someone else. \ No newline at end of file +If you want to share your own customization options, open a PR if it's done or open an issue if you want it implemented by someone else. + +## Debugging + +If you have issues setting up, try following this [guide](https://youtu.be/n6d4KHSKqGk?t=615). + +Followed the guide and still having problems? +Try checking out the functions tab in vercel, linked as: +```https://vercel.com/{name}/spotify/{build}/functions``` + +
Which looks like- + +![image](https://user-images.githubusercontent.com/16753077/91338931-b0326680-e7a3-11ea-8178-5499e0e73250.png) + +

+ +You will see a log there, and most issues can be resolved by ensuring you have the correct variables from setup. \ No newline at end of file