404 not found sonarr

Ran the updater and now when I try to connect to sonarr on the web client I get

Not Found

The requested URL /sonarr was not found on this server.

Apache/2.4.18 (Ubuntu) Server at *** Port 443

Other things to note is rutorrentt is now throwing up the error for plugins

Plugin will not work. rTorrent user must have read/execute access to the file (/srv/rutorrent/plugins/create/buildtorrent.sh). + about 10 other paths

Update: Restarting the server fixed to sonarr issue although I am still having the plugin permission issues

The plugins affected are Unpack, retrackers, erasedata, create and it says that its due to not having permision

How bad would it be if I just did the 777 trick

Are your permissions not 755 for the files? I don’t believe there is anything that alters the permissions of executable scripts.

@Hyd I had the same issue after the last update, fixed it using sudo chmod -R a+rwx /srv/rutorrent/plugins - there might be better ways to fix it, but this one did the job for me.