YunoHost-Apps / mautrix_signal_ynh

Matrix signal package for YunoHost
GNU Affero General Public License v3.0
4 stars 10 forks source link

link and register not working: Authorization failed! #46

Closed rosbeef closed 1 year ago

rosbeef commented 2 years ago

Describe the bug

link and register not working

Context

Steps to reproduce

link from element

Expected behavior

link works

Logs

[2022-04-02 19:51:45,127] [[ERROR@mau.commands](mailto:ERROR@mau.commands)[](https://github.com/rosbeef)] Fatal error while waiting for linking to finish
Traceback (most recent call last):
File "/opt/yunohost/mautrix_signal/lib/python3.7/site-packages/mautrix_signal/commands/auth.py", line 80, in link
session_id=sess.session_id, overwrite=True, device_name=device_name
File "/opt/yunohost/mautrix_signal/lib/python3.7/site-packages/mausignald/signald.py", line 165, in finish_link
"finish_link", device_name=device_name, session_id=session_id, overwrite=overwrite
File "/opt/yunohost/mautrix_signal/lib/python3.7/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.7/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.7/site-packages/mausignald/rpc.py", line 235, in _raw_request
return await asyncio.shield(future)
mausignald.errors.ScanTimeoutError: org.whispersystems.signalservice.api.push.exceptions.AuthorizationFailedException: [403] Authorization failed!

maybe it's linked with the release and corrected with last release. https://gitlab.com/signald/signald/-/issues/310

Gredin67 commented 1 year ago

hopefully solved by #50