'Ejabberd' object has no attribute 'account_exists' #1

Closed
opened 2022-08-18 15:41:59 +02:00 by spla · 1 comment
Owner

Traceback (most recent call last):
File "xmpp.py", line 44, in
is_registered, text = ejabberd.register(mention.acct, bot.mastodon_hostname, password)
File "/home/mastodon/bots/xmppbot/ejabberdapi.py", line 77, in register
account_exists = self.account_exists(username, host)
AttributeError: 'Ejabberd' object has no attribute 'account_exists'

Traceback (most recent call last): File "xmpp.py", line 44, in <module> is_registered, text = ejabberd.register(mention.acct, bot.mastodon_hostname, password) File "/home/mastodon/bots/xmppbot/ejabberdapi.py", line 77, in register account_exists = self.account_exists(username, host) AttributeError: 'Ejabberd' object has no attribute 'account_exists'
spla self-assigned this 2022-08-18 16:00:54 +02:00
spla added the
bug
label 2022-08-18 16:05:34 +02:00
Author
Owner

Bot is not replying 'register' keyword because this bug. It's right, that attribute don't exists.

Bot is not replying 'register' keyword because this bug. It's right, that attribute don't exists.
spla referenced this issue from a commit 2022-08-18 16:22:55 +02:00
spla closed this issue 2022-08-18 16:22:55 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: spla/xmppbot.py#1
No description provided.