DiscordSRV

DiscordSRV

86.8k Downloads

java.lang.NoSuchMethodError: okio.BufferedSource.readHexadecimalUnsignedLong

Namikon opened this issue ยท 1 comments

commented

Hi there,

after a mc-server update both Discord-Bots do not start correctly with the following stack trace:
https://pastebin.com/PW7eUXHw

We've updated some mods (Thermos-based Server), not the Server OS or java itself.
Mentioned class seems to be an internal class of DiscordSrv; How can it be missing?

commented

Nevermind; We found the issue.
A mod that was updated (GT++) is including a stripped down Version of okio, causing a namespace collision/overwrite and thus the NoSuchMethod Error. Not an Issue for DiscordSRV