MichelHanzen
MichelHanzen
Same problem: Traceback (most recent call last): File "setup.py", line 4, in from setuptools import setup, find_packages ModuleNotFoundError: No module named 'setuptools'
Solution: sudo apt-get install python3-setuptools and then: ./install.sh install
For the sleep/awake problem, I implement this little script: sudo nano /lib/systemd/system-sleep/wakeup_script #!/bin/sh case $1 in post) systemctl restart openpyn.service ;; esac sudo chmod +x /lib/systemd/system-sleep/wakeup_script
I had the same problem with KDE Neon 6.0 stable. It is now solved with the installation of the latest Whatsie release 4.14 and a "clear storage" + new connection.
Same problem with version 4.14 on AMD Ryzen 7. The application is burning one thread and it's not possible anymore to send messages.
I tried several times without success. I also tried to uninstall/install (flatpak). I attached my system config to this post [system config.txt](https://github.com/keshavbhatt/whatsie/files/14896021/system.config.txt)
Solved by uninstalling/reinstalling WhatsApp on my Android phone.
Same problem with Whatsie 4.15 on Ubuntu 24.04 (Qt version 6.4.2)
Same problem for me with KDE Neon 6.0.0 and GPU Nvidia RTX 4070
I had the same problem with KDE Neon 6.0 stable. It is now solved with the installation of the latest Whatsie release 4.14 and a "clear storage" + new connection.