jagrosh / DiscordIPC

Connect locally to the Discord client using IPC for a subset of RPC features like Rich Presence and Activity Join/Spectate
Apache License 2.0
141 stars 47 forks source link

App crashes when discords is closed #11

Closed rickmartensnl closed 6 years ago

rickmartensnl commented 6 years ago

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

Shengaero commented 6 years ago

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