'Error loading remote tag' when using system.tag.editAlarmConfig)

I’m having an error using the editAlarmConfig function and I’m not sure why. Here’s some example code:

alarmName = 'Alarm'
config = {alarmName: [['activePipeline', 'Value', 'myPipeline']]}
system.tag.editAlarmConfig([p], config)

I get this error: 'com.inductiveautomation.ignition.client.gateway_interface.GatewayException: com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Error loading remote tag.

The provider its pointed at is on a different gateway, but we usually don’t have any trouble accessing it and editing tags from the gateway I’m running this on, we do it all the time.

Not sure what’s going on here, anyone have any ideas?

Did you ever resolve this? I’m running into the same problem.

Nope. Luckily its not an actual error popup, but its definitely obnoxious in logs.