Skip to content

Cannot connect to Prosody #2

@mcepl

Description

@mcepl
$ ./sleekmigrate.py -d -v -s ceplovi.cz -f users.csv 
INFO     Loading user file: users.csv
WARNING  The import method isn't unicode-safe, yet
Traceback (most recent call last):
  File "./sleekmigrate.py", line 355, in <module>
    extractor = XMPPAccountExtractor(auth['jid'], auth['pass'], plugin_config=plugin_config, plugin_whitelist=[])
  File "./sleekmigrate.py", line 140, in __init__
    sleekxmpp.ClientXMPP.__init__(self, jid, password, ssl, plugin_config, plugin_whitelist)
  File "/home/matej/.local/lib/python2.7/site-packages/sleekxmpp/clientxmpp.py", line 113, in __init__
    self.register_plugin('feature_starttls')
  File "/home/matej/.local/lib/python2.7/site-packages/sleekxmpp/basexmpp.py", line 261, in register_plugin
    pconfig = self.plugin_config.get(plugin, {})
AttributeError: 'bool' object has no attribute 'get'
$

I guess I am missing something, but I have SleekXMPP properly installed (via pip) and I really cannot find, why I deserve this crash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions