pccasto / rubyripper

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

Won't rip with FreeDB fetching disabled #226

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Turn off freedb fetching
2. attempt to rip disc
3. The Gui does not match inserted CD.  Scan drive first error message

What is the expected output? What do you see instead?

What version of rubyripper are you using? On what operating system? Are you
using the gtk2 or the commandline interface?
svn291

Please provide any additional information below.
This has been going on for a while but I've forgotten to report it since
turning on freedb solved the issue.

Original issue reported on code.google.com by mordbr...@gmail.com on 7 Aug 2008 at 7:00

GoogleCodeExporter commented 8 years ago
I found the problem and fixed it.

Original comment by rubyripp...@gmail.com on 7 Aug 2008 at 8:04

GoogleCodeExporter commented 8 years ago
Hmmm.  now I get a crash:
$ ./rubyripper_gtk2.rb 
/home/user/src/rubyripper/svn/rr_lib.rb:108:in `dup': can't dup NilClass
     from /home/jebediah/src/rubyripper/svn/rr_lib.rb:108:in `clean'
     from /home/jebediah/src/rubyripper/svn/rr_lib.rb:167:in `get_filename'
     from /home/jebediah/src/rubyripper/svn/rr_lib.rb:1394:in `prepare_dirs'
     from /home/jebediah/src/rubyripper/svn/rr_lib.rb:1392:in `each'
     from /home/jebediah/src/rubyripper/svn/rr_lib.rb:1392:in `prepare_dirs'
     from /home/jebediah/src/rubyripper/svn/rr_lib.rb:1325:in `settings_ok'
     from ./rubyripper_gtk2.rb:220:in `start_rip'
     from ./rubyripper_gtk2.rb:88:in `create_signals'
     from ./rubyripper_gtk2.rb:1117:in `call'
     from ./rubyripper_gtk2.rb:1117:in `main'
     from ./rubyripper_gtk2.rb:1117

Original comment by mordbr...@gmail.com on 7 Aug 2008 at 6:55