Netflix add-on - not working after update

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

I’m not a hundred percent sure but python3-crypto should be replaced with python3-cryptography
and i believe python3-pycryptodome could be used instead of pip installing it.

Now I haven’t kept up to date with this since OSMC became bullseye based, will revisit my prep scrip this coming weekend.

in short, since i believe that libnss3 is installed by default:

sudo apt-get update
sudo apt-get install python3-cryptography python3-pycryptodome

Thanks for the quick reply - it worked :slightly_smiling_face: