I use Ubuntu 18.04 with VLC 3.0.7. Since some time ago, I am not able to automatically download subtitles through VLC. I have to use the Click here to open the file option in the error dialogue and download them using Firefox. The subtitles were supposed to be automatically downloaded to the folder in which the video file is located.
I tried setting folder permissions using chmod as 777 and 755. Both failed. Any help will be great.
mkdir ~/snap/vlc/common/.cache/vlcif installed by snap – xpuu Mar 27 '20 at 10:02sudo chmod -R a+rwx /home/your_username/.cache/vlc(just worked for me on ubuntu 20.04 focal fossa with apt install, I suppose the same should work for snap installs) – leo monsaingeon Oct 08 '20 at 09:37chmod -R chmod -R a+rwx,o-x/chmod -R 776only – vcamargo Feb 21 '21 at 18:39