Martin F

Results 11 comments of Martin F

@sheluchin All i get when i try is: `{'domains': {}}` which isn't part of the configuration. It's a key the persistent storage: http://errbot.io/en/latest/user_guide/plugin_development/persistence.html

@sheluchin For the test bot mentioned in the initial description, that gives me: `{'configs': {'Example': {'ID_TOKEN': '00112233445566778899aabbccddeeff', 'USERNAME': 'changeme'}}}` If i try to update that using `!setconf` which calls `self.configure`...

@sheluchin Seems to be the same issue: ``` [@CHANGE_ME ➡ @errbot] >>> !getconf {'ID_TOKEN': '00112233445566778899aabbccddeeff', 'USERNAME': 'changeme'} [@CHANGE_ME ➡ @errbot] >>> !setconf test changeme {'ID_TOKEN': '00112233445566778899aabbccddeeff', 'USERNAME': 'test'} test [@CHANGE_ME...

That specific code doesn't help, it still gives the old config: ``` [@CHANGE_ME ➡ @errbot] >>> !getconf {'ID_TOKEN': '00112233445566778899aabbccddeeff', 'USERNAME': 'changeme'} [@CHANGE_ME ➡ @errbot] >>> !plugin config Example Default configuration...

Yea that doesn't work at all. The only thing that's interpreted correctly is the list. Everything else is just a mess. Any way to get HTML supported? Why was it...

Ah, thanks! I completely missed that option. It's odd though. Whenever i turn that on, i can't start the bot anymore. Judging by the traceback, and the "warn_admins"-part, i think...

It seems to happen on all messages it attempts to send, not just warn_admin messages. The bot i tested on there is my own bot at home using python3.5. The...

@gbin-argo Adding `self.client.register_plugin('xep_0071') # For sending HTML-messages` to: `venv-new/lib/python3.4/site-packages/errbot/backends/xmpp.py` > line 319 seems to sort of semi-fix that issue. Inspired by https://gist.github.com/legastero/4497613#gistcomment-2110918 I don't know if you have a better...

@gbin / @gbin-argo Do you have any feedback on my latest comment? I've been rather stuck for a while. As soon as i enable XMPP_XHTML_IM, it will start giving errors...

I have been having similar issues, but i may have figured out what caused it (at least for me). I set it up yesterday and it fetched data for yesterday...