Espera icon indicating copy to clipboard operation
Espera copied to clipboard

Search often fail

Open Martan404 opened this issue 9 years ago • 4 comments

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?

Martan404 avatar Oct 29 '15 18:10 Martan404

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

ghost avatar Feb 19 '16 14:02 ghost

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 avatar May 25 '16 17:05 jasper-d

I'm working on it: https://github.com/jasper-d/Espera/commit/9e63e47d255effebc37f5ad6fb3f796669a89610 (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 avatar Jun 21 '16 00:06 jasper-d

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

jasper-d avatar Jun 21 '16 19:06 jasper-d