You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: Traceback (most recent call last):
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/bin/matrix-registration-bot", line 5, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: from matrix_registration_bot.bot import run_bot
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/lib/python3.12/site-packages/matrix_registration_bot/bot.py", line 2, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: import simplematrixbotlib as botlib
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/lib/python3.12/site-packages/simplematrixbotlib/__init__.py", line 1, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: from simplematrixbotlib.api import Api
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/lib/python3.12/site-packages/simplematrixbotlib/api.py", line 3, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: from nio import (AsyncClient, AsyncClientConfig)
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/lib/python3.12/site-packages/nio/__init__.py", line 9, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: from .client import *
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/lib/python3.12/site-packages/nio/client/__init__.py", line 3, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: from .base_client import Client, ClientConfig
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/lib/python3.12/site-packages/nio/client/base_client.py", line 36, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: from ..crypto import ENCRYPTION_ENABLED, DeviceStore, OlmDevice, OutgoingKeyRequest
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/lib/python3.12/site-packages/nio/crypto/__init__.py", line 38, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: from .olm_machine import Olm
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/lib/python3.12/site-packages/nio/crypto/olm_machine.py", line 87, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: from .sas import Sas
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/lib/python3.12/site-packages/nio/crypto/sas.py", line 26, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: from future.moves.itertools import zip_longest
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/lib/python3.12/site-packages/future/moves/__init__.py", line 5, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: from future.standard_library import import_top_level_modules
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: File "/opt/venv/lib/python3.12/site-packages/future/standard_library/__init__.py", line 65, in <module>
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: import imp
Jun 27 00:00:09 vm1 matrix-bot-matrix-registration-bot[378125]: ModuleNotFoundError: No module named 'imp'
Jun 27 00:00:10 vm1 systemd[1]: matrix-bot-matrix-registration-bot.service: Main process exited, code=exited, status=1/FAILURE
The text was updated successfully, but these errors were encountered:
ModuleNotFoundError: No module named 'imp'
The text was updated successfully, but these errors were encountered: