tModLoader

tModLoader

Discord World Logs
FlickyFlack  [开发者] 2024 年 6 月 9 日 上午 1:37
Bug Reports + ModList Dump
This Discussion is for ModLists of User Bug Reports.
If you encounter a Bug, please append your ModList to your comment so I can properly isolate any issues :)

Thanks!
最后由 FlickyFlack 编辑于; 2024 年 6 月 9 日 上午 1:37
< >
正在显示第 1 - 15 条,共 26 条留言
Demon Slayer 2024 年 6 月 9 日 上午 9:31 
I am hosting a dedicated server for my group.

Our mod list is:
Calamity Mod Music
Calamity Mod
Discord World Logs

The issue I am having is all of the alerts are double sending to discord.
FlickyFlack  [开发者] 2024 年 6 月 9 日 上午 10:45 
引用自 Demon Slayer
I am hosting a dedicated server for my group.

Our mod list is:
Calamity Mod Music
Calamity Mod
Discord World Logs

The issue I am having is all of the alerts are double sending to discord.

Can you please confirm that you are using the latest Mod Version? (v1.2.3.1)
And please be sure to restart the Server and see if the issue persists. When testing with the lastest version on a dedicated Server of my own i sadly cant replicate the issue.
Demon Slayer 2024 年 6 月 9 日 上午 10:54 
I have 1.2.2 not sure how. I will try to update and post an update.
Demon Slayer 2024 年 6 月 9 日 上午 11:30 
I updated the mod. I got double posts for the first few but seems to be working properly now. Thanks! :jawagrin:
FlickyFlack  [开发者] 2024 年 6 月 9 日 上午 11:36 
Alright, thanks for the update! Really odd issue here..
If you have access to your dedicated server, would you mind checking the local logs file if the logs are also duplicated there? Could really help with isolating the issue! :)
It should be in the default save directory :)
Demon Slayer 2024 年 6 月 9 日 上午 11:49 
The logs look fine, but I do see duplicated web requests sometimes 3 in a row after an event.
I removed my webhook link

[13:19:53.876] [Main Thread/INFO] [Terraria]: Joshywa has joined.
[13:19:54.996] [.NET TP Worker/DEBUG] [tML]: Web Request: same link
[13:19:56.182] [.NET TP Worker/DEBUG] [tML]: Web Request: same link
blooming boy ඞ 2024 年 6 月 10 日 上午 5:34 
i can't paste the weebhook (can't delete placeholder)
FlickyFlack  [开发者] 2024 年 6 月 10 日 上午 5:43 
引用自 achickennamedpaul
i can't paste the weebhook (can't delete placeholder)

Make sure you are clicking inside the field and hold (or repeatedly press) backspace.
DeLegendaryColor 2024 年 6 月 10 日 下午 6:16 
引用自 achickennamedpaul
I can't paste the webhook (can't delete placeholder)
Yeah I am having the same problem here. I go to put in my webhook but it won't select it and let me delete what's already there as well as I can't paste my webhook in place of what's already there. I can only select the Username for the bot and nothing else.
FlickyFlack  [开发者] 2024 年 6 月 11 日 上午 2:01 
引用自 DeLegendaryColor
引用自 achickennamedpaul
I can't paste the webhook (can't delete placeholder)
Yeah I am having the same problem here. I go to put in my webhook but it won't select it and let me delete what's already there as well as I can't paste my webhook in place of what's already there. I can only select the Username for the bot and nothing else.

The placeholder link is a little longer, so make sure you are holding backspace or press backspace at least 20/30 or more. It was supposed to look like a sample webhook-link, but its not really visible in the mod config menu.

This is the default value at the moment:
https://discord.com/api/webhooks/XXXXXXX

There is no indication or sound cue if you are actually writing or deleting something.
I might change the default value to something more streamlined then.
FlickyFlack  [开发者] 2024 年 6 月 11 日 上午 7:07 
引用自 DeLegendaryColor
引用自 achickennamedpaul
I can't paste the webhook (can't delete placeholder)
Yeah I am having the same problem here. I go to put in my webhook but it won't select it and let me delete what's already there as well as I can't paste my webhook in place of what's already there. I can only select the Username for the bot and nothing else.


引用自 achickennamedpaul
i can't paste the weebhook (can't delete placeholder)

I've changed the default value to be something directly noticable if it works or not.
Please let me know if you can paste your webhook now.
Robb 2024 年 6 月 11 日 下午 3:13 
I have a webhook set up correctly and broadcasting chat messages from my Linux server (hosted in a docker container), but it doesn't seem to be sending join/leave messages.
Here's my modlist: https://pastebin.com/WKA7VXwk
My configs for the mod: (obviously the webhook link is edited)
{ "DiscordUsername": "Corruption Server", "DiscordWebhook": "https://discord.com/api/webhooks/excluded/excluded", "PlayerDeaths": false, "BossSpawns": false, "WorldEvents": false, "NPCArrivals": false }
最后由 Robb 编辑于; 2024 年 6 月 11 日 下午 3:14
FlickyFlack  [开发者] 2024 年 6 月 11 日 下午 4:06 
引用自 Robb
I have a webhook set up correctly and broadcasting chat messages from my Linux server (hosted in a docker container), but it doesn't seem to be sending join/leave messages.
Here's my modlist: https://pastebin.com/WKA7VXwk
My configs for the mod: (obviously the webhook link is edited)
{ "DiscordUsername": "Corruption Server", "DiscordWebhook": "https://discord.com/api/webhooks/excluded/excluded", "PlayerDeaths": false, "BossSpawns": false, "WorldEvents": false, "NPCArrivals": false }

EDIT: Read your issue wrong.
Hmm, I'll have to check on my end in a docker container as well. I'll get back to you.

For reference, which Image are you using?
And does it log no player at all? Or is e.g. only the first player not logged and the 2nd, 3rd whatsoever is working?
最后由 FlickyFlack 编辑于; 2024 年 6 月 11 日 下午 4:18
FlickyFlack  [开发者] 2024 年 6 月 11 日 下午 4:29 
And also please check your World_Logs.txt if the player join/leave notifications are logged there and "just" not sent to discord
DeLegendaryColor 2024 年 6 月 11 日 下午 7:11 
引用自 FlickyFlack
引用自 DeLegendaryColor
Yeah I am having the same problem here. I go to put in my webhook but it won't select it and let me delete what's already there as well as I can't paste my webhook in place of what's already there. I can only select the Username for the bot and nothing else.

The placeholder link is a little longer, so make sure you are holding backspace or press backspace at least 20/30 or more. It was supposed to look like a sample webhook-link, but its not really visible in the mod config menu.

This is the default value at the moment:
https://discord.com/api/webhooks/XXXXXXX

There is no indication or sound cue if you are actually writing or deleting something.
I might change the default value to something more streamlined then.
I have already held delete and even clicked 50+ times and nothing moves or changes. No matter what I do it will not let me put in my Webhook or even remove the default one shown.
< >
正在显示第 1 - 15 条,共 26 条留言
每页显示数: 1530 50