Error "FMOD] FMOD_OS_Net_Read : read failed with errno 9" when getting global parameter value

I am getting the error the following error when trying to read global parameters using

FMODUnity.RuntimeManager.StudioSystem.getParameterByName(parameterName, out float paramValue, out float paramFinalValue);

[FMOD] FMOD_OS_Net_Read : read failed with errno 9

UnityEngine.Debug:LogError (object)
FMODUnity.RuntimeUtils:DebugLogError (string) (at Assets/Plugins/FMOD/src/RuntimeUtils.cs:549)
FMODUnity.RuntimeManager:DEBUG_CALLBACK (FMOD.DEBUG_FLAGS,intptr,int,intptr,intptr) (at Assets/Plugins/FMOD/src/RuntimeManager.cs:82)

Any idea about what is happening here?

I have not been able to reproduce this. What version of FMOD and Unity are you using?