Today I got an issue on my Ubuntu 18.04 machine with latest chrome-beta installed. The issue was relating a component named "Widevine Content Decryption plugin" not installed. The amazon prime support recommended me to enable the plugin named "Widevine", but "chrome://plugins" was not accessible.
I got the fix for above issue at below URL in "chrominum setup" section.
https://gist.github.com/ruario/3c873d43eb20553d5014bd4d29fe37f1
Command which fixed mine:
I got the fix for above issue at below URL in "chrominum setup" section.
https://gist.github.com/ruario/3c873d43eb20553d5014bd4d29fe37f1
Command which fixed mine:
sudo ln -fs /opt/google/chrome/libwidevinecdm.so /usr/lib/chromium-browser/libwidevinecdm.so
Enjoy the fix!