• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

ResponseError: virtual server got a critical error NodeJS

Abasalt_Yar

Member
Hi , Sorry I know this is a wrong topic for my problem but I haven't found any topic related to it .
WhenI I use NodeJS To run a script on the server I get a error "ResponseError: virtual server got a critical error NodeJS"
1612268667567.png
TeaSpeak 1.4.22
Library Version 3.2.0
NodeJS v14.15.0

It was working but when I moved the server to another vps I get this error

Can anyone help me ?
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
What command are you trying to execute?
Seems like you're sending invalid data.
 

Abasalt_Yar

Member
What command are you trying to execute?
Seems like you're sending invalid data.
JavaScript:
const Tea*Speak = new Tea*Speak({
  host: "185.xxx.xx.71",
  queryport: ,
  serverport:9987,
  username: "serveradmin",
  password: "",
  nickname: "IRM-Creator"
})

 
Tea*Speak.on("error", (e) => {
  console.log(e)
})
 

yamano

TeaSpeak Team
Staff member
TeaTeam
Check your server config motd and confirm if it is the same you're using before.
 

yamano

TeaSpeak Team
Staff member
TeaTeam
nl_char: "\n\r"

motd: "TS3\n\rWelcome to the TeamSpeak 3 ServerQuery interface, type \"help\" for a list of commands and \"help <command>\" for information on a specific command.\n\r"

Check this two lines, edit them like this, restart your server and check if it is still with problems ;)
 

Abasalt_Yar

Member
nl_char: "\n\r"

motd: "TS3\n\rWelcome to the TeamSpeak 3 ServerQuery interface, type \"help\" for a list of commands and \"help <command>\" for information on a specific command.\n\r"

Check this two lines, edit them like this, restart your server and check if it is still with problems ;)
thanks I'll try it :heart:

---- Automatically Merged Double Post ----

nl_char: "\n\r"

motd: "TS3\n\rWelcome to the TeamSpeak 3 ServerQuery interface, type \"help\" for a list of commands and \"help <command>\" for information on a specific command.\n\r"

Check this two lines, edit them like this, restart your server and check if it is still with problems ;)
I've replaced these 2 lines but the same, maybe I did it wrong ?

---- Automatically Merged Double Post ----

1612295214609.png
it's like this , and yeah I've replaced them with the old ones
 
Last edited:

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Enable trace logging within the config.yml and watch the server output.
It might help you. If not you could post it in here (please as attached file)