| View previous topic :: View next topic |
| Author |
Message |
DeeWoo Voice
Joined: 04 Mar 2013 Posts: 3
|
Posted: Mon Mar 04, 2013 3:31 pm Post subject: ripecheck errors |
|
|
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 |
|
| Back to top |
|
 |
Madalin Master

Joined: 24 Jun 2005 Posts: 310 Location: Constanta, Romania
|
Posted: Mon Mar 04, 2013 3:45 pm Post subject: |
|
|
We need to see the code first _________________ https://github.com/MadaliNTCL - To chat with me: https://tawk.to/MadaliNTCL |
|
| Back to top |
|
 |
DeeWoo Voice
Joined: 04 Mar 2013 Posts: 3
|
Posted: Mon Mar 04, 2013 3:48 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
Madalin Master

Joined: 24 Jun 2005 Posts: 310 Location: Constanta, Romania
|
Posted: Mon Mar 04, 2013 3:51 pm Post subject: |
|
|
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 _________________ https://github.com/MadaliNTCL - To chat with me: https://tawk.to/MadaliNTCL |
|
| Back to top |
|
 |
Madalin Master

Joined: 24 Jun 2005 Posts: 310 Location: Constanta, Romania
|
Posted: Mon Mar 04, 2013 4:18 pm Post subject: |
|
|
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. _________________ https://github.com/MadaliNTCL - To chat with me: https://tawk.to/MadaliNTCL |
|
| Back to top |
|
 |
DeeWoo Voice
Joined: 04 Mar 2013 Posts: 3
|
Posted: Mon Mar 04, 2013 4:53 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
|