| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 25 Dec 2025 14:28:00 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090706054647
location: https://web.archive.org/web/20090706054647/https://github.com/darwin/firepython/issues
server-timing: captures_list;dur=1.058275, exclusion.robots;dur=0.083936, exclusion.robots.policy;dur=0.067750, esindex;dur=0.046542, cdx.remote;dur=37.854680, LoadShardBlock;dur=1446.649494, PetaboxLoader3.datanode;dur=65.882228, PetaboxLoader3.resolve;dur=114.370728
x-app-server: wwwb-app204-dc6
x-ts: 302
x-tr: 1539
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 25 Dec 2025 14:28:00 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Mon, 06 Jul 2009 05:46:47 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 168ms
x-archive-orig-etag: "a4fa75733ba8b3e76b2ff48ef0b0024a"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 26163
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 06 Jul 2009 05:46:47 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_10_20090706032834_crawl102.gpg-c/52_10_20090706054615_crawl101.arc.gz
server-timing: captures_list;dur=0.513504, exclusion.robots;dur=0.016828, exclusion.robots.policy;dur=0.008076, esindex;dur=0.010379, cdx.remote;dur=7.756732, LoadShardBlock;dur=74.214379, PetaboxLoader3.datanode;dur=88.153705, load_resource;dur=93.786290, PetaboxLoader3.resolve;dur=28.537456
x-app-server: wwwb-app204-dc6
x-ts: 200
x-tr: 241
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Issues - darwin/firepython - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| Description: | Python logging console for Firebug edit |
Sort by:
Priority
Priority
|
Votes
Votes
|
Last Updated
Last Updated
Loading…
-
Make the logger pane persist logs across page refreshes
0 comments Created 2 months ago by darwinRight now if the page does a submit, the logger pane gets cleared. It would be useful to have history available (for server side generated redirects mainly).
I'm using it with pylons and emacs, and it totally kicks ass! Thanks for the awesome extension.
-- aaditya sood
Comments
-
I'm using django (which support py23) it in a RHEL 4 and cannot upgrade python. Path follows:
--- firepython\middleware.py Tue May 12 10:12:32 2009 UTC +++ firepython\middleware.py Tue Jun 16 22:06:02 2009 UTC @@ -146,7 +146,7 @@ errors.append(self._handle_internal_exception(e)) chunks = self._encode(logs, errors, profile) - guid = "%08x" % random.randint(0,0xFFFFFFFFL) + guid = "%08x" % random.randint(0,0xFFFFFFFF) for i, chunk in enumerate(chunks): add_header('FireLogger-%s-%d' % (guid, i), chunk) @@ -356,17 +356,16 @@ self._start() # run app try: - try: - app = self._profile_wrap(self._app) - app_iter = app(environ, faked_start_response) - output = list(app_iter) - except Exception: - logging.exception(sys.exc_info()[1]) - raise - except: - logging.warning("DeprecationWarning: raising a string exception is deprecated") - logging.exception(sys.exc_info()[0]) - raise + app = self._profile_wrap(self._app) + app_iter = app(environ, faked_start_response) + output = list(app_iter) + except Exception: + logging.exception(sys.exc_info()[1]) + raise + except: + logging.warning("DeprecationWarning: raising a string exception is deprecated") + logging.exception(sys.exc_info()[0]) + raise finally: # Output the profile first, so we can see any errors in profiling. profile = self._prepare_profile()Comments
This feature is coming soon. Sit tight!















