User Control Panel
Advertisements

HELP US, HELP YOU!

Error in Command Prompt

 
Post new topic   Reply to topic    Bot Depot Forum Index -> AIM Protocol & questions
View unanswered posts
Author Message
danoman2001
Newbie
Newbie


Joined: 12 Apr 2004
Posts: 22

Reputation: 25.6Reputation: 25.6Reputation: 25.6

PostPosted: Wed Apr 14, 2004 2:07 am    Post subject: Reply with quote

When I am using my NET::AIM bot, I get this error constantly, it however does not sign me off, what does it mean?

PARSE: how many args in ' 2'?

I also get this error sometimes, which does sign the bot off...

Can't use an undefined value as a symbol reference at C:/Perl/site/lib/Net/AIM/Connection.pm line 781.

What are the problems? Thanks.
Back to top
antoniohawk
Newbie
Newbie


Joined: 07 Feb 2004
Posts: 18

Reputation: 27.7Reputation: 27.7Reputation: 27.7

PostPosted: Sat Apr 17, 2004 10:14 pm    Post subject: Reply with quote

I get that a lot too, though it has never signed me off.
Back to top
Tony_shu
God Like
God Like


Joined: 12 Nov 2003
Posts: 624

Reputation: 42.9Reputation: 42.9Reputation: 42.9Reputation: 42.9

PostPosted: Sat Apr 17, 2004 10:29 pm    Post subject: Reply with quote

The "PARSE: how many args in '2'?" print isn't an error...and doesn't kill the bot.

If you want to get rid of it:
  • Go to your Connection.pm (which should be ./site/lib/Net/AIM/Connection.pm)
  • Press Ctrl+G ... and TYPE 844 <- That should bring you to line 844
  • You can either delete this line, or comment it out (use #) ...its the line that says to print that annoying PARSE: stuff

_________________
Anthony Arslan
@-Squared Enterprises
MacroHard Corporation
Back to top
alienz
Almost An Agent
Almost An Agent


Joined: 22 Mar 2004
Posts: 1436
Location: Mars
Reputation: 55.7

PostPosted: Mon Apr 26, 2004 8:28 pm    Post subject: Reply with quote

I kind of like the PARSE: messages, they tell me the bot is running LOL
_________________
Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Mon Apr 26, 2004 8:32 pm    Post subject: Reply with quote

lol, you wanna see if the bot's running? Razz

Give it a heart beat!
Code:
my $heart_beat = 10; #10 loops<br /><br />my $loop = $heart_beat;<br />while (1) {<br />   $aim->do_one_loop();<br /><br />   $loop--;<br />   if ($loop <= 0) {<br />      print '*heart beats*' . "\n";<br />      $loop = $heart_beat;<br />   }<br />}


Very Happy

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
alienz
Almost An Agent
Almost An Agent


Joined: 22 Mar 2004
Posts: 1436
Location: Mars
Reputation: 55.7

PostPosted: Wed May 12, 2004 2:46 am    Post subject: Reply with quote

Just farting around here and...

I get the heart beat..but he still prints the PARSE every five heartbeats?

*heart beats*
*heart beats*
*heart beats*
*heart beats*
*heart beats*
PARSE how many args in ' 2?
*heart beats*
*heart beats*
*heart beats*
*heart beats*
*heart beats*

This is odd since I've got the PARSE commented out in connection.pm

_________________
Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> AIM Protocol & questions All times are GMT
Page 1 of 1

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group