No request data in FireFox

Hi there,

Just got my private instance up and running (WinXP). IE8 and Chrome 21 are working beautifully. I am having an issue with Firefox 15 where the results do not include any request data or details. Only the CPU utilization and bandwidth are shown.

Anybody have any ideas?

I’ve downloaded the latest wptupdate.zip and update.zip, but still having the same issue. INI files and screenshot are include.

[attachment=215]

[locations]
1=Localhost
default=Localhost

;
; These are the top-level locations that are listed in the location dropdown
; Each one points to one or more browser configurations
;

[Localhost]
1=IE
2=wptdriver
label="Bobby's laptop"

;
; Tese are the browser-specific configurations that match the configurations
; defined in the top-level locations.  Each one of these MUST match the location
; name configured on the test agent (urlblast.ini or wptdriver.ini)
;

[IE]
browser=IE 8
latency=0
label="Bobby's laptop - IE 8"
browserExe=pagetest.exe
key=TestKey123

;
; For a wptdriver configuration (chrome, firefox), the browser labels here 
; MUST match the labels used in wptdriver.ini
;

[wptdriver]
browser=Chrome,Firefox
label="Bobby's laptop - wptdriver"
[WebPagetest]
url=http://127.0.0.1
location=wptdriver
;key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://www.webpagetest.org/installers/software.dat

[Chrome]
exe="C:\Program Files\Google\Chrome\Application\chrome.exe"
options='--load-extension="%WPTDIR%\extension" --user-data-dir="%PROFILE%" --no-proxy-server'
installer=http://www.webpagetest.org/installers/browsers/chrome.dat

[Firefox]
exe="C:\Program Files\Mozilla Firefox\firefox.exe"
options='-profile "%PROFILE%" -no-remote'
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox

Thanks,
Bobby

Try a page other than Google - maybe www.yahoo.com

There’s a chance that it is forcing https for google and Firefox now has SPDY support (and WPT doesn’t decode SPDY directly yet).

Thanks for the help Patrick.

Not much better luck with www.yahoo.com. The strange thing is it worked 1 time for a repeat view on yahoo, but then every subsequent run (first time or repeat) it reverted back to no data.

Its almost as if it is unable to hook into the browser?

I’ll try reinstalling FF and reapplying the wptupdate.

Just a sanity check, it is a 32-bit Firefox, correct? I’m pretty sure you wouldn’t even be getting screen shots if it wasn’t hooking (because the screen shot code is part of what gets injected).

I’m pretty sure it’s not a version thing either because I have Firefox 15 running on the public instances.

Any chance there is other software running that may be mucking with things or a proxy of some kind?

Definitely 32-bit Firefox. No luck with reinstalling wptdriver or FF either.

There is plenty of aggressive anti-virus and monitoring software installed on this machine that I can’t disable :(, so I’ll chalk it up to that.

Thanks for the help Pat.