Hi, on my Vero 4K+ I finally updated to build 19.4
Though the Neflix add-on no longer works - background services not started.
After checking the add-on github, I think there’s a problem with pycrytodomex not installed? https://github.com/CastagnaIT/plugin.video.netflix/issues/1504
If this is the case, I’ve seen these instructions on installing it - is this what I should do https://github.com/CastagnaIT/plugin.video.netflix/issues/1162
sudo apt-get update
sudo apt-get install build-essential python3-pip python3-crypto libnss3
sudo pip3 install -U setuptools
sudo pip3 install pycryptodomex
thanks