rlishtaba / rubyripper

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

Crash RubyRipper from git repo #386

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Download RubyRipper from GitHub
2.Start ripping disc

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

/home/kompot/src/rubyripper/rr_lib.rb:1472:in allFilter': undefined
methodresponse_to?' for "/home/kompot/music/Marschak/2004 -
Marschak":String (NoMethodError)

from /home/kompot/src/rubyripper/rr_lib.rb:1447:in `fileFilter'
from /home/kompot/src/rubyripper/rr_lib.rb:1299:in `giveDir'
from /home/kompot/src/rubyripper/rr_lib.rb:1277:in `setDirectory'
from /home/kompot/src/rubyripper/rr_lib.rb:1275:in `each'
from /home/kompot/src/rubyripper/rr_lib.rb:1275:in `setDirectory'
from /home/kompot/src/rubyripper/rr_lib.rb:1216:in `initialize'
from /home/kompot/src/rubyripper/rr_lib.rb:2256:in `new'
from /home/kompot/src/rubyripper/rr_lib.rb:2256:in `settingsOk'
from ./rubyripper_cli.rb:424:in `prepareRip'
from ./rubyripper_cli.rb:345:in `showFreedbOptions'
from ./rubyripper_cli.rb:319:in `showFreedb'
from ./rubyripper_cli.rb:287:in `handleFreedb'
from ./rubyripper_cli.rb:266:in `get_cd_info'
from ./rubyripper_cli.rb:49:in `initialize'
from ./rubyripper_cli.rb:510:in `new'
from ./rubyripper_cli.rb:510

1) What version of rubyripper are you using? On what operating system?
->

2) Are you using the gtk2 or the commandline interface?
-> 

3) Is the problem gone with the default settings? If so, please attach your
settings file ($HOME/.rubyripper/settings).
->regardless

4) Does the problem only happen on a specific disc? If so, please attach
the output of cdparanoia -Q. Also the freedb output would be nice if it may
be related to it.
->cdparanoia III release 10.2 (September 11, 2008)

Table of contents (audio tracks only):
track        length               begin        copy pre ch
===========================================================
  1.    14841 [03:17.66]        0 [00:00.00]    no   no  2
  2.    16683 [03:42.33]    14841 [03:17.66]    no   no  2
  3.    14833 [03:17.58]    31524 [07:00.24]    no   no  2
  4.    13864 [03:04.64]    46357 [10:18.07]    no   no  2
  5.    14610 [03:14.60]    60221 [13:22.71]    no   no  2
  6.    13150 [02:55.25]    74831 [16:37.56]    no   no  2
  7.    20133 [04:28.33]    87981 [19:33.06]    no   no  2
  8.    15022 [03:20.22]   108114 [24:01.39]    no   no  2
TOTAL  123136 [27:21.61]    (audio only)

Original issue reported on code.google.com by Virusma...@gmail.com on 9 Dec 2009 at 5:29

GoogleCodeExporter commented 8 years ago
This is already fixed I believe, since I cannot find this method named in 
latest 
sources.

Original comment by boukewou...@gmail.com on 4 Feb 2010 at 8:54