Page MenuHomeFeedback Tracker

TitleText not functional when using RemoteExec
New, NormalPublic

Description

titleText does not function with the remoteExec command and instead gives the following error:
Error when remotely executing 'titletext' - wrong number of arguments (3) passed, must be either 0, 1 or 2

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7 x64
Category
Scripting
Steps To Reproduce

Execute:
["Test Message","PLAIN",1] remoteExec ["titleText"];

Command will not execute and above error is shown in log.

Event Timeline

2600K created this task.Sep 4 2016, 4:35 PM
BIS_fnc_KK added a subscriber: BIS_fnc_KK.EditedMay 10 2017, 9:32 PM

This was the case of missing format. The correct format for this remote execution should be

[ ["Test Message","PLAIN",1] ] remoteExec ["titleText"];

Introduced since 1.71.141648