jagrosh / DiscordIPC

Connect locally to the Discord client using IPC for a subset of RPC features like Rich Presence and Activity Join/Spectate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App crashes when discords is closed

rickmartensnl opened this issue · comments

The app that I made crashes when discord isn't opened

This is because you are failing to catch and properly handle the NoDiscordClientException thrown by the IPCClient#connect() method.