Skip to content

Commit

Permalink
Switched to GitHub Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
ukdtom committed May 5, 2019
1 parent 92d13f2 commit 183202d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Windows/ClaimIt/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ private Boolean ClaimIt()
{
UpdateStatus("PROBLEM: Can't Claim PMS.....Job Aborted", Color.Red);
UpdateStatus("Error was: " + ex.Message, Color.Red);
UpdateStatus("If status code is 401, then most likely the PMS was already claimed, and belongs to somebody else!", Color.Red);
UpdateStatus("If this really is your server, then see: https://support.plex.tv/articles/204281528-why-am-i-locked-out-of-server-settings-and-how-do-i-get-in/", Color.Red);
UpdateStatus("Please see: https://github.com/ukdtom/ClaimIt/wiki/Error-Codes", Color.Red);
return false;
}
}
Expand Down Expand Up @@ -301,8 +300,7 @@ private void BtnClaimIt_Click(object sender, EventArgs e)
if (!((PMSIPAddr == "127.0.0.1") || _IsPrivate(PMSIPAddr)))
{
UpdateStatus("The IP address entered is not in Private Address Space", Color.Red);
UpdateStatus("Either '127.0.0.1' or an address in private address space is needed to claim a server", Color.Red);
UpdateStatus("See: https://en.wikipedia.org/wiki/Private_network", Color.Red);
UpdateStatus("Please see: https://github.com/ukdtom/ClaimIt/wiki/IP-Address-requirement", Color.Red);
FatalError();
}
else
Expand Down

0 comments on commit 183202d

Please sign in to comment.