BBS:      TELESC.NET.BR
Assunto:  DDMR: Error in data/error.log - Error: can't convert ["test", ""] to a
De:       Eric Oulashin
Data:     Tue, 31 Mar 2026 15:37:37 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/issues/1107#note_8719

@rswindell This doesn't make sense to me..  On line 6172, DDMsgReader does this:
```
console.gotoxy(originalCurPos);
```
And before that, on line 6128, originalCurPos is declared & assigned as follows:
```
var originalCurPos = console.getxy();
```
Can you think of anything that might cause the error reported in this issue?  The only thing I can think of is that console.getxy() returned the array reported in the error, but I don't know why it would do that.
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

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