kbroulik / lottie-qml

QML Item for rendering Lottie Web animations in a QtQuick Canvas
71 stars 12 forks source link

Lottie fails to load on master branch #3

Closed AIIX closed 3 years ago

AIIX commented 3 years ago

There seems to be some debug left in the qml which is causing: Error: file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/lottie/LottieAnimation.qml:428: Error: A QmlLoggingCatgory was provided without a valid name

Removing that debug message gets it to load correctly

kbroulik commented 3 years ago

Can't reproduce