patric99 / remote-torrent-adder

Automatically exported from code.google.com/p/remote-torrent-adder
0 stars 1 forks source link

Not able to add new torrents #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using Chrome 31 dev on Windows 8.1.
Getting this error in console when I try to add torrent remotely.
Uncaught TypeError: Object #<XMLHttpRequest> has no method 'always' (index):124

Following is the function where this error occurs 
function count(element) {
    $.ajax({
        async: false,
        type: 'POST',
        url: "/dltrack/662818/",
        data: { "dst": element.href, "src": document.location.href, "torid": "662818" }
    }).always(function () { window.location.href = element.href; });

    return false;
}

Original issue reported on code.google.com by bikas.b...@gmail.com on 18 Nov 2013 at 10:53

GoogleCodeExporter commented 9 years ago
this code doesn't stem from RTA. it is more likely from the website you're on.

do you have a link example? did you add a regular expression to support the 
link you're clicking on?

sidenote: 31 is pretty old, i'm on 33-dev.

Original comment by jul...@gmail.com on 18 Nov 2013 at 12:23

GoogleCodeExporter commented 9 years ago
orphaned.

Original comment by jul...@gmail.com on 11 Jan 2014 at 12:40