Git Product home page Git Product logo

btapp's People

Contributors

kzahel avatar pwmckenna avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

btapp's Issues

Linux support?

I would really like to play with btapp... any chance you could make Torque work on Linux?

add.torrent() arguments validation error

add.torrent({
    url: test_link,
    callback: function(trt){
        var colln = btapp.get('torrent');
        var array = colln.models;
    //  array.length
    //  .models[]
        var torrent = array[array.length - 1];//.models
        setTimeout(function(){
            btapp.get('torrent').each(function(t){
                t.get('file').each(function(file){
                    console.log(file.get('properties').get('name'));
                })
            })
        });
    },
    priority: Btapp.TORRENT.PRIORITY.METADATA_ONLY
});

throw 'arguments do not match any of the function signatures exposed by the client'

because did not match

[nf](string)(string,string)

btapp.on('add:add' function(add){add.torrnet} not works

var btapp = new Btapp();

btapp.on('add:add', function(add){
    console.log( typeof add.torrent ) 
};
//undefined

so add.torrent({...}) no works, but

var btapp = new Btapp();

btapp.on('add:add', function(add){
    setTimeout(function() {
        add.torrent({...})
    });
};

works fine

Uncaught TypeError: Cannot call method 'torrent' of undefined

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?

Dead?

This is not active anymore? I also wonder if Streaming ever worked or works? Thank you.

throw error instead of trying to fetch required libs

 if(typeof jQuery.jStorage === 'undefined') {
                jQuery.getScript(
                    'https://torque.bittorrent.com/jStorage/jstorage.min.js',
                    _.bind(this.initialize_objects, this, attributes)
                );
                return;
            }

this code not works in chrome extension, where external js files are forbidden,
but there is no any warning why bapps.js does not work

Dhtlistener doesnt work!

GET http://127.0.0.1:10000/version/ 127.0.0.1:10000/version/:1

Uncaught Error: Invalid argument conversion from struct FB::variant_detail::empty to class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > at index 1 pairing.btapp.js:270

Uncaught Error: Error calling method on NPObject.

tried both on chrome and firefox @ Win7.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.