Covid19.tcl Tcl error "tls::socket ?options? host port"

If you want to install the latest tls to work :

First remove the tls-tcl (if installed)

sudo apt remove tcl-tls

For Ubuntu/Debian X64

wget http://archive.ubuntu.com/ubuntu/pool/universe/t/tcltls/tcl-tls_1.7.18-2_amd64.deb

For Ubuntu/Debian X86

wget http://archive.ubuntu.com/ubuntu/pool/universe/t/tcltls/tcl-tls_1.7.18-2_i386.deb

Then: 

sudo dpkg -i <deb package>

####################################################################################################

Other method :

If you receive the following error : Tcl error [corona:pub]: wrong # args: should be "tls::socket ?options? host port" it means that you dont have the latest tls package installed. If you dont want to install it try this following method.

cd /tmp
wget https://core.tcl-lang.org/tcltls/uv/tcltls-1.7.20.tar.gz
tar -xzf tcltls-1.7.20.tar.gz
cd tcltls-1.7.20
./configure
make (as root)
make install

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How To Install EggDrop

Eggdrop is the most advanced, most popular, and best supported IRC bot. If you’ve never used a...

Using Your Eggdrop

Log on to the partyline Now that your bot is online, you’ll want to join the partyline to...

Frequently Asked Questions

Eggdrop FAQ How to start my eggdrop? How do I make the bot auto-op people? How do I make the...

Configuring eggdrop with IPv6

IPv6 support This document provides information about IPv6 support which is eggdrop feature...

GeoIP.dat.gz and GeoLiteCity.dat.gz not longer available?

Are you trying to use any TCL that requires GeoIP database like BlackCountry tcl by BLaCkShaDoW?...

Powered by WHMCompleteSolution