Created
July 30, 2011 16:40
-
-
Save jdlich/1115725 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TypeError: can't convert Hash into String | |
from /Users/Jacob/.rvm/gems/ruby-1.9.2-p290/gems/ruby-mp3info-0.6.15/lib/mp3info.rb:471:in `+' | |
from /Users/Jacob/.rvm/gems/ruby-1.9.2-p290/gems/ruby-mp3info-0.6.15/lib/mp3info.rb:471:in `to_s' | |
from (irb):2:in `puts' | |
from (irb):2:in `puts' | |
from (irb):2:in `block in irb_binding' | |
from /Users/Jacob/.rvm/gems/ruby-1.9.2-p290/gems/ruby-mp3info-0.6.15/lib/mp3info.rb:305:in `open' | |
from (irb):2 | |
from /Users/Jacob/.rvm/rubies/ruby-1.9.2-p290/bin/irb:16:in `<main>' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'mp3info' | |
Mp3Info.open('test.mp3') { |mp3| puts mp3 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment