Marco Milanesi
Marco Milanesi
Hello and happy new year @mihaiolteanu ! 🎉 Yup, `vuiet-info-playing-track-album` opens a buffer with the song that is played, however if the song changes and I redo `vuiet-info-playing-track-album` that buffer...
@mihaiolteanu it does for a short time. i.e. * play a song * `vuiet-next` * `(vuiet--playing-track)` it shows the track name * `vuiet-next` * `(vuiet--playing-track)` It show the track name...
And then, sometimes. `(vuiet--playing-track)` It prints again correctly the track. Can I enable some backtrace thing? It might help to diagnose the issue? Thanks a lot man for the support
I was able to obtain ```elisp Debugger entered--Lisp error: (wrong-type-argument stringp nil) edebug(error (wrong-type-argument stringp nil)) split-string(nil "=" nil) s-split("=" nil) vuiet--track-from-youtube-url(nil) vuiet--mpv-playing-track() #f(compiled-function (event) #)(((event . "file-loaded"))) run-hook-with-args(#f(compiled-function (event)...
Oh, one other note. I am using ```elisp (setq vuiet-youtube-dl-command "yt-dlp")` ``` as a `vuiet-youtube-dl-command`. I am wondering if it might make a difference..
This is the return value of `(mpv-get-property "filename") ` "watch?v=PTAacByc5wA" and ```elisp (vuiet--track-from-youtube-url (mpv-get-property "filename")) #s(vuiet-track "Tiromancino" "Come l'aria" "4:47") ``` Maybe it's the apostrophe? `'` 🤔 If you have...
I can live with it, but yes, it's weird 🤷🏾♂️ Thanks again for all the support 🙇🏾
Hey there, I was able to collect a little bit more info: I did: 1. `vuiet-play-track-search` and searched for `Abitudine` by `Subsonica` 2. I put `edebug` on `(vuiet-info-playing-track-album)` and I...
eheh. ;) By the way, what `mpv` version do you have?
I have a similar error reported in https://github.com/parroty/exvcr/issues/159#issuecomment-705386461 ```elixir :erlang.apply([], :options, []) (exvcr 0.12.1) lib/exvcr/handler.ex:30: ExVCR.Handler.get_response_from_cache/2 (exvcr 0.12.1) lib/exvcr/handler.ex:20: ExVCR.Handler.get_response/2 (httpoison 1.7.0) lib/httpoison/base.ex:796: HTTPoison.Base.request/6 (goth 1.2.0) lib/goth/client.ex:83: Goth.Client.get_access_token/3 (goth 1.2.0)...