Răsfoiți Sursa

Improve error messages

Nick Barrett 2 ani în urmă
părinte
comite
ff9453e037
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      mautrix_instagram/user.py

+ 2 - 2
mautrix_instagram/user.py

@@ -98,14 +98,14 @@ BridgeState.human_readable_errors.update(
         "ig-connection-error": "Instagram disconnected unexpectedly",
         "ig-connection-error": "Instagram disconnected unexpectedly",
         "ig-refresh-connection-error": "Reconnecting failed again after refresh: {message}",
         "ig-refresh-connection-error": "Reconnecting failed again after refresh: {message}",
         "ig-connection-fatal-error": "Instagram disconnected unexpectedly",
         "ig-connection-fatal-error": "Instagram disconnected unexpectedly",
-        "ig-auth-error": "Authentication error from Instagram: {message}",
+        "ig-auth-error": "Authentication error from Instagram: {message}, please login again to continue",
         "ig-checkpoint": "Instagram checkpoint error. Please check the Instagram website.",
         "ig-checkpoint": "Instagram checkpoint error. Please check the Instagram website.",
         "ig-consent-required": "Instagram requires a consent update. Please check the Instagram website.",
         "ig-consent-required": "Instagram requires a consent update. Please check the Instagram website.",
         "ig-checkpoint-locked": "Instagram checkpoint error. Please check the Instagram website.",
         "ig-checkpoint-locked": "Instagram checkpoint error. Please check the Instagram website.",
         "ig-rate-limit": "Got Instagram ratelimit error, waiting a few minutes before retrying...",
         "ig-rate-limit": "Got Instagram ratelimit error, waiting a few minutes before retrying...",
         "ig-disconnected": None,
         "ig-disconnected": None,
         "ig-no-mqtt": "You're not connected to Instagram",
         "ig-no-mqtt": "You're not connected to Instagram",
-        "logged-out": "You're not logged into Instagram",
+        "logged-out": "You've been logged out of instagram, please login again to continue",
     }
     }
 )
 )