bittorrenttorque / btapp

Btapp.js is a backbone library that provides easy access to Torque/BitTorrent/uTorrent clients.
http://documentup.com/bittorrenttorque/btapp
783 stars 73 forks source link

Uncaught TypeError: Cannot call method 'torrent' of undefined #12

Open sh4ka opened 11 years ago

sh4ka commented 11 years ago

Doing:

var btapp = new Btapp();
btapp.connect();

var url = 'http://vodo.net/media/torrents/Deadside.Pilot.2012.720p.x264-VODO.torrent';
btapp.get('add').torrent(url);

Throws Uncaught TypeError: Cannot call method 'torrent' of undefined. I'm using a browser inside a vmware vm, amidointrite?

tghosgor commented 10 years ago

I am also experiencing this.