Markus Herzog
Markus Herzog
Are you calling RSpotify.authenticate before each request? Or just in the initializer?
Calling RSpotify.authenticate in each request will fix your problem. You might also want to look at issue #63. The app-credendtials expire, too, but they're not refreshed automatically like the user...
rspotify uses spotifydiscover (the owner of the weekly mix) to fetch the tracks of the weekly mix. Since we don't have the access token for that user, rspotify puts the...
@n-rodriguez sure, i've rebased my branch now (sorry for the delay ;-))
I'm experiencing the same issue: ```ruby irb(main):015:0> RedCloth.new("abc def ghi äöü xyz").to_html # or .to_latex => "abc def ghi" ``` Only instead of inside a Docker container, this is in...