tengel / wetterbot

XMPP bot for weather warnings
3 stars 0 forks source link

How to install #1

Closed kriztan closed 9 years ago

kriztan commented 9 years ago

Can you write a readme how to install this bot?

tengel commented 9 years ago

To run the bot just enter the credentials of an existing jabber account in data/config.txt and run src/wetterbot.py. If you like to try the bot without running it: An instance of the bot is running on wetterbot@jabber.ccc.de.

On 15.04.2015 18:25, Christian S. wrote:

Can you write a readme how to install this bot?


Reply to this email directly or view it on GitHub: https://github.com/tengel/wetterbot/issues/1

kriztan commented 9 years ago

Thank for your help, but I'm always getting the following error:

Traceback (most recent call last): File "./wetterbot.py", line 163, in wetterbot.run() File "./wetterbot.py", line 114, in run self.jabclnt.shutdown() AttributeError: WetterBot instance has no attribute 'jabclnt'

Do you have an idea?

tengel commented 9 years ago

Apparently the bot is unable to connect to the xmpp server. There should be a message in wetterbot.log. I fixed a bug which might be responsible for the problem. There is an option xmppdebug on config.txt now. If set to True, lot of debug information is printed to stderr.

kriztan commented 9 years ago

Thanks a lot, I've got it working!