fongecore / rubyripper

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

disabling freedb lookup causes crash #175

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. disable freedb lookup
2. start rip
3. crash

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

rr_lib.rb:520:in `save_response': undefined method `[]=' for nil:NilClass
(NoMethodError)
    from rr_lib.rb:533:in `update_yaml'
    from rr_lib.rb:1063:in `settings_ok'
    from rubyripper_gtk2.rb:222:in `start_rip'
    from rubyripper_gtk2.rb:221:in `initialize'
    from rubyripper_gtk2.rb:221:in `new'
    from rubyripper_gtk2.rb:221:in `start_rip'
    from rubyripper_gtk2.rb:96:in `create_signals'
    from rubyripper_gtk2.rb:1083:in `call'
    from rubyripper_gtk2.rb:1083:in `main'
    from rubyripper_gtk2.rb:1083

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

r195, linux, gtk2

Please provide any additional information below.

Original issue reported on code.google.com by hha...@gmail.com on 27 Feb 2008 at 12:15

GoogleCodeExporter commented 8 years ago
Fixed in commit 197. The error only occurred when no freedb.yaml file was 
created yet.

Original comment by rubyripp...@gmail.com on 5 Mar 2008 at 5:48