[mautrix-whatsapp] | yunohost web interface configuration change failed Erreur: "500"

What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.17 (stable)
What app is this about: mautrix-whatsapp

Describe your issue

I’m installing mautrix-whatsapp whit config user for using / admin / use relay - ok
Bridge Whatsaap account - ok
define relay d’un group whatsaap - not ok
“You don’t have permission to manage the relay in this room”
I think , i’m not admin !

Go web interface yunohost
Go mautrix-whatsapp config

the user defined above is not included in the administrators.
I’m trying to add it - not ok
I get the following error message:

Unexpected server error
Erreur: “500”
Action: “PUT” /yunohost/api/apps/mautrix_whatsapp/config/main

Someone to help me ?

Thanks

Share relevant logs or error messages

Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/moulinette/interfaces/api.py”, line 498, in process
ret = self.actionsmap.process(arguments, timeout=30, route=route)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/moulinette/actionsmap.py”, line 579, in process
return func(**arguments)
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/log.py”, line 486, in func_wrapper
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/app.py”, line 1886, in app_config_set
return config
.set(key, value, args, args_file, operation_logger=operation_logger)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/utils/configpanel.py”, line 579, in set
self.form = self._ask(
^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/utils/configpanel.py”, line 870, in _ask
form = prompt_or_validate_form(
^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/utils/form.py”, line 2058, in prompt_or_validate_form
if not option.is_visible(context):
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/utils/form.py”, line 431, in is_visible
return evaluate_simple_js_expression(self.visible, context=context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/utils/form.py”, line 218, in evaluate_simple_js_expression
return evaluate_simple_ast(node, context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/utils/form.py”, line 106, in evaluate_simple_ast
return context[node.id]
~~~~~~~^^^^^^^^^
KeyError: ‘enable_relaybot’

1 Like

I have a similar error. For now, I am as stuck as you. But if you do find a solution I’d be glad to hear it. I’ll post here if I do.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.