matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

matrix-beeper-linkedin.service was not detected to be running

Open rdaries opened this issue 2 years ago • 1 comments

Has anyone an idea how can i solve this? arm64 / Ubuntu 20.04

failed: [matrix.xxxxxxx] (item=matrix-beeper-linkedin.service) => changed=false 
  ansible_loop_var: item
  item: matrix-beeper-linkedin.service
  msg: matrix-beeper-linkedin.service was not detected to be running. It's possible that there's a configuration problem or another service on your server interferes with it (uses the same ports, etc.). Try running `systemctl status matrix-beeper-linkedin.service` and `journalctl -fu matrix-beeper-linkedin.service` on the server to investigate. If you're on a slow or overloaded server, it may be that services take a longer time to start and that this error is a false-positive. You can consider raising the value of the `matrix_common_after_systemd_service_start_wait_for_timeout_seconds` variable. See `roles/matrix-common-after/defaults/main.yml` for more details about that.
-- Logs begin at Fri 2022-04-15 13:39:25 UTC. --
May 02 19:09:49 matrix matrix-beeper-linkedin[1227746]:     users = await super().all_logged_in()
May 02 19:09:49 matrix matrix-beeper-linkedin[1227746]:   File "/opt/linkedin-matrix/linkedin_matrix/db/user.py", line 43, in all_logged_in
May 02 19:09:49 matrix matrix-beeper-linkedin[1227746]:     return [cast(User, cls._from_row(row)) for row in rows if row]
May 02 19:09:49 matrix matrix-beeper-linkedin[1227746]:   File "/opt/linkedin-matrix/linkedin_matrix/db/user.py", line 43, in <listcomp>
May 02 19:09:49 matrix matrix-beeper-linkedin[1227746]:     return [cast(User, cls._from_row(row)) for row in rows if row]
May 02 19:09:49 matrix matrix-beeper-linkedin[1227746]:   File "/opt/linkedin-matrix/linkedin_matrix/db/user.py", line 33, in _from_row
May 02 19:09:49 matrix matrix-beeper-linkedin[1227746]:     return cls(
May 02 19:09:49 matrix matrix-beeper-linkedin[1227746]: TypeError: Can't instantiate abstract class User with abstract methods get_portal_with, get_puppet
May 02 19:09:49 matrix systemd[1]: matrix-beeper-linkedin.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
May 02 19:09:49 matrix systemd[1]: matrix-beeper-linkedin.service: Failed with result 'exit-code'.

rdaries avatar May 02 '22 19:05 rdaries

That's likely an issue with the bridge itself. I would suggest you open an issue on https://gitlab.com/beeper/linkedin/-/issues or bring it up in their Matrix room.

aaronraimist avatar May 16 '22 04:05 aaronraimist