mihaiolteanu / vuiet

The music player and explorer for Emacs
https://mihaiolteanu.me/vuiet
GNU General Public License v3.0
278 stars 15 forks source link

'get_property' failed #31

Closed shevchuk closed 3 years ago

shevchuk commented 4 years ago

Sometimes when start playing album using vuiet-play-album I get:

error in process filter: mpv-run-command: ‘get_property’ failed: property unavailable
error in process filter: ‘get_property’ failed: property unavailable

After several retries it starts to play.

mihaiolteanu commented 4 years ago

Only for an album play? I also get that error sometimes when trying to change the playlists. I believe mpv gets in a state when no track is loaded even though it erroneously returns that a track is actually loaded. It then tries to get that track property, and it fails. But I haven't manage to figure out the exact time and place where this error happens.

Thanks for you input! Everything working out ok otherwise?

mihaiolteanu commented 3 years ago

Solution: update the youtube-dl to the latest version, http://ytdl-org.github.io/youtube-dl/download.html