From 8a2b1889aa77a3f1fa1b941e5b48eb27aa7d50b8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 28 Apr 2017 13:31:40 +1000 Subject: [PATCH] suggest users start with add-ons disabled to diagnose problem --- aqt/errors.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/aqt/errors.py b/aqt/errors.py index 836308b35..cd96e4cc2 100644 --- a/aqt/errors.py +++ b/aqt/errors.py @@ -98,8 +98,14 @@ or your deck may have a problem.

If that doesn't fix the problem, please copy the following
into a bug report:""") pluginText = _("""\ -An error occurred in an add-on.
-Please post on the add-on forum:
%s
""") +An error occurred in an add-on.

+Please start Anki while holding down the shift key, and see if
+the error goes away.

+If the error goes away, please report the issue on the add-on
+forum: %s +

If the error occurs even with add-ons disabled, please
+report the issue on our support site. +""") pluginText %= "https://anki.tenderapp.com/discussions/add-ons" if "addon" in error: txt = pluginText