Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gajim
gajim
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 210
    • Issues 210
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gajim
  • gajimgajim
  • Issues
  • #10437

Closed
Open
Opened Feb 11, 2021 by Michel Le Bihan@mimi89999Contributor

Registration issues on default servers

Hello,

I noticed that some of the default servers do not allow registration.

im.apinc.org: Registrations seem disabled.

jabber-hosting.de: There is an error in Gajim

<!-- Outgoing jeu. 11 févr. 2021 19:10:02 (Account Wizard) -->
<iq xmlns="jabber:client" to="jabber-hosting.de" type="get" id="e76fd848-a0ff-476f-b55f-b878353324b1">
  <query xmlns="jabber:iq:register" />
</iq>


<!-- Incoming jeu. 11 févr. 2021 19:10:02 (Account Wizard) -->
<iq xmlns="jabber:client" type="result" from="jabber-hosting.de" id="e76fd848-a0ff-476f-b55f-b878353324b1">
  <query xmlns="jabber:iq:register">
    <instructions>Welcome to jabber.hot-chilli.net! Please register an XMPP account through our web registration form: https://jabber.hot-chilli.net/forms/create/</instructions>
    <x xmlns="jabber:x:oob">
      <url />
</x>
</query>
</iq>
11/02/2021 19:10:02 (W) nbxmpp.m.register          (Account Wizard) invalid register response
11/02/2021 19:10:02 (E) nbxmpp.dispatcher          (Account Wizard) Error while handling stanza
Traceback (most recent call last):
  File "/home/michel/git/gajim/gajim/gtk/account_wizard.py", line 430, in _on_register_form
    result = task.finish()
  File "/usr/lib/python3/dist-packages/nbxmpp/task.py", line 252, in finish
    raise self._error  # pylint: disable=raising-bad-type
  File "/usr/lib/python3/dist-packages/nbxmpp/task.py", line 184, in _next_step
    res = self._gen.send(result)
  File "/usr/lib/python3/dist-packages/nbxmpp/modules/register/register.py", line 59, in request_register_form
    yield _parse_register_data(response)
  File "/usr/lib/python3/dist-packages/nbxmpp/modules/register/util.py", line 129, in _parse_register_data
    raise MalformedStanzaError('invalid register response', response)
nbxmpp.errors.MalformedStanzaError: invalid register response

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nbxmpp/dispatcher.py", line 433, in dispatch
    func(self._client, stanza, **user_data)
  File "/usr/lib/python3/dist-packages/nbxmpp/task.py", line 316, in _async_finished
    self._next_step(result)
  File "/usr/lib/python3/dist-packages/nbxmpp/task.py", line 192, in _next_step
    self._set_finished()
  File "/usr/lib/python3/dist-packages/nbxmpp/task.py", line 213, in _set_finished
    self._invoke_callbacks()
  File "/usr/lib/python3/dist-packages/nbxmpp/task.py", line 235, in _invoke_callbacks
    callback(self)
  File "/home/michel/git/gajim/gajim/gtk/account_wizard.py", line 434, in _on_register_form
    error.get_text())
AttributeError: 'MalformedStanzaError' object has no attribute 'get_text'

jabber.hot-chilli.net: Same as previous one

richim.org: Unable to connect to richim.org

suchat.org: To register, visit [...]

xmpp-hosting.de: The AttributeError: 'MalformedStanzaError' object has no attribute 'get_text' error.

Edited Feb 11, 2021 by Michel Le Bihan
Assignee
Assign to
1.3.1
Milestone
1.3.1
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim#10437