adebosschere / grooveshark-scrobbler

Automatically exported from code.google.com/p/grooveshark-scrobbler
0 stars 0 forks source link

Doesn't link to Last.fm #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
when it takes me to the page where it should say "connected to last.fm" all i 
see is 3 empty boxes. 

What version of the product are you using? On what operating system?
latest version , 1.05 on Windows 7
Please provide any additional information below.

Original issue reported on code.google.com by taylorwa...@gmail.com on 12 Apr 2012 at 11:59

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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