firephp - issue #178
There was a problem writing your data from the Wildfire Plugin http://meta.firephp.org/Wildfire/Structure/FirePHP/FirebugConsole/0.1
First of all, I realise that it is new browser version and alpha version of Firebug. Just in case it helps.
OS: Windows 7 Firefox: 7.0.1 Firebug: 1.9.0a3 FirePHP Server Library: 0.2.1 FirePHP Extension: 0.6.2
What is the problem? Error outputting log messages to Firebug Console
What steps will reproduce the problem? 1. Send something from server to FirePHP 2. See Firebug Console
What is the expected output? What do you see instead? Expect to see log message: INIT(base) - 109.971 ms Instead I see error:
There was a problem writing your data from the Wildfire Plugin http://meta.firephp.org/Wildfire/Structure/FirePHP/FirebugConsole/0.1
Details: TypeError: node is undefined throw chained;
Filename: resource://firebug_rjs/lib/domplate.js LineNumber: 502
stack: ([object Text],null,0,(function (event) {if (event.currentTarget.repInObject.meta && event.currentTarget.repInObject.meta.File && event.currentTarget.repInObject.meta.Line) {FirePHP.setWindowStatusBarText(event.currentTarget.repInObject.meta.File + " : " + event.currentTarget.repInObject.meta.Line);}}),(function () {FirePHP.setWindowStatusBarText(null);}),[object Object],(function (event) {this.pinInspector = false;FirePHP.showVariableInspectorOverlay(event.currentTarget.repObject);}),(function () {if (this.pinInspector) {return;}FirePHP.hideVariableInspectorOverlay();}),(function (event) {this.pinInspector = true;FirePHP.showVariableInspectorOverlay(event.currentTarget.repObject, true);}),"INIT(base) - 109.971 ms",[object Object])@resource://firebug_rjs/lib/domplate.js:502 ([object Object],[object HTMLDivElement])@resource://firebug_rjs/lib/domplate.js:1174 ("INIT(base) - 109.971 ms",[object HTMLDivElement],[object Object])@chrome://firephp/content/FirePHP.js:835 ((function (object, row, rep) {return rep.tag.append({object: object, meta: Meta}, row);}),"INIT(base) - 109.971 ms","info",[object Object],null,(void 0))@resource://firebug_rjs/console/console.js:521 ((function (object, row, rep) {return rep.tag.append({object: object, meta: Meta}, row);}),"INIT(base) - 109.971 ms",[object Object],"info",[object Object],null,true)@resource://firebug_rjs/console/console.js:101 ((function (object, row, rep) {return rep.tag.append({object: object, meta: Meta}, row);}),"INIT(base) - 109.971 ms",[object Object],"info",[object Object],null,true)@resource://firebug_rjs/console/console.js:479 ("info","INIT(base) - 109.971 ms",false,[object Object])@chrome://firephp/content/FirePHP.js:836 ("info","INIT(base) - 109.971 ms",[object Object])@chrome://firephp/content/RequestProcessor.js:558 ([object Object],"http://citcity-v2.centos.dome/test-w","")@chrome://firephp/content/RequestProcessor.js:465 ("http://citcity-v2.centos.dome/test-w",[object Array])@chrome://firephp/content/FirePHP.js:871 ([object Object],[object Object])@chrome://firephp/content/FirePHP.js:208 ([object Array],"onResponseBody",[object Array])@resource://firebug_rjs/lib/events.js:39 ([object Object],[object XPCWrappedNative_NoHelper],"HTML code...</html>")@resource://firebug_rjs/net/netMonitor.js:674 ([object Array],"onStopRequest",[object Array])@resource://firebug_rjs/lib/events.js:39 ([object XPCWrappedNative_NoHelper],null,0)@resource://firebug_rjs/js/tabCache.js:534 ([object XPCWrappedNative_NoHelper],null,0)@resource://firebug_rjs/js/tabCache.js:569 ([object XPCWrappedNative_NoHelper],null,0)@resource://firebug_rjs/net/responseObserver.js:294 "
Comment #1
Posted on Sep 30, 2011 by Happy CamelThanks for the bug report!
Unfortunately I will not be able to get to looking at this until towards the end of October.
You could try http://developercompanion.com/ (free to use for FirePHP extension-equivalent features) to see if it works with this different client. No change needed on server.
Comment #2
Posted on Jan 5, 2012 by Happy CamelPlease try 0.7.0rc2. See: http://firephp.org/
If same problem, please post ALL response headers.
Comment #3
Posted on Jan 7, 2012 by Helpful HippoThanks Christoph, I had the same problem, after installing 0.7.0rc2 it's resolved. Firefox version: 9.0.1 Firebug version: 1.9.0 FirePHPCore 0.3.2
Comment #4
Posted on Jan 8, 2012 by Happy Camel(No comment was entered for this change.)
Comment #5
Posted on Jan 12, 2012 by Happy CamelComment deleted
Comment #6
Posted on Jan 12, 2012 by Helpful RhinoThanks Christoph! I had the same problem. When I installed version 0.7.0rc2 everything was alright again!
Status: Fixed
Labels:
Type-Defect
Priority-Critical
Milestone-Extension-0.7
Code