Raised This Month: $32 Target: $400
 8% 

[ANY?] DU - Discord Utilities [2020/08/13]


Post New Thread Reply   
 
Thread Tools Display Modes
painlesstgp
Senior Member
Join Date: May 2019
Location: Sweden
Old 06-19-2021 , 06:08   Re: [ANY?] DU - Discord Utilities [2020/08/13]
Reply With Quote #31

Works for L4D2?
painlesstgp is offline
Balloons
Member
Join Date: Feb 2020
Old 06-19-2021 , 14:05   Re: [ANY?] DU - Discord Utilities [2020/08/13]
Reply With Quote #32

Quote:
Originally Posted by painlesstgp View Post
Works for L4D2?
Yes I have it running on my Left 4 Dead 2 server. Works like a charm.
Balloons is offline
mattpursuit
New Member
Join Date: Dec 2019
Old 07-08-2021 , 11:25   Re: [ANY?] DU - Discord Utilities [2020/08/13]
Reply With Quote #33

Unable to load plugin "discord_utilities.smx": Native "DiscordBot.DeleteMessageID" was not found
dont know what this means
mattpursuit is offline
umar_0x01
Junior Member
Join Date: May 2021
Old 08-17-2021 , 08:52   Re: [ANY?] DU - Discord Utilities [2020/08/13]
Reply With Quote #34

Getting the following error whenever I use `say` in server's console.


Code:
say test
L 08/17/2021 - 12:50:16: [SM] Exception reported: Invalid client index 0
L 08/17/2021 - 12:50:16: [SM] Blaming: basecomm.smx
L 08/17/2021 - 12:50:16: [SM] Call stack trace:
L 08/17/2021 - 12:50:16: [SM]   [0] ThrowNativeError
L 08/17/2021 - 12:50:16: [SM]   [1] Line 39, /home/builds/sourcemod/linux-1.10/build/plugins/basecomm/natives.sp::Native_IsClientGagged
L 08/17/2021 - 12:50:16: [SM]   [3] BaseComm_IsClientGagged
L 08/17/2021 - 12:50:16: [SM]   [4] Line 137, discord_utilities/forwards.sp::OnClientSayCommand
Console: test
Screenshot:

umar_0x01 is offline
panikajo
Member
Join Date: Jan 2013
Old 09-02-2021 , 18:31   Re: [ANY?] DU - Discord Utilities [2020/08/13]
Reply With Quote #35

If you are interested, you can help with translations http://translator.mitchdempsey.com/s...od_plugins/351
panikajo is offline
Balloons
Member
Join Date: Feb 2020
Old 09-03-2021 , 20:42   Re: [ANY?] DU - Discord Utilities [2020/08/13]
Reply With Quote #36

Seeing how the chat relay module doesn't show messages that start with "!", is there a way to disable that? I want to add specific filters.
Balloons is offline
`666
AlliedModders Donor
Join Date: Jan 2006
Old 10-19-2021 , 11:42   Re: [ANY?] DU - Discord Utilities [2020/08/13]
Reply With Quote #37

discord_api still got handle leaks https://pastebin.com/raw/25N7vadk I'm using latest version from here: https://github.com/Cruze03/sourcemod-discord

Here is basic temp plugin to unload discord_api every 6 hours on "game_end" to clear handles.
Attached Files
File Type: sp Get Plugin or Get Source (unload_plugin.sp - 145 views - 852 Bytes)

Last edited by `666; 10-19-2021 at 11:58.
`666 is offline
Balloons
Member
Join Date: Feb 2020
Old 12-01-2021 , 16:16   Re: [ANY?] DU - Discord Utilities [2020/08/13]
Reply With Quote #38

Trying to compile discord_utilities.sp

Quote:
discord_utilities/helpers.sp(412) : error 072: "sizeof" operator is invalid on "function" symbols
// discord_utilities/helpers.sp(414) : error 017: undefined symbol "C_Tag"
// discord_utilities/helpers.sp(414) : warning 215: expression has no effect
// discord_utilities/helpers.sp(414) : error 001: expected token: ";", but found "]"
// discord_utilities/helpers.sp(414) : error 029: invalid expression, assumed zero
// discord_utilities/helpers.sp(414) : fatal error 190: too many error messages on one line
//
// Compilation aborted.
// 5 Errors.
Edit: Small brain moment. I was using old version.

Last edited by Balloons; 12-01-2021 at 16:23. Reason: Fixed.
Balloons is offline
`666
AlliedModders Donor
Join Date: Jan 2006
Old 01-26-2022 , 16:07   Re: [ANY?] DU - Discord Utilities [2020/08/13]
Reply With Quote #39

PHP Code:
L 01/26/2022 20:48:53: [SMException reportedMemory leak
L 01
/26/2022 20:48:53: [SMBlamingdiscord_api.smx
L 01
/26/2022 20:48:53: [SMCall stack trace:
L 01/26/2022 20:48:53: [SM]   [0DataPack.DataPack
L 01
/26/2022 20:48:53: [SM]   [1Line 67C:\Users\lsdco\Desktop\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\discord/SendWebHook.sp::SendWebHook
L 01
/26/2022 20:48:53: [SM]   [2Line 93C:\Users\lsdco\Desktop\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\discord/SendWebHook.sp::SendWebHookReceiveData
L 01
/26/2022 20:48:53: [SMMEMORY LEAK DETECTED IN PLUGIN (file "discord_api.smx")
L 01/26/2022 20:48:53: [SMUnloading plugin to free 31833 handles.
L 01/26/2022 20:48:53: [SMContact the author(sof this plugin to correct this error.
L 01/26/2022 20:48:53: --------------------------------------------------------------------------
L 01/26/2022 20:48:53Type    DataPack            |    Count    24
L 01
/26/2022 20:48:53Type    Trie                |    Count    3
L 01
/26/2022 20:48:53Type    HTTPHandle          |    Count    27
L 01
/26/2022 20:48:53Type    JanssonObject       |    Count    31779
L 01
/26/2022 20:48:53: -- Approximately 4600 bytes of memory are in use by (31833Handles
`666 is offline
SanFlex
Junior Member
Join Date: Dec 2021
Old 01-26-2022 , 16:45   Re: [ANY?] DU - Discord Utilities [2020/08/13]
Reply With Quote #40

Quote:
Originally Posted by `666 View Post
PHP Code:
L 01/26/2022 20:48:53: [SMException reportedMemory leak
L 01
/26/2022 20:48:53: [SMBlamingdiscord_api.smx
L 01
/26/2022 20:48:53: [SMCall stack trace:
L 01/26/2022 20:48:53: [SM]   [0DataPack.DataPack
L 01
/26/2022 20:48:53: [SM]   [1Line 67C:\Users\lsdco\Desktop\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\discord/SendWebHook.sp::SendWebHook
L 01
/26/2022 20:48:53: [SM]   [2Line 93C:\Users\lsdco\Desktop\sourcemod-1.10.0-git6478-windows\addons\sourcemod\scripting\discord/SendWebHook.sp::SendWebHookReceiveData
L 01
/26/2022 20:48:53: [SMMEMORY LEAK DETECTED IN PLUGIN (file "discord_api.smx")
L 01/26/2022 20:48:53: [SMUnloading plugin to free 31833 handles.
L 01/26/2022 20:48:53: [SMContact the author(sof this plugin to correct this error.
L 01/26/2022 20:48:53: --------------------------------------------------------------------------
L 01/26/2022 20:48:53Type    DataPack            |    Count    24
L 01
/26/2022 20:48:53Type    Trie                |    Count    3
L 01
/26/2022 20:48:53Type    HTTPHandle          |    Count    27
L 01
/26/2022 20:48:53Type    JanssonObject       |    Count    31779
L 01
/26/2022 20:48:53: -- Approximately 4600 bytes of memory are in use by (31833Handles
this is the first you get a memory leak? because today discord api outage error occurred
SanFlex is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:39.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode