Patcher list.txt issue

Status
Not open for further replies.
Experienced Elementalist
Joined
Mar 16, 2010
Messages
247
Reaction score
66
Here's an interesting one for you all. Hoping to get some insight as to why this keeps happening.

So, my patcher was working just fine and dandy until a few days ago. Now, for some odd reason, it's just not working properly anymore and I wish to learn why. Here's the issue. The list.txt gets downloaded just fine, but instead of the actual list, I get the welcome page HTML. Like this:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
  <title>*site patch URL*</title>
  
</head>
<frameset rows="100%,*" border="0">
  <frame src="http://*site patch URL*/NeuroSpace/RESCLIENT/list.txt.gz" frameborder="0" />
  <frame frameborder="0" noresize />
</frameset>

<!-- pageok -->
<!-- 01 -->
<!-- -->
</html>

Now, again, it was working just fine and I haven't updated the patcher either for a while. What do you all think could be causing this?

EDIT: Nevermind, seems the issue was with my domain forwarding service. All fixed now.
 
Last edited:
Status
Not open for further replies.
Back