Hi m00nie,
Thanks for your work.
I have tested the v1.3.
The 301 moved permanently error disappeared. The script gives fine result from
www.nemzetisport.hu & from
www.dw.com as well.
If i post a link from politico.eu containing quotation marks I get these strange results:
& # 8 2 1 6 ; grown-ups & # 8 2 1 7 ; & # 8 2 1 1 ; POLITICO.
But acc to google: & # 8 2 1 6 ; and & # 8 2 1 7 ; = quotation mark (left and right) and & # 8 2 1 1 ; = dash.
(just added space between the characters if a don't i get quotation marks and dash
)
Links from
https://www.origo.hu gives this error:
Tcl error [m00nie::linktitle::autoinfo]: can't read "status": no such variable
If i change this line
Code: Select all
putlog "m00nie::linktitle::gettitle $host returned status message of $status."
to
Code: Select all
putlog "m00nie::linktitle::gettitle $host returned status message of status."
the script runs but i get no result.
In DCC i write: .set errorInfo
Currently: can not find channel named "sock55e1c6436b60"
Currently: while executing
Currently: "eof $sock"
My locale:
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=en_GB.UTF-8
LC_TIME=hu_HU.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=en_GB.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_ADDRESS=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
LC_MEASUREMENT=en_GB.UTF-8
LC_IDENTIFICATION=en_GB.UTF-8
LC_ALL=
Thank you again!
Cheers