iEricZHENG / firephp

Automatically exported from code.google.com/p/firephp
0 stars 0 forks source link

There was a problem writing your data from the Wildfire Plugin http://meta.firephp.org/Wildfire/Structure/FirePHP/FirebugConsole/0.1 #178

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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);}),(fu
nction () {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/Requ
estProcessor.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.j
s:294 "

Original issue reported on code.google.com by dmitry.r...@gmail.com on 30 Sep 2011 at 12:40

GoogleCodeExporter commented 8 years ago
Thanks 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.

Original comment by christ...@christophdorn.com on 30 Sep 2011 at 3:39

GoogleCodeExporter commented 8 years ago
Please try 0.7.0rc2. See: http://firephp.org/

If same problem, please post **ALL** response headers.

Original comment by christ...@christophdorn.com on 5 Jan 2012 at 9:28

GoogleCodeExporter commented 8 years ago
Thanks 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 

Original comment by castelli...@gmail.com on 7 Jan 2012 at 12:59

GoogleCodeExporter commented 8 years ago

Original comment by christ...@christophdorn.com on 8 Jan 2012 at 5:23

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks Christoph!  I had the same problem. When I installed version 0.7.0rc2 
everything was alright again!

Original comment by erot...@gmail.com on 12 Jan 2012 at 2:31