Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/Reloaded.Mod.Launcher.Lib/Update.cs
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ private static void ShowStuckInDownloadLoopDialog(ModDependencyResolveResult res
$"Please report this issue to the link above if you encounter it.\n" +
$"In the meantime, download the required mods manually (you should " +
$"hopefully find it by ID or Name).\n\n" +
$"Sometimes this can also happen if you exceed the API rate limit.\n" +
$"Try again after about an hour; the issue may resolve itself.\n\n" +
$"Sorry for the pain.");

ActionWrappers.ExecuteWithApplicationDispatcher(() =>
Expand All @@ -415,4 +417,4 @@ private static void ShowStuckInDownloadLoopDialog(ModDependencyResolveResult res
});
});
}
}
}
Loading