User Tools

Site Tools


dcintegration:common-issues

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dcintegration:common-issues [2024/04/30 14:31] – created ErdbeerbaerLPdcintegration:common-issues [2024/07/25 15:03] (current) ErdbeerbaerLP
Line 1: Line 1:
-<title>Common Issues</title>+~~Title: Common Issues - Discord Integration ~~
  
 +====== Common Issues ======
  
-If you get theese errors in log or crash, here are steps to help 
  
 +If you get these errors in log or crash, here are steps to help
 +
 +===== Enabling webhook mode causes duplicate messages =====
 +Disable this config entry:
 +<code>
 +  # Set to true to allow relaying webhook messages
 +  allowWebhookMessages = false
 +</code>
 +This is the only way of circumventing this issue while keeping webhook mode enabled
  
 ===== CloseCode(4014 / Disallowed intents. Your bot might not be eligible to request a privileged intent such as GUILD_PRESENCES or GUILD_MEMBERS.) ===== ===== CloseCode(4014 / Disallowed intents. Your bot might not be eligible to request a privileged intent such as GUILD_PRESENCES or GUILD_MEMBERS.) =====
-Enable **ALL** intents on your bot page (<https://discord.com/developers>)+Enable **ALL** intents on your bot page (https://discord.com/developers)
  
 ===== java.lang.IllegalStateException: Invalid text after key =====  ===== java.lang.IllegalStateException: Invalid text after key ===== 
Line 12: Line 21:
  
 ===== java.lang.NoClassDefFoundError: de/erdbeerbaerlp/dcintegration/common/storage/CommandRegistry =====  ===== java.lang.NoClassDefFoundError: de/erdbeerbaerlp/dcintegration/common/storage/CommandRegistry ===== 
-This can be fixed by checking bot permissions and re-inviting the bot using the URL from the guide: <https://erdbeerbaerlp.de/projects/discord-integration/quick-setup>+This can be fixed by checking bot permissions and re-inviting the bot using the URL from the guide: https://erdbeerbaerlp.de/projects/discord-integration/quick-setup
  
 ===== Discord => MC works, but not the other way around =====  ===== Discord => MC works, but not the other way around ===== 
Line 30: Line 39:
 ===== My client crashes with discord integration installed =====  ===== My client crashes with discord integration installed ===== 
 Remove Discord Integration from your client mods folder Remove Discord Integration from your client mods folder
 +
 +===== Class loading issues (mainly forge 1.19) =====
 +Under investigation for a longer time now
 +
 +===== "Not a json object" error when sending chat messages =====
 +Try updating the mod first
 +if that does not work, set ''sendItemInfo = false'' and try again
dcintegration/common-issues.1714480275.txt.gz · Last modified: 2024/04/30 14:31 by ErdbeerbaerLP