Synapse seems to work but it doesn't actually deliver messages

My YunoHost server

Hardware: Raspberry Pi at home
YunoHost version: 4.3.6.3
I have access to my server : Through SSH | through the webadmin | direct access via keyboard /
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

Hello everyone, I have a problem with synapse and I hope to get your help to find the solution.

Since yesterday synapse seems to have stopped working: apparently the client seems to connect to the service and seems to accept the messages but they are not delivered. When I try to restart the service I get this error message which I attach below.

I don’t remember making any major changes and I can’t understand what could have happened

any help will be appreciated :slight_smile:

  File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 494, in process
    ret = self.actionsmap.process(arguments, timeout=30, route=_route)
  File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 599, in process
    return func(**arguments)
  File "/usr/lib/moulinette/yunohost/service.py", line 555, in service_log
    result[log_path] = _tail(log_path, number)
  File "/usr/lib/moulinette/yunohost/service.py", line 817, in _tail
    lines = f.read().splitlines()
  File "/usr/lib/python3.7/codecs.py", line 322, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
MemoryError

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