Open dsylla opened 3 years ago
Unfortunately I don't have access to a similar hardware and OS in order to debug this. Other people who do might be able to help.
I'm having the same behaviour on Linux except I'm not getting a *Backtrace*
it just silently fails. I can access my playlists fine so there's no auth issue.
EDIT: with debug-on-error
on I also get a failure relating to /me/player/devices
EDIT 2: Managed to capture output from *URL-DEBUG*
https://gist.github.com/elken/4df5a2dc38506ed0c2da7318018821e7
EDIT 3: It actually seems to fail on Spotify's end too :/ https://developer.spotify.com/console/get-user-player/ fails for me with an unfulfilled promise
EDIT 4: Issue located, if there is no applicable device to play music on, /me/player
returns a 204 which should probably be handled
Yes @elken I think the *Backtrace*
buffer is from my "distribution" of Emacs (Doom Emacs).
Maybe the issue is not only from the package itself ... I'm not that good in Elisp so I'm not sure but from your output it seems like a there is also an issue with SSL ?
UPDATE: I'm now able to load my playlists and a specific playlist but when I try to play a song nothing appends, and this time no error or trace whatsoever.
Nothing changed on my computer since my initial report. This leads me to think that maybe the issue is with Spotify API itself ...
You have to have at least 1 device with Spotify open/able to stream to
Hi @dsylla -
I was getting this issue as well and have found some issues with Emacs' http request libraries. I've got a pull request submitted that uses request.el
instead and it's behaving well. Maybe keep an eye on that and/or test it out?
@dsylla with the last PR merge, this issue should be resolved
Hello,
I'm having an issue during the connexion process
I'm on MacOS Big Sur 11.1 with GNU Emacs 27.1
my config.el
This is the output I get after a while in
*Backtrace*
Thanks in advance