fongecore / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Enter one-line summary #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. type rrip_cli
2.
3.

What is the expected output? What do you see instead?
I expect it to fetch freedb results or ask me if I want to rip all tracks,
but instead it says this:  
"Fetching freedb info...
./rr_lib.rb:422:in `+': can't convert nil into String (TypeError)
        from ./rr_lib.rb:422:in `cd_vars'
        from ./rr_lib.rb:415:in `each'
        from ./rr_lib.rb:415:in `cd_vars'
        from ./rr_lib.rb:388:in `freedb_choice'
        from ./rr_lib.rb:362:in `cddb_query'
        from ./rr_lib.rb:345:in `make_internet_contact'
        from ./rr_lib.rb:329:in `freedb'
        from /usr/bin/rrip_cli:194:in `get_cd_info'
        from /usr/bin/rrip_cli:184:in `main'
        from /usr/bin/rrip_cli:31:in `initialize'
        from /usr/bin/rrip_cli:291:in `new'
        from /usr/bin/rrip_cli:291
"

What version of rubyripper are you using? On what operating system? Are you
using the gtk2 or the commandline interface?
I am using ubuntu 7.04, with rubyripper .0.4.1.  I installed it via apt
from the rarewares repo.  I have little experience with linux, but I have
abcde working well enough, so I thought that my problems might also be
other people's, and you might be able to use my feedback.

Please provide any additional information below.
If you want some help making a walkthrough to use this, with such
information as how to start it and configure rubyripper, I can help with that!

Original issue reported on code.google.com by esprit.t...@gmail.com on 1 Jul 2007 at 8:44

GoogleCodeExporter commented 8 years ago
This is a known problem of the 0.4.1 release. It's already fixed in SVN.

Original comment by rubyripp...@gmail.com on 2 Jul 2007 at 8:01