Watching Topic

Subscribe to Watching Topic 4 posts, 2 voices

 
dob Scriptwright

Hi,

this is what I get as a responseText in my Firebug when I click the "Watch Topic?" Checkbox:


<html>

<head>

  <title>Uh-oh! The page could not be found! &ndash; Userscripts.org</title>

  <link href="/stylesheets/display.css" media="screen" rel="Stylesheet" type="text/css" />

</head>

<body>

<div id="header">

    <h1><a href="/"><img src="/images/userscripts.org.png" alt="Userscripts.org" /></a></h1>

</div>

<div id="container">

<div id="content">

	

  <h1>Uh-oh! The page could not be found!</h1>

  <p>If you feel this is an error, tell us about it <a href="/forums/3">in the site forums</a> or <a

 href="mailto:monkeyoil@gmail.com">email the admins</a>.</p>

  <p><img src="/images/monkey_cat.jpg" alt="[Monkey playing with cat]" /></p>

  <p>Sorry, the monkey that runs the site has no idea where that is. But he found a beautiful cat!</p

>

</div>

<br style="clear:both;" />

</div>

<div id="footer">

</div>

</body>

</html>

I'm pretty sure that's not what's supposed to happen. The URL the request used was: http://userscripts.org/forums/3/topics/2021/mon..., Headers were:

Host: userscripts.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Accept: text/javascript, text/html, application/xml, text/xml, */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
X-Requested-With: XMLHttpRequest
X-Prototype-Version: 1.6.0.1
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: http://userscripts.org/forums/3/topics/2021
Content-Length: 59
Cookie: ***
Pragma: no-cache
Cache-Control: no-cache

 
dob Scriptwright

Great to see that people actually care about this problem!
Really nice.

Don't get me wrong, I don't mean to bitch, but that's a real simple issue with an even easier solution.

 
znerp Scriptwright

Well if you know about the solution, you could submit a patch: http://userscripts.devjavu.com/.

 
dob Scriptwright

I haven't looked through the source code, but I know that it's nothing more than the topic's id being written in some database.

If it doesn't work I wonder why it's still on the page :-)