Tangdongle / firepy

Automatically exported from code.google.com/p/firepy
MIT License
0 stars 0 forks source link

Problem writing data to console from Wildfire Plugin #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and install Firepy 0.1.4
2. Firefox 3.0.11, Firebug 1.3.3 on Linux 
3. followed example; import logging, logging.info("test")

Expect Firebug output: 
(i) test

Actual Firebug output:
(x) ["There was a problem writing your data from the Wildfire Plugin
http://meta.firephp.org/Wildfire/Structure/FirePHP/FirebugConsole/0.1",
TypeError: mode is undefined message=mode is undefined]

The above message is repeated as many times as there are page dependencies
being loaded; e.g. I see one for the page itself, then one for each
javascript, png, css, etc. dependency being sent by the server.

Original issue reported on code.google.com by isolatio...@gmail.com on 19 Jul 2009 at 5:15

GoogleCodeExporter commented 8 years ago
Thank you very much! This stupid bug (my total mistake) have been resolved in 
0.1.5.

Original comment by serialx....@gmail.com on 19 Jul 2009 at 5:46