Dukes 0 Posted December 26, 2018 Hi, I have a Server based on Linux Debian 9. I have a Problem. After I start the Server I get the following Error Code: (node:25531) [DEP0095] DeprecationWarning: timers.enroll() is deprecated. Please use setTimeout instead. { Error: connect ECONNREFUSED 127.0.0.1:587 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1117:14) errno: 'ECONNREFUSED', code: 'ECONNECTION', syscall: 'connect', address: '127.0.0.1', port: 587, command: 'CONN' } DATABASE IS WORKING (node:25531) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead. After I trying to send an Email with the Code the Server crash with following Code: Error occurred. connect ECONNREFUSED 127.0.0.1:587 Can some one help me? Best regards Dukes Share this post Link to post Share on other sites
MarkCavalli 101 Posted December 27, 2018 15 часов назад, Dukes сказал: Can some one help me? Best regards Dukes Check sMailer file Share this post Link to post Share on other sites
Dukes 0 Posted December 27, 2018 vor 12 Stunden schrieb MarkCavalli: Check sMailer file Thank you that work for me. Share this post Link to post Share on other sites
D3rinsid3r 1 Posted January 2 (edited) Hello first thank you for your work. For me, the problem is that everything works Server is running he wants to connect and then comes the following error message https://prnt.sc/m2d79p I do not know what went wrong there However, the described file is present at this location Edited January 2 by D3rinsid3r Share this post Link to post Share on other sites
Loxitation 2 Posted January 3 Hello, I got an error when someone kills me. And I don't know where to change it or what to do with it. It says: [DEBUG] default - Firstname Lastname death! Reason: 2725352035, killer: Someone Else .../ragemp-srv/packages/RP/index.js:1: TypeError: this.addViolation is not a function. After this, it shows me the whole index.js file, and I can't really help with just 1 line JS-Code to find an error. Can someone help? Greets! Share this post Link to post Share on other sites
MarkCavalli 101 Posted January 3 4 часа назад, Loxitation сказал: After this, it shows me the whole index.js file, and I can't really help with just 1 line JS-Code to find an error. use npm run watch for debugging Share this post Link to post Share on other sites
Loxitation 2 Posted January 3 (edited) vor 4 Stunden schrieb MarkCavalli: use npm run watch for debugging says [2019-01-03T14:36:35.548] [DEBUG] default - Leon Lox death! Reason: 2725352035, killer: Dave Thompson webpack:///./app/server/Factions/Police/Prison/sPrison.js?:11: TypeError: this.addViolation is not a function this.addViolation(killer, 5, "You killed a civilian"); Edited January 3 by Loxitation Updated logfile Share this post Link to post Share on other sites
D3rinsid3r 1 Posted January 3 Hello first thank you for your work. For me, the problem is that everything works Server is running he wants to connect and then comes the following error message https://prnt.sc/m2d79p I do not know what went wrong there However, the described file is present at this location Share this post Link to post Share on other sites
MarkCavalli 101 Posted January 3 49 минут назад, D3rinsid3r сказал: Hello first thank you for your work. For me, the problem is that everything works Server is running he wants to connect and then comes the following error message https://prnt.sc/m2d79p I do not know what went wrong there However, the described file is present at this location Try to clear client resoures folder And then do npm run build or npm run watch also Share this post Link to post Share on other sites
D3rinsid3r 1 Posted January 3 vor 21 Minuten schrieb MarkCavalli: Try to clear client resoures folder And then do npm run build or npm run watch also I have deleted the folder with the client ressorucen only I get now always error message when I enter the commands you have called me. However, I did not understand this NPM thing correctly which programs do I need and how it works. Share this post Link to post Share on other sites