In light of some instability with HTTP requests to the Spotify API (maybe incompatibilities between Emacs TCP connection lib & whatever the Spotify API is running), we could switch to using request.el (https://github.com/tkf/emacs-request) which will utilize curl if available.
In light of some instability with HTTP requests to the Spotify API (maybe incompatibilities between Emacs TCP connection lib & whatever the Spotify API is running), we could switch to using request.el (https://github.com/tkf/emacs-request) which will utilize
curl
if available.