guilhermesad / rspotify

A ruby wrapper for the Spotify Web API
MIT License
717 stars 290 forks source link

undefined method `encode' for URI:Module #236

Open Keemtaker opened 3 years ago

Keemtaker commented 3 years ago

I keep getting this error "undefined method `encode' for URI:Module" when I try to call the api methods. I have to stress that I do not get this error when I downgrade to Ruby 2.6.3. It seems like Ruby 3.0.0 has not support for URI encode.

I explain in detail on this stackoverflow post