Because of the broken Server_ID I changed the running file
nano ~/.kodi/addons/plugin.program.parsec/resources/run_parsec.sh
Code
#!bin/bash
parsec_bin=$1
runnable="printf '%s\n%s\n' y 1 | /storage/.kodi/addons/plugin.program.parsec/resources/data/parsec"
systemctl stop kodi
eval $runnable
wait
echo Finished!
systemctl start kodi
I know it's not optimised but it's a fast solution.....
save the file and parsec works like a charm (AGAIN) Happy streaming from Libreelec