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

New error? #24

Open fredericoabraham opened 1 year ago

fredericoabraham commented 1 year ago

Hello all. Have you been able to use spotify-export? I have been using it for years, but now, I get:

Traceback (most recent call last): 14: from /home/ugah/bin/spotifyexport/spotify-export/bin/spotify-export.rb:6:in <main>' 13: from /home/ugah/bin/spotifyexport/spotify-export/bin/spotify-export.rb:6:inrequire_relative' 12: from /home/ugah/googledrive/files/bin/spotifyexport/spotify-export/lib/spotify-playlist.rb:1:in <top (required)>' 11: from /home/ugah/googledrive/files/bin/spotifyexport/spotify-export/lib/spotify-playlist.rb:1:inrequire_relative' 10: from /home/ugah/googledrive/files/bin/spotifyexport/spotify-export/lib/spotify-track.rb:3:in <top (required)>' 9: from /home/ugah/googledrive/files/bin/spotifyexport/spotify-export/lib/spotify-track.rb:3:inrequire_relative' 8: from /home/ugah/googledrive/files/bin/spotifyexport/spotify-export/lib/spotify-cache.rb:6:in <top (required)>' 7: from /home/ugah/googledrive/files/bin/spotifyexport/spotify-export/lib/spotify-cache.rb:7:in' 6: from /usr/share/rubygems-integration/all/gems/activerecord-6.0.3.7/lib/active_record/connection_handling.rb:51:in establish_connection' 5: from /usr/share/rubygems-integration/all/gems/activerecord-6.0.3.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:1054:inestablish_connection' 4: from /usr/share/rubygems-integration/all/gems/activerecord-6.0.3.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:1134:in remove_connection' 3: from /usr/share/rubygems-integration/all/gems/activerecord-6.0.3.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:1163:inowner_to_pool' 2: from /var/lib/gems/2.7.0/gems/concurrent-ruby-1.0.2/lib/concurrent/map.rb:100:in []' 1: from /usr/share/rubygems-integration/all/gems/activerecord-6.0.3.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:998:inblock in create_owner_to_pool' /usr/share/rubygems-integration/all/gems/activerecord-6.0.3.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:1011:in discard_unowned_pools': undefined methodeach' for #<Concurrent::Map:0x0

It seems login was successful, got a login notification via email and everything.

Thank you, -- Fred