Closed
Bug 1156082
Opened 10 years ago
Closed 7 years ago
Can't connect with WebIDE to FirefoxOS device using Wi-Fi/Wifi on Windows 8.1
Categories
(DevTools :: about:debugging, defect, P3)
Tracking
(firefox40 affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: aryx, Unassigned)
References
(Blocks 2 open bugs)
Details
Firefox Nightly 20150418 on Windows 8.1
I tried to connect the WebIDE to my Flame running the latest b2g and Gaia master (and v18D base image).
The browser console prints:
"DISCOVERY: LISTEN FOR UPDATE" discovery.js:69
"DISCOVERY: Send to 50624:
{
"device": "A503",
"services": {}
}" discovery.js:69
ReferenceError: reference to undefined property this._expectingReplies.timer discovery.js:334:4
"DISCOVERY: PURGING MISSING DEVICES"
Enabling the debugging option in the Developers menu seems to generate:
I/GeckoDump( 209): AdbController: Starting USB debugger on /data/local/debugger
-socket
I/GeckoDump( 209): AdbController: Starting WiFi debugger
I/GeckoDump( 209): AdbController: Started WiFi debugger on 35568
I/GeckoConsole( 209): Content JS LOG: DISCOVERY: ADDING LOCAL SERVICE
I/GeckoConsole( 209): at log (resource://gre/modules/commonjs/toolkit/loade
r.js -> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
I/Gecko ( 209): console.log: DISCOVERY: ADDING LOCAL SERVICE
I/Gecko ( 209): at log (resource://gre/modules/commonjs/toolkit/loader.js
-> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
I/GeckoConsole( 209): Content JS LOG: DISCOVERY: LISTEN FOR SCAN
I/GeckoConsole( 209): at log (resource://gre/modules/commonjs/toolkit/loade
r.js -> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
I/Gecko ( 209): console.log: DISCOVERY: LISTEN FOR SCAN
I/Gecko ( 209): at log (resource://gre/modules/commonjs/toolkit/loader.js
-> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
Later, the logs shows:
W/NetworkUtils( 209): Error (-3) occurred in CommandResult NetworkUtils::remove
DefaultRouteLegacy(NetworkParams&) (../../../../gecko/dom/system/gonk/NetworkUti
ls.cpp:1952)
E/NetworkUtils( 209): addHostRouteLegacy does not support empty gateway.
I/GeckoConsole( 209): Content JS LOG: DISCOVERY: Active network changed to: 0
I/GeckoConsole( 209): at log (resource://gre/modules/commonjs/toolkit/loade
r.js -> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
I/Gecko ( 209): console.log: DISCOVERY: Active network changed to: 0
I/Gecko ( 209): at log (resource://gre/modules/commonjs/toolkit/loader.js
-> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
I/GeckoConsole( 209): Content JS LOG: DISCOVERY: LISTEN FOR SCAN
I/GeckoConsole( 209): at log (resource://gre/modules/commonjs/toolkit/loade
r.js -> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
I/Gecko ( 209): console.log: DISCOVERY: LISTEN FOR SCAN
I/Gecko ( 209): at log (resource://gre/modules/commonjs/toolkit/loader.js
-> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
Also:
W/NetworkUtils( 209): Error (-3) occurred in CommandResult NetworkUtils::removeDefaultRouteLegacy(NetworkParams&) (../../../../gecko/dom/system/gonk/NetworkUtils.cpp:1952)
I/GeckoConsole( 209): Content JS LOG: DISCOVERY: Active network changed to: 0
I/GeckoConsole( 209): at log (resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
I/Gecko ( 209): console.log: DISCOVERY: Active network changed to: 0
I/Gecko ( 209): at log (resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
E/NetworkUtils( 209): addHostRouteLegacy does not support empty gateway.
I/GeckoConsole( 209): Content JS LOG: DISCOVERY: LISTEN FOR SCAN
I/GeckoConsole( 209): at log (resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
I/Gecko ( 209): console.log: DISCOVERY: LISTEN FOR SCAN
I/Gecko ( 209): at log (resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/discovery/discovery.js:69:undefined)
By default, the Wi-Fi network has UPnP disabled. In a log from several tries with UPnP enabled, I couldn't find any log items about discovery.
Component: Developer Tools: WebIDE → Developer Tools: about:debugging
Updated•8 years ago
|
Blocks: aboutdebugging-webide
Comment 1•8 years ago
|
||
About:debugging bug triage. Filter on TRIAGE-JD201705
Temporarily setting P3 to bugs migrated from webide to cleanup the triage for about:debugging.
Priority: -- → P3
Comment 2•7 years ago
|
||
Given that Firefox OS has been discontinued, I'm going to close this.
Thanks for filing it initially, Sebastian!
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•