- weinre command line; please add --verbose true and --debug true ==> weinre --boundhost 192.168.131.59 --httpPort 8081 --verbose true --debug true
2013-11-07T11:45:42.082Z weinre: pid:                 13668
2013-11-07T11:45:42.089Z weinre: version:             2.0.0-pre-HH0SN197
2013-11-07T11:45:42.089Z weinre: node versions:
2013-11-07T11:45:42.089Z weinre:    http_parser: 1.0
2013-11-07T11:45:42.090Z weinre:    node       : 0.10.21
2013-11-07T11:45:42.090Z weinre:    v8         : 3.14.5.9
2013-11-07T11:45:42.090Z weinre:    ares       : 1.9.0-DEV
2013-11-07T11:45:42.090Z weinre:    uv         : 0.10.18
2013-11-07T11:45:42.091Z weinre:    zlib       : 1.2.3
2013-11-07T11:45:42.091Z weinre:    modules    : 11
2013-11-07T11:45:42.091Z weinre:    openssl    : 1.0.1e
2013-11-07T11:45:42.091Z weinre: options:
2013-11-07T11:45:42.092Z weinre:    httpPort:     8081
2013-11-07T11:45:42.092Z weinre:    boundHost:    localhost
2013-11-07T11:45:42.092Z weinre:    verbose:      true
2013-11-07T11:45:42.092Z weinre:    debug:        true
2013-11-07T11:45:42.093Z weinre:    readTimeout:  5
2013-11-07T11:45:42.093Z weinre:    deathTimeout: 15
The app is a cordova one made with Icenium, using require.js, I think it doesn't play any role as when I try this with the Icenium emulator on my laptop (i.e. with localhost everywhere instead of the ip) weinre works fine.
I thought at first it might be a Windows8 firewall issue but switching it completely off didn't solve anything. It might have been a pure network issue, but if I run a xampp on :80 on my laptop, I can reach it's sites from the mobile phone so it's not that either.
2013-11-07T11:52:07.933Z weinre: --------------------------------------------------
2013-11-07T11:52:07.935Z weinre: POST / [request]
2013-11-07T11:52:07.936Z weinre:    {"id":"anonymous"}
2013-11-07T11:52:07.942Z weinre: --------------------------------------------------
2013-11-07T11:52:07.942Z weinre: POST / 200 [response]
2013-11-07T11:52:07.942Z weinre:    {"channel":"c-1","id":"anonymous"}
2013-11-07T11:52:08.024Z weinre: --------------------------------------------------
2013-11-07T11:52:08.025Z weinre: POST /c-1 [request]
2013-11-07T11:52:08.025Z weinre:    Network.cachedResources(["c-1::1"])
2013-11-07T11:52:08.101Z weinre: --------------------------------------------------
2013-11-07T11:52:08.101Z weinre: POST /c-1 [request]
2013-11-07T11:52:08.102Z weinre:    Inspector.hideDOMNodeHighlight([null])
2013-11-07T11:52:08.102Z weinre:    Runtime.releaseWrapperObjectGroup([0,"watch-group",null])
2013-11-07T11:52:08.102Z weinre:    Runtime.releaseWrapperObjectGroup([0,"watch-group",null])
2013-11-07T11:52:08.103Z weinre:    Inspector.removeAllScriptsToEvaluateOnLoad([null])
2013-11-07T11:52:08.103Z weinre:    WeinreClientCommands.getExtensions(["c-1::2"])
2013-11-07T11:52:08.103Z weinre:    Inspector.populateScriptObjects(["c-1::3"])
2013-11-07T11:52:08.104Z weinre:    Console.setConsoleMessagesEnabled([true,null])
2013-11-07T11:52:08.104Z weinre:    CSS.getSupportedCSSProperties(["c-1::4"])
2013-11-07T11:52:08.104Z weinre:    WeinreClientCommands.registerClient(["c-1::5"])
2013-11-07T11:52:08.110Z weinre: --------------------------------------------------
2013-11-07T11:52:08.111Z weinre: GET /c-1 200 [response]
2013-11-07T11:52:08.111Z weinre:    WeinreClientEvents.sendCallback(["c-1::2",[[]]])
2013-11-07T11:52:08.112Z weinre:    WeinreClientEvents.sendCallback(["c-1::5",{"channel":"c-1","id":"anonymous","hostName":"127.0.0.1","remoteAddress":"127.0.0.1"}])
2013-11-07T11:52:08.112Z weinre:    WeinreClientEvents.serverProperties([{"httpPort":"8081","boundHost":"localhost","verbose":"true","debug":"true","readTimeout":"5","boundhost":"192.168.131.59","deathTimeout":"15","staticWebDir":"C:\\Users\\Gilles\\AppData\\Roaming\\npm\\node_modules\\weinre\\web","version":"2.0.0-pre-HH0SN197"}])
2013-11-07T11:52:08.114Z weinre:    WeinreClientEvents.clientRegistered([{"channel":"c-1","id":"anonymous","hostName":"127.0.0.1","remoteAddress":"127.0.0.1"}])
2013-11-07T11:52:08.120Z weinre: --------------------------------------------------
2013-11-07T11:52:08.123Z weinre: POST /c-1 [request]
2013-11-07T11:52:08.126Z weinre:    WeinreClientCommands.getTargets(["c-1::6"])
2013-11-07T11:52:08.131Z weinre:    WeinreClientCommands.getClients(["c-1::7"])
2013-11-07T11:52:08.198Z weinre: --------------------------------------------------
2013-11-07T11:52:08.199Z weinre: GET /c-1 200 [response]
2013-11-07T11:52:08.201Z weinre:    WeinreClientEvents.sendCallback(["c-1::6",[[]]])
2013-11-07T11:52:08.206Z weinre:    WeinreClientEvents.sendCallback(["c-1::7",[[{"channel":"c-1","id":"anonymous","hostName":"127.0.0.1","remoteAddress":"127.0.0.1"}]]])
Quite puzzling... any idea ?