-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
registration fail #74
Comments
I face a very similar issue issue
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
registration fail
Context
Steps to reproduce
-> registration fail
Expected behavior
registration works
Logs
Traceback (most recent call last):
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mautrix/bridge/commands/handler.py", line 491, in handle
await self._run_handler(handler, evt)
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mautrix_signal/commands/auth.py", line 206, in enter_captcha_token
username = await evt.bridge.signal.register(phone, voice=voice, captcha=captcha)
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mausignald/signald.py", line 160, in register
resp = await self.request_v1("register", account=phone, voice=voice, captcha=captcha)
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mausignald/rpc.py", line 244, in request_v1
return await self._request(command, expected_response=command, version="v1", **data)
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mausignald/rpc.py", line 238, in _request
resp_type, resp_data = await self._raw_request(command, **data)
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mausignald/rpc.py", line 235, in _raw_request
return await asyncio.shield(future)
mausignald.errors.InternalError: error registering with server
The text was updated successfully, but these errors were encountered: