jlund / spotify-export

A simple Ruby utility that uses Spotify's Web API to export a playlist as plain text
MIT License
293 stars 42 forks source link

No RubyUser on Windows - Could not load sqlite_adapter #11

Open Fellfalla opened 8 years ago

Fellfalla commented 8 years ago

using bin\spotify-export.rb "myList.txt" I get following error message:

C:/Ruby/Ruby23/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274:in `require': Could not load 'active_record/connection_adapters/sqlite3_adapter'. Make sure that the adapter in config/database.yml is valid. If you use an adapter other than 'mysql', 'mysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile. (LoadError)

I executed following commands: gem install bundler bundle install

and in addition to that, i've executed following commands: gem install activerecord gem install sqlite3

Any ideas?

jlund commented 7 years ago

Do you have SQLite installed as well?

rudysandoval commented 7 years ago

Try installing Ruby 2.2, I couldn't run it on 2.3.