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
log.warn("Failed to fetch monerod info, trying to switch to best connection, error={}", e.getMessage());
825
+
if (lastWarningOutsidePeriod()) {
826
+
MoneroRpcConnectionconnection = getConnection();
827
+
log.warn("Error fetching daemon info after max attempts. Trying to switch to best connection. monerod={}, error={}", connection == null ? "null" : connection.getUri(), e.getMessage());
816
828
if (DevEnv.isDevMode()) log.error(ExceptionUtils.getStackTrace(e));
0 commit comments