rbn42 / panon

An Audio Visualizer Widget in KDE Plasma
GNU General Public License v3.0
192 stars 30 forks source link

module "QtWebSockets" is not installed #40

Closed andreaemonti closed 3 years ago

andreaemonti commented 3 years ago

I'm running Manjaro KDE with versions: Plasma 5.20.5 KDE 5.78.0 Qt 5.15.2

I can't get panon to work: it just displays the following error: Errore durante il caricamento del file QML: file:///usr/share/plasma/plasmoids/panon/contents/ui/main.qml:11:37: Type Spectrum unavailable file:///usr/share/plasma/plasmoids/panon/contents/ui/Spectrum.qml:221:5: Type WsConnection unavailable file:///usr/share/plasma/plasmoids/panon/contents/ui/WsConnection.qml:2:1: module "QtWebSockets" is not installed

I tried both installing panon from aur and installing dependencies with pacman and plasmoid from the plasma UI, but I always get the same result.

andreaemonti commented 3 years ago

It seems the python module QtWebSockets is missing, and googling semmes to say taht it should be installed with the package qt5-websockets... but it happens not to be the case

rbn42 commented 3 years ago

Some people told me, newly installed qt5-websockets may not take effect before you reboot the system.

andreaemonti commented 3 years ago

Thanks. It worked. Sorry, I didn't think about it.

ghost commented 2 years ago

I've got the same problem but it wasn't fixed after a reboot, weird