I wrote a script, that reads some information from a webpage and pasts it in the channel.
Everytime I start it i get the same error:
TCL error [hype]: can't wait for variable "::http::5(status)": would wait forever
the syntax is:
set token [http::geturl $query -channel $out -progress ::http::Progress -blocksize 4096]
does anybody know what that mean ?