I'm having trouble getting the tutorial project working. I've placed it under homedir/Spotify/Tutorial

In side spotify i enter spotify:app:Tutorial and it asks me if i want to add it to the side bar, which i do. When choosing it its a blank page. Opening up the inspector i see this:

<html>
  <head></head>
  <body></body>
</html>

Any clues whats wrong? I'm running spotify version 0.8.0.952.g.0298b8ce and i have a developer account.

Thanks in advance /Eric

link|improve this question
feedback

2 Answers

up vote 10 down vote accepted

When I take a working app and rename it with a capital letter I get the same behaviour you are describing, try renaming your directory from Tutorial to tutorial then load the app with spotify:app:tutorial

link|improve this answer
That worked! Thanks for your help – HorseFace Jan 4 at 20:24
Yep, can confirm that Spotify only appears to like app folder names in lowercase. Had the same problem. – Henry Cooke Jan 7 at 18:58
Thanks for this answer! I was scratching my head for quite a while, there. :) – Christian Nunciato Feb 23 at 23:39
feedback

if you look at index.html in the body tag there is a variable call 'tutorial' I believe it calls for that when you ask for spotify:app:tutorial since there is no 'Tutorial' variable it returns nothing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.