Package Details: moment 0.7.3-2

Git Clone URL: https://aur.archlinux.org/moment.git (read-only, click to copy)
Package Base: moment
Description: A customizable, keyboard-operable Matrix client. Fork of Mirage
Upstream URL: https://mx-moment.xyz/
Licenses: LGPL3
Conflicts: moment-git
Submitter: DrRac27
Maintainer: DrRac27
Last Packager: DrRac27
Votes: 0
Popularity: 0.000000
First Submitted: 2022-02-04 20:26 (UTC)
Last Updated: 2023-03-20 20:08 (UTC)

Latest Comments

DrRac27 commented on 2023-03-20 20:13 (UTC)

Thanks! Indeed the dependencies of python-matrix-nio changed a year ago and I still had the packages installed. https://github.com/archlinux/svntogit-community/commit/034f98d0c4d29791605de7c98560ae6c8223c28c

TheStochasticMan commented on 2023-03-17 04:56 (UTC)

This seems to require a few other packages not listed in the dependencies:

  • python-olm
  • python-cachetools
  • python-atomicwrites
  • python-peewee

DrRac27 commented on 2022-05-21 07:03 (UTC) (edited on 2022-05-21 07:04 (UTC) by DrRac27)

Yes, python-watchgod is broken for quite some time now. There is a bug report over here: https://bugs.archlinux.org/task/74650?project=5&string=python-watchgod

If you downgrade everything works as expected.

project9501 commented on 2022-05-20 12:52 (UTC)

~ 07:39:00 | Got library name:  "/usr/lib/qt/qml/io/thp/pyotherside/libpyothersideplugin.so"
! 07:39:01 | QSystemTrayIcon::setVisible: No Icon set
~ 07:39:05 | "PyOtherSide error: Traceback (most recent call last):\n\n  File \"qrc:/src/backend/qml_bridge.py\", line 181, in <module>\n    BRIDGE = QMLBridge()\n\n  File \"qrc:/src/backend/qml_bridge.py\", line 52, in __init__\n    from .backend import Backend\n\n  File \"qrc:/src/backend/backend.py\", line 38, in <module>\n    from .user_files import (\n\n  File \"qrc:/src/backend/user_files.py\", line 19, in <module>\n    from watchgod import Change, awatch\n\nModuleNotFoundError: No module named 'watchgod'\n"
! 07:39:05 | Unhandled PyOtherSide error: Cannot import module: backend.qml_bridge (Traceback (most recent call last):

  File "qrc:/src/backend/qml_bridge.py", line 181, in <module>
    BRIDGE = QMLBridge()

  File "qrc:/src/backend/qml_bridge.py", line 52, in __init__
    from .backend import Backend

  File "qrc:/src/backend/backend.py", line 38, in <module>
    from .user_files import (

  File "qrc:/src/backend/user_files.py", line 19, in <module>
    from watchgod import Change, awatch

ModuleNotFoundError: No module named 'watchgod'
)
~ 07:39:05 | "PyOtherSide error: Traceback (most recent call last):\n\n  File \"<string>\", line 1, in <module>\n\nNameError: name 'BRIDGE' is not defined\n"
! 07:39:05 | Unhandled PyOtherSide error: Function not found: 'BRIDGE.call_backend_coro' (Traceback (most recent call last):

  File "<string>", line 1, in <module>

NameError: name 'BRIDGE' is not defined
)

I have python-watchgod 0.13-1 (current in repos) installed.