-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lottie errors out on start #1477
Comments
Is the |
Thank you so much for this as this helped point me in the right direction. When I ran lottie_convert.py --help I received: Traceback (most recent call last): Digging into this message, I found the following package was needed to be installed:
Ubuntu 20.04 and above Now the lottie_convert.py --help returns the help menu. Next I attempted to run matterbridge and it ran successfully with the parameters for Web PNG and then converted the stickers properly. I would recommend adding this to #1173 as part of a recommendation if users run into this. Thank you! |
Describe the bug
during startup i receive the following error
[0000] INFO main: Running version 1.22.1 b979aff
2021/05/18 03:28:04 Telegram bridge configured to convert .tgs files to 'png', but lottie does not appear to work:
&exec.ExitError{ProcessState:(*os.ProcessState)(0xc00001e648), Stderr:[]uint8(nil)}
To Reproduce
Steps to reproduce the behavior:
In Azure, setup an Ubuntu 18.04.5 LTS VM
Download latest version of matterbridge
setup matterbridge config to include
MediaConvertWebPToPNG=true
MediaConvertTgs="png"
Install dependencies: pip3 install lottie cairosvg
Expected behavior
Matterbridge should run after above dependencies have been installed
Screenshots/debug logs
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: