JnCrMx / discord-game-sdk4j

Java bindings for Discord's Game SDK
MIT License
114 stars 23 forks source link

Activity example #32

Closed morvael closed 3 years ago

morvael commented 3 years ago

Core initializes successfully, Discord is open, code (just like in the example) executes without problems, but nothing happens in Discord. How can this be debugged in any way?

morvael commented 3 years ago

Somehow it started working.

CG-Spectre commented 2 years ago

I am also having this issue. I don't think the user is getting set properly.

[ERROR] Failed to configure networking: ResponseError { code: TransactionAborted, message: "Transaction was aborted" }
Exception in thread "main" de.jcm.discordgamesdk.GameSDKException: Game SDK operation failed: NOT_FOUND
    at de.jcm.discordgamesdk.UserManager.getCurrentUser(UserManager.java:75)
    at Discord.main(Discord.java:19)