Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks,

Can any one pls tell me about this error

"No result yet from repl at /usr/local/share/perl/5.14.2/MozRepl/RemoteObject.pm line 836." I dont know why it is coming !

I am looping some automation. First few will work without any issues, but then after some 100+ in the loop, I am getting this Error and will continue in the loop for some 40-50+

  • Comment on Error while doing automation with www::mechanize::firefox ! --------- (Error: "No result yet from repl at /usr/local/share/perl/5.14.2/MozRepl/RemoteObject.pm line 836.")

Replies are listed 'Best First'.
Re: Error while doing automation with www::mechanize::firefox ! --------- (Error: "No result yet from repl at /usr/local/share/perl/5.14.2/MozRepl/RemoteObject.pm line 836.")
by marto (Cardinal) on Nov 10, 2012 at 10:00 UTC

    "Can any one pls tell me about this error"

    It's a warning, not an error. Read the source of MozRepl::RemoteObject and consider debugging your application should you wish to dig deeper. Super Search returns a vast number of questions about these modules, some research may help you.