Mathzx / zxLoLBoT

An easy to use python 3 framework for writing league of legends chat bots using the xmpp protocol.
MIT License
14 stars 0 forks source link

connect() got an unexpected keyword argument 'use_ssl' #12

Closed sanctusmob closed 9 years ago

sanctusmob commented 9 years ago

When i run the hello.py i get this error

python3 hello.py

Traceback (most recent call last): File "hello.py", line 16, in bot.connect() File "/root/lolbot/zxlolbot.py", line 279, in connect if self.xmpp.connect((str(serverIp[0]), self.port), use_ssl=True): TypeError: connect() got an unexpected keyword argument 'use_ssl'

sanctusmob commented 9 years ago

I resolve problem by installing the latest version of sleekxmpp (1.3.1)