Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discord isn't actually logging it's state updates #1

Open
CDFN opened this issue Jan 25, 2021 · 1 comment
Open

Discord isn't actually logging it's state updates #1

CDFN opened this issue Jan 25, 2021 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@CDFN
Copy link
Owner

CDFN commented Jan 25, 2021

These logs don't work at all, it may be caused by lib used for RPC.

private static final DiscordEventHandlers HANDLERS = new DiscordEventHandlers.Builder()
.setReadyEventHandler(user -> Fabricord.LOGGER.info("Discord RPC is ready: {} {}", user.username, user.discriminator))
.setDisconnectedEventHandler((errorCode, message) -> Fabricord.LOGGER.warn("Discord RPC has disconnected: {} {}", errorCode, message))

@CDFN CDFN added bug Something isn't working good first issue Good for newcomers labels Jan 25, 2021
@CDFN
Copy link
Owner Author

CDFN commented Jan 25, 2021

Same issue is described here: Vatuu/discord-rpc#42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant