spotify-export icon indicating copy to clipboard operation
spotify-export copied to clipboard

No RubyUser on Windows - Could not load sqlite_adapter

Open Fellfalla opened this issue 8 years ago • 2 comments

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?

Fellfalla avatar Jul 08 '16 14:07 Fellfalla

Do you have SQLite installed as well?

jlund avatar Sep 30 '16 22:09 jlund

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

rudysandoval avatar Jan 04 '17 17:01 rudysandoval