You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (e.getMessage().startsWith("HTTP Response was (GET https://www.betahub.cn/api/apple/firmwares/")) {
304
-
thrownewTSSException("There was an error retrieving beta versions; try without including beta versions.\n\nThis is a known issue. See issue #603 on GitHub for more information.", false, e);
303
+
if (e.getMessage().startsWith("HTTP Response was (GET https://www.betahub.cn/api/")) {
304
+
thrownewTSSException("There was an error retrieving beta versions; try disabling 'Include Betas'.\n\nThis is a known issue. See issue #614 on GitHub for more information or if you can help.", false, e);
305
305
}
306
-
thrownewTSSException("There was an error retrieving beta versions; try without including beta versions. For more information, try again with the debug log open.", false, e);
306
+
thrownewTSSException("There was an error retrieving beta versions; try disabling 'Include Betas'. For more information, try again with the debug log open.", false, e);
0 commit comments