Closed
Bug 1241584
Opened 9 years ago
Closed 9 years ago
Autophone - moar external network accesses
Categories
(Testing Graveyard :: Autophone, defect)
Testing Graveyard
Autophone
Tracking
(firefox46 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox46 | --- | affected |
People
(Reporter: bc, Assigned: bc)
References
Details
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Still getting fatal errors, now for www.google.com
01-21 17:49:26.256 I/Gecko ( 4416): FATAL ERROR: Non-local network connections are disabled and a connection attempt to www.google.com (216.58.192.36) was made.
I think this is not part of ep1 but is instead yet another in the series of wack a mole preferences. I'll get to this later today.
Assignee | ||
Comment 2•9 years ago
|
||
I looked through the standard suspects and found these possibilities. If this doesn't work, I'll enable NSPR logging and see what's up.
https://github.com/mozilla/autophone/commit/bbc88096e3418ddbc1880dc440840dd4509831c8
Assignee | ||
Comment 3•9 years ago
|
||
nspr log shows
01-21 20:56:09.230 I/ActivityManager( 136): Starting: Intent { act=android.intent.action.VIEW dat=files/ep1/nytimes/nytimes.com/index.html flg=0x10000000 cmp=org.mozilla.fennec/.App (has extras) } from pid 7749
01-21 20:56:15.863 I/PRLog ( 7757): 2885512[45043100]: DOCSHELL 57b48c00 InternalLoad http://files/ep1/nytimes/nytimes.com/index.html
01-21 20:56:16.351 I/Gecko ( 7757): FATAL ERROR: Non-local network connections are disabled and a connection attempt to www.google.com (216.58.192.36) was made.
01-21 20:56:16.351 I/Gecko ( 7757): You should only access hostnames available via the test networking proxy (if running mochitests) or from a test-specific httpd.js server (if running xpcshell tests). Browser services should be disabled or redirected to a local server.
so, the remote url is missing it's webserver prefix.
Assignee | ||
Comment 4•9 years ago
|
||
Assignee | ||
Comment 5•9 years ago
|
||
Ok, that fixed it. I need to update the alert messages and treeherder job info to include the host.
Updated•3 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•