Open GoogleCodeExporter opened 9 years ago
It looks like you have a Javascript issue, do you have a Chrome extension
tampering with Javascript (like NotScripts for example) ?
Original comment by adrien.d...@gmail.com
on 17 Apr 2012 at 7:39
I have the same problem, even when I turned off all extensions. (Ubuntu 11.10)
Developer tools revealed an error in the lines
xhr.open("GET", "http://ugotpewpewd.net/md5.php?s=" + str, false);
xhr.send(null);
Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101
Original comment by AndreyTs...@gmail.com
on 18 Apr 2012 at 6:06
Are you able to go to "http://ugotpewpewd.net/md5.php" if you copy-paste the
URL in your browser ?
Original comment by adrien.d...@gmail.com
on 19 Apr 2012 at 7:32
I solved the problem. Posted by "www" in a reference like this:
xhr.open ("GET", "http://www.ugotpewpewd.net/md5.php?s =" + str, false);
And in the "permissions":
"http://www.ugotpewpewd.net/"
And it worked.
Original comment by AndreyTs...@gmail.com
on 19 Apr 2012 at 2:23
I made some changes on my webserver and had no idea that it would impact this
extension. I reverted these changes so it should work as soon as everything has
been propagated.
Anyway, thank you very much for debugging this issue, I really appreciate it.
Original comment by adrien.d...@gmail.com
on 19 Apr 2012 at 9:44
Original issue reported on code.google.com by
taylorwa...@gmail.com
on 12 Apr 2012 at 11:59