Skip to content
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

Open
Martan404 opened this issue Oct 29, 2015 · 4 comments
Open

Search often fail #149

Martan404 opened this issue Oct 29, 2015 · 4 comments

Comments

@Martan404
Copy link

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?

@ghost
Copy link

ghost commented Feb 19, 2016

I have the same issue, YouTube search has never worked for me. I use the latest version from: http://getespera.com/
Have you ever been able to use the YT search?


Windows 10 64-bit

@jasper-d
Copy link

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

@jasper-d
Copy link

I'm working on it: jasper-d@9e63e47 (you will need to provide a proper API key to test it).
Searching videos works, but playback does not (downloading does though). Not sure what the problem is. Any idea @flagbug? I'm not familiar with ReactiveUI, so debugging is rather cumbersome.

@jasper-d
Copy link

Well, this looks bad. MediaElement doesn't support HTTPS and Youtube requires HTTPS. Could possibly work by using OWIN inbetween.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants