We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloaded the latest bundle - running my command I get the below error - what am I missing ?
bash-3.2$ ./spotify-export.rb test2.txt /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- bundler/setup (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require' from ./spotify-export.rb:3:in `
require': cannot load such file -- bundler/setup (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
The text was updated successfully, but these errors were encountered:
I am also experiencing this problem
Sorry, something went wrong.
Are you in the bin folder when doing that ? If you are in the root, it's ./bin/spotify-export.rb.
bin
./bin/spotify-export.rb
I am still hitting this error, anyone solve it?
No branches or pull requests
Downloaded the latest bundle - running my command I get the below error -
what am I missing ?
bash-3.2$ ./spotify-export.rb test2.txt
'/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
require': cannot load such file -- bundler/setup (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
require'from ./spotify-export.rb:3:in `
bash-3.2$
The text was updated successfully, but these errors were encountered: