[16:38:35]
<miro5001> I am having system update error :
```
sudo yunohost tools update
Info: Fetching available upgrades for system packages…
Info: Updating application catalog…
Traceback (most recent call last):
File "/usr/bin/yunohost", line 77, in <module>
yunohost.cli(
File "/usr/lib/python3/dist-packages/yunohost/__init__.py", line 41, in cli
ret = moulinette.cli(
File "/usr/lib/python3/dist-packages/moulinette/__init__.py", line 110, in cli
Cli(
File "/usr/lib/python3/dist-packages/moulinette/interfaces/cli.py", line 500, in run
ret = self.actionsmap.process(args, timeout=timeout)
File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 574, in process
return func(**arguments)
File "/usr/lib/python3/dist-packages/yunohost/tools.py", line 383, in tools_update
_update_apps_catalog()
File "/usr/lib/python3/dist-packages/yunohost/app_catalog.py", line 222, in _update_apps_catalog
logo_hash = infos.get("logo_hash")
AttributeError: 'NoneType' object has no attribute 'get'
```
On two servers (one at home and one vps). Both running 11.2.14 (testing).
[17:59:57]
<Cardo Montelli> hi people! during my last upgrade of the system and apps something went wrong with Matrix-WhatsApp bridge and synapse. synapse is still working but whatsapp disappeared. i tryed the backup but was useless. and i'm not able to install it again, with this log https://paste.yunohost.org/raw/izivonaveb ... can anyone help me? :)
[19:45:51]
<Fritjof> How do I set up synapse under YNH to work with sliding sync for element x?
[20:01:44]
<centralscrutinizer> > <@fritjof:deepfunk.dk> How do I set up synapse under YNH to work with sliding sync for element x?
you can try this branch:
https://github.com/YunoHost-Apps/synapse_ynh/tree/matrix_v2
[20:19:18]
<Fritjof> > you can try this branch:
> https://github.com/YunoHost-Apps/synapse_ynh/tree/matrix_v2
Cool! Thanks :)
Is it just a matter of upgrading my current synapse server to this one?
[20:30:48]
<centralscrutinizer> Not that easy, but in theory it should work...just read this draft to better understand the situation
https://github.com/YunoHost-Apps/synapse_ynh/pull/439
[21:06:45]
<Fritjof> > Not that easy, but in theory it should work...just read this draft to better understand the situation
> https://github.com/YunoHost-Apps/synapse_ynh/pull/439
hmm.... after reading this I think I might just be patient and donate to development and hope for it on the stable branch down the line.
[21:17:27]
<centralscrutinizer> yeah...if your server needs to be reliable for several users I suggest you to wait...also because element x is still quite unripe
[21:18:34]
<centralscrutinizer> This happened to me too, and the reason is that in the new synapse the system user for the service is not called matrix-synapse anymore but just synapse instead...I am sorry but I couldn't solve it on my own so in the end I just installed synapse from scratch and then all the bridges... Maybe someone else knows how to correct this in a proprer way
[22:00:32]
<craigvb> Is it possible (maybe that should read, is it easy?) to add php 7.3 or earlier to yunohost so it becomes a drop down selection available for applications? got an oldy that's not working on 7.4 due to some changes they made 🙄
[23:10:14]
<tituspijean> craigvb: no, simply because multiple php version can be installed on the same system. It's up to each packaged app to declare its dependencies. Is your oldy a YunoHost app, or are you installing it manually? (don't forget My Webapp)
[23:10:15]
<craigvb> it's through my_webapp