Search Criteria
Package Details: mautrix-telegram 0.15.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mautrix-telegram.git (read-only, click to copy) |
|---|---|
| Package Base: | mautrix-telegram |
| Description: | Matrix-Telegram hybrid puppeting/relaybot bridge |
| Upstream URL: | https://github.com/tulir/mautrix-telegram |
| Licenses: | AGPLv3 |
| Submitter: | BrainDamage |
| Maintainer: | BrainDamage |
| Last Packager: | BrainDamage |
| Votes: | 9 |
| Popularity: | 0.000059 |
| First Submitted: | 2020-11-09 15:48 (UTC) |
| Last Updated: | 2025-07-17 17:33 (UTC) |
Dependencies (19)
- python
- python-aiohttp
- python-asyncpg
- python-commonmark
- python-magic (python-magic-gitAUR)
- python-mako
- python-mautrixAUR
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-tulir-telethonAUR
- python-yarl
- python-build (make)
- python-installer (make)
- python-pytest-runnerAUR (make)
- python-wheel (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR) (optional) – high quality thumbnails
- python-aiodns (optional) – asyncronous dns requests
- python-aiosqlite (optional) – sqlite database support
- python-brotli (python-brotli-gitAUR) (optional) – faster compression
- python-cchardet (python-faust-cchardet) (optional) – faster encoding detection
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
L0ric0 commented on 2021-06-15 08:57 (UTC)
with the new version of mautrix-telegram the version requirements for
python-mautrixandpython-teletronhave changed.could you please change this and refere to
requirements.txtfor further updateskauron commented on 2021-06-12 11:33 (UTC)
Now that
python-brotlipyis no longer in the AUR, can it be replaced byextra/python-brotli?L0ric0 commented on 2021-04-24 11:05 (UTC)
to prevent errors from
python-mautrixupdating without a new version ofmaturix-telegramreleased, could you please always add a max version to python-mautrix?kauron commented on 2021-04-21 07:58 (UTC) (edited on 2021-04-21 08:06 (UTC) by kauron)
I've had an error with python-mautrix>=0.9, which has removed the module
mautrix.util.network_retry(see release notes), and the bridge couldn't start, as it missed that module. Downgrading python-mautrix to 0.8.18 solved this issue. It seems that mautrix-telegram 0.10 has a fix already (commit).istobic commented on 2021-04-16 17:05 (UTC)
Hey, thanks for taking time for your detailed response. I'll give you feedback once I have the clean setup.
BrainDamage commented on 2021-04-13 11:29 (UTC)
That's not correct, for one, the package never had such user, it's probably result of some leftover of another package or our own manual installation.
The db is not supposed to be located in /usr/share, /usr/share is for packaged files, not runtime data, the db should be located in /var/lib/username which is th user's home dir, as set per WorkingDirectory
I would advise you to uninstall the package, delete /usr/share/mautrix-telegram; reinstall and pay careful attention to any warning you get during installation about different permissions / users about more conflicting files
istobic commented on 2021-04-13 10:21 (UTC) (edited on 2021-04-13 11:14 (UTC) by istobic)
I'm getting
from systemd. Any idea whats wrong? Settings from
/usr/share:It seems suspicious, that the user here is
mx-telegraminstead ofmautrix-telegramas defined in themautrix-telegram.serviceHowever, I got the service starting by editing the systemd unit (
systemctl edit --full mautrix-telegram.service) and setting the WorkingDirectory to/usr/share/mautrix-telegram/is this the intended WorkingDirectory?L0ric0 commented on 2021-03-09 19:48 (UTC) (edited on 2021-03-09 20:33 (UTC) by L0ric0)
edit 2: raised issues at https://github.com/tulir/mautrix-telegram/issues/594 and https://github.com/ahupp/python-magic/issues/239
edit: it seems that
python-magic(the python bindings published by the author of thefilecommand) andpython-magic-ahupp(looks like an independend implementation of the bindings) have a slightly different interface as withpython-magicI'm getting the following exception:AttributeError: module 'magic' has no attribute 'from_buffer'. So the package should probably requirepython-magic-ahuppuntil that is fixedcould you please set the package to require a version of
python-magic<0.5as an exeption will be raised if a picture is recived over telegram and this message is not propagated to the matrix serverBrainDamage commented on 2021-01-29 17:16 (UTC)
There is no pip requirement ( it uses setup.py), and no trace of pip mention in the sources other than the docker script. It builds in a clean chroot here. How are you building it?
kauron commented on 2021-01-29 15:59 (UTC)
I had to manually install
python-pip, as it wasn't listed as make dependency. Could you add it to the PKGBUILD?« First ‹ Previous 1 2 3 4 5 Next › Last »