BBS:      TELESC.NET.BR
Assunto:  DDMR: Error in data/error.log - Error: can't convert ["test", ""] to a
De:       Rob Swindell
Data:     Tue, 31 Mar 2026 20:44:22 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/issues/1107#note_8725

Looking and thinking more about this, although the _content_ of the error message is a bug, the fact that the script is throwing an exception (and logging an error) should be expected because the script is calling `console.gotoxy(false)`: this function is *not* documented as supporting that calling convention. The script should be checking the return value of `console.getxy()` and either not using the return value or defaulting to some valid coordinate object, like maybe this:
```
var originalCurPos = console.getxy() || { x:1, y:1 };
```
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

-----------------------------------------------------------
[Voltar]