![]() |
|
[Server] Discord problem. - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Support (https://forum.open.mp/forumdisplay.php?fid=12) --- Thread: [Server] Discord problem. (/showthread.php?tid=3731) |
Discord problem. - drwnrbbt - 2025-12-21 Hello everyone, First of all, Im sorry for not using the format correctly, had troubles copying it. So my problem is that from time to time, sometimes twice in an hour, my server crashes. The reason seems to be the discord connector. Can you help me out with this error log? Best regards, drownrabbit. Type: Server. Operating system: Linux. Server version: 0.3.7 R2-2. Plugins installed: Yes. Plugins: mysql.so streamer.so discord-connector.so pawnraknet.so pawn-memory.so sscanf.so irc.so regex.so YSI Included: No. Output: [12/08/25 20:45:50] [plugins/discord-connector] can't serialize JSON: [json.exception.type_error.316] invalid UTF-8 byte at index 17: 0xFC Type yy Server Y Y And extra error: [12/12/25 00:52:02] [plugins/discord-connector] Error while retrieving HTTP POST response from '/api/v8/channels/1438557313056243863/messages': Connection reset by peer. RE: Discord problem. - Polecalex - 2025-12-21 Similar to your last post, your problem lies within the provided error messages. Somewhere within your code, it is struggling to serialise some JSON due to an error within an object, a message variable or incorrect code. Without any more information there is no possible way for anyone to help. As I said on my reply to your last post, please learn the basics of programming before attempting to create / manage an entire server. |