[root@ mattermost_bot-1.0.16]# matterbot /opt/appl/source_files/mattermos t_bot-1.0.16/mattermost_bot/settings.py
[06/01/2016 10:16:30] Starting new HTTP connection (1): siik.oebb.at
Traceback (most recent call last):
File "/bin/matterbot", line 9, in <module>
load_entry_point('mattermost-bot==1.0.16', 'console_scripts', 'matterbot')()
File "/opt/appl/source_files/mattermost_bot-1.0.16/mattermost_bot/cli.py", lin e 17, in main
b = bot.Bot()
File "/opt/appl/source_files/mattermost_bot-1.0.16/mattermost_bot/bot.py", lin e 26, in __init__
settings.BOT_LOGIN, settings.BOT_PASSWORD,
File "/opt/appl/source_files/mattermost_bot-1.0.16/mattermost_bot/mattermost.p y", line 118, in __init__
self.login(team, email, password)
File "/opt/appl/source_files/mattermost_bot-1.0.16/mattermost_bot/mattermost.p y", line 122, in login
self.user = self.api.login(team, email, password)
File "/opt/appl/source_files/mattermost_bot-1.0.16/mattermost_bot/mattermost.p y", line 36, in login
self.token = p.headers["Token"]
File "/opt/appl/source_files/mattermost_bot-1.0.16/requests/structures.py", li ne 56, in __getitem__
return self._store[key.lower()][1]
KeyError: 'token'
I tested the url -> works
I tested the user login with email and passwort -> works
Hi! Install worked fine (Version 1.0.16)
settings.py
Error
I tested the url -> works I tested the user login with email and passwort -> works