-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search often fail #149
Comments
I have the same issue, YouTube search has never worked for me. I use the latest version from: http://getespera.com/ Windows 10 64-bit |
I assume the Youtube API that Espera tries to query is not supported anymore. Espera makes an HTTP request like this: https://gdata.youtube.com/feeds/api/videos?q=foobar&max-results=50&safeSearch=none&orderby=relevance Youtube responds with HTTP/1.1 410 Gone |
I'm working on it: jasper-d@9e63e47 (you will need to provide a proper API key to test it). |
Well, this looks bad. MediaElement doesn't support HTTPS and Youtube requires HTTPS. Could possibly work by using OWIN inbetween. |
Searching on youtube always results in a "Search failed" and most of the time I search on Soundcloud I also get this issue. When searching on Soundcloud it's also really hard to find the song I'm looking for. Even tho I can find the song when searching directly on Soundclouds website it won't be found inside Espera.
Would it be possible to let us manually add songs to the playlist?
The text was updated successfully, but these errors were encountered: