Posts that Abyssus is monitoring

Subscribe to Posts that Abyssus is monitoring 8 posts found

Nov 16, 2008
Avatar Antel 67 posts

Topic: Scrubyt::ResultDumper (NameError)

post version of ruby and scrubyt gem.

 
Jul 16, 2007
Avatar scrubber 439 posts

Topic: Scrubyt::ResultDumper (NameError)

Well, it’s a rewrite not scheduled for any particular release – currently we are fighting with much bigger problems, so this has quite a low priority at the moment. This does not mean it won’t be added back, but I don’t know when.

 
Jul 13, 2007
Avatar stephan 1 post

Topic: Scrubyt::ResultDumper (NameError)

I’ve also got this problem (under gentoo). I’m using the most recent scrubyt – 0.3.0 – and whilst the result_dumper.rb file is included in the gem, it contains the text “NOT USED ANY MORE” and it’s not ‘required’ in scrubyt.rb. I’ve tried to require it myself but that doesn’t work, generating the following error when I run google_extractor.rb:

/usr/lib/ruby/gems/1.8/gems/RubyInlineAcceleration-0.0.1/lib/inline_acceleration.rb:101:in `method_missing’: undefined method `children’ for [[], [], [], [], [], [], [], [], [], []]:Scrubyt::ScrubytResult (NoMethodError) from /usr/lib/ruby/gems/1.8/gems/scrubyt-0.3.0/lib/scrubyt/output/result_dumper.rb:149:in `print_statistics_recursive’ from /usr/lib/ruby/gems/1.8/gems/scrubyt-0.3.0/lib/scrubyt/output/result_dumper.rb:81:in `print_statistics’ from google_extractor.rb:13

Scrubber, what is the rewrite you’re referring to?

 
Jun 1, 2007
Avatar whitefolkz 63 posts

Topic: Scrubyt::ResultDumper (NameError)

Ok, I thought I was losing my mind :). I’ve heard there are several problems with Ubuntu and ruby related software. I take the good with the bad when it comes to these things. I still remembering downloading Slackware off of cdrom.com (94 or 95 I think) and configuring the IRQ’s during install :(.... I’m pretty happy where things are at now :).

 
Jun 1, 2007
Avatar scrubber 439 posts

Topic: Scrubyt::ResultDumper (NameError)

I have seen tons of various problems on Ubuntu, but this time it is something more profane :-). The output system is under massive rewrite and there is no ResultDumper class anymore (nor it is possible to get the statistics at the moment, sorry). When the rewrite will be over, it will be added back.

 
Jun 1, 2007
Avatar whitefolkz 63 posts

Topic: Scrubyt::ResultDumper (NameError)

Are you on ubuntu by chance?

 
Jun 1, 2007
Avatar Lewcid 11 posts

Topic: Scrubyt::ResultDumper (NameError)

It’s happening to me as well.

 
Jun 1, 2007
Avatar whitefolkz 63 posts

Topic: Scrubyt::ResultDumper (NameError)

I’m getting an error: uninitialized constant Scrubyt::ResultDumper (NameError)

This of course is showing up whenever I’m calling: Scrubyt::ResultDumper.print_statistics(myspaceCheck)

Any ideas? This is only happening on this system (Ubuntu 7.04). I can take the same exact code and go to a different system (debian) and not have any problems. It’s also happening in all the examples so I know it’s not just my code.