YunoHost-Apps / mautrix_signal_ynh

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

Install fail due to missing rust compiler #41

Closed rosbeef closed 2 years ago

rosbeef commented 2 years ago

Describe the bug

Install fail due to missing rust compiler

Context

Steps to reproduce

Expected behavior

install mautrix_signal plugin

Logs

LOGs

Gredin67 commented 2 years ago

please try the new version and open a new issue if the problem remains.

rosbeef commented 2 years ago

new version -> not working i update pip -> not working i install rustc with package (sudo apt install rustc) -> install working linking, not working

Gredin67 commented 2 years ago

if you are on yunohost 11 do install the bullseye branch sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_signal_ynh/tree/bullseye If you are still on yunohost 4, install the master branch from the web admin or cmd line: sudo yunohost app install mautrix_signal

rosbeef commented 2 years ago

it's not working on yunohost 4 https://paste.yunohost.org/vuxezudawe seems to be a athorisation problem

[2022-04-02 19:51:45,127] [ERROR@mau.commands] 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!

rosbeef commented 2 years ago

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