reddit-snooper icon indicating copy to clipboard operation
reddit-snooper copied to clipboard

Crash if subredit doesn't exist

Open Ekliptor opened this issue 6 years ago • 0 comments

If you subscribe to commets/posts of a subredit which doesn't exist (because it has been deleted) the module crashes with a null pointer exception in watcher.js line 67: let children = body.data.children body.data is undefined in that case. Please add add check for this and return a proper error instead.

version: 1.0.1

Ekliptor avatar Apr 08 '18 12:04 Ekliptor