This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

ripecheck errors

Support & discussion of released scripts, and announcements of new releases.
Post Reply
D
DeeWoo
Voice
Posts: 3
Joined: Mon Mar 04, 2013 3:28 pm

ripecheck errors

Post by DeeWoo »

So, I tried to use the 'ripecheck' script, and all I get are these errors.
I don't know enough TCL to fix this, any help is appreciated!

Tcl error [::ripecheck::pubRipeCheck]: can't read "::ripecheck::maskarray": no such variable

Tcl error [::ripecheck::pubRipeInfo]: can't read "::ripecheck::maskarray": no such variable

Tcl error [::ripecheck::whoisFindServer]: can't read "::ripecheck::maskarray": no such variable
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

Post by Madalin »

We need to see the code first
D
DeeWoo
Voice
Posts: 3
Joined: Mon Mar 04, 2013 3:28 pm

Post by DeeWoo »

Madalin wrote:We need to see the code first
*facepalm*

http://paste.tclhelp.net/?id=cp8

There we go.
Last edited by DeeWoo on Mon Mar 04, 2013 3:56 pm, edited 1 time in total.
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

Post by Madalin »

Please edit you post and use http://paste.tclhelp.net to copy paste you script and then just copy paste the link to see your script
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

Post by Madalin »

I cant really test the script because i don`t have 'package require ip' installed on the server but i looked in the script and the first check of ::ripecheck::maskarray is when it checks this file "scripts/iplist.txt". If that file is empty or doesnt exists you could have that error. Meaning that the scripts didnt worked as it should.
D
DeeWoo
Voice
Posts: 3
Joined: Mon Mar 04, 2013 3:28 pm

Post by DeeWoo »

The file 'iplist.txt' is there, it's readable and it's not empty.
But it's been ages since I've used this bot. Could you please point me in the right direction for the 'package require ip'? I tried some google, but I fail at google today :-(
It seems like I don't have that installed, so i might try that ;-)
Post Reply