diff --git a/rip/cli.py b/rip/cli.py
index 03a1b60..d87a073 100644
--- a/rip/cli.py
+++ b/rip/cli.py
@@ -442,6 +442,13 @@ class Application(BaseApplication):
return default_globals
+ def render_error(self, error, io):
+ super().render_error(error, io)
+ io.write_line(
+ "\nIf this was unexpected, please open a Bug Report at "
+ "https://github.com/nathom/streamrip/issues/new/choose"
+ )
+
def clean_options(*opts):
for opt in opts: