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
Description
Description
Details
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
Comment Actions
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