gco / rubyripper

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

Crash: undefined method `toc' #530

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DEBUG: cdparanoia -Z [.0]-[.16415] -d /dev/cdrom -O 6 
"/Music/incoming/temp_cdrom/track_1_2.wav"
rubyripper/lib/rubyripper/disc/disc.rb:91:in `method_missing': undefined method 
`toc' for #<ScanDiscCdparanoia:0x00000002b27878> (NoMethodError)
    from rubyripper/lib/rubyripper/secureRip.rb:112:in `deEmphasize'
    from rubyripper/lib/rubyripper/secureRip.rb:99:in `ripTrack'
    from rubyripper/lib/rubyripper/secureRip.rb:69:in `block in ripTracks'
    from rubyripper/lib/rubyripper/secureRip.rb:66:in `each'
    from rubyripper/lib/rubyripper/secureRip.rb:66:in `ripTracks'
    from rubyripper/lib/rubyripper/rubyripper.rb:62:in `startRip'
    from ./bin/rubyripper_gtk2:384:in `block in updateInterfaceAndStartRip'

Original issue reported on code.google.com by ha...@hawkesnest.net on 10 Jul 2012 at 4:26

GoogleCodeExporter commented 9 years ago
n.b. using master, not stable.

Original comment by ha...@hawkesnest.net on 10 Jul 2012 at 4:27

GoogleCodeExporter commented 9 years ago
This is fixed in current master, I have started to repair the cuesheet 
generation class. For now it's not that usefull, only the scanning takes place, 
the actual cuesheet generation does not. Better disable this for now.

Original comment by boukewou...@gmail.com on 31 Jul 2012 at 9:19

GoogleCodeExporter commented 9 years ago
Some more work on this was done tonight. The background scanning feature is 
restored, also the specs are fixed. The cuesheet thing is next on the list.

Original comment by boukewou...@gmail.com on 1 Aug 2012 at 8:06

GoogleCodeExporter commented 9 years ago
This is working again for image rips, the cuesheet is also saved.

Have to do some more work to get the cuesheet working for track based ripping.

Original comment by boukewou...@gmail.com on 30 Sep 2012 at 6:59

GoogleCodeExporter commented 9 years ago
The cuesheet should be working again. Well this bug at least does not occur 
anymore.

Original comment by boukewou...@gmail.com on 21 Oct 2012 at 11:56