Anthony Liekens
Anthony Liekens

Reputation: 1081

Spotify's "Sorry, I could not find this app"

As in the API documentation, I have created a ~/Spotify/myapp/index.html (on a Mac) but when loading spotify:app:myapp from the search bar in Spotify (preview version that supports apps) I get a "Sorry, I could not find this app" message.

What am I missing (this should be all for a "Hello World" according to the docs, right? Is there a way I can debug this to better understand the problem?

Upvotes: 4

Views: 2557

Answers (5)

subharb
subharb

Reputation: 3472

What I got wrong is that insite "Spotify" folder you have to create "Tutorial" folder, in my case all the files were on Spotify and not in Tutorial.

Upvotes: 0

roctimo
roctimo

Reputation: 894

Something else to keep in mind! I was trying to create my app with an underscore in the name, and for some reason it choked up the application. As soon as I removed the underscore and kept it to just letters, it worked fine. shrug

Upvotes: 1

shaunix
shaunix

Reputation: 667

I just made a video explaining how to solve this.

http://www.youtube.com/watch?v=paqq3h1UJhU

Basically you need to go to the Spotify.app -> Contents -> Resources -> cef_views ; and drop your stuff in there.

Upvotes: 1

tobias_
tobias_

Reputation: 478

It sounds like you did not apply for being a developer at Spotify. Do you have a menu item called Develop and have the ability to right-click inside given apps?

If not, you need to have developer capabilities activated by Spotify. You can do so on their Site. Your account will probably not be activated instantly.

Upvotes: 9

Jan Dragsbaek
Jan Dragsbaek

Reputation: 8101

So according to the docs you posted yourself, you need, in spotifys current form, to name your folder appstore.

Your application will appear in the sidebar in future builds - for now, please name the folder of your application “appstore” to have it appear in the sidebar. Please name your application accordingly in the manifest, and that very name will appear in the sidebar.

Upvotes: 0

Related Questions