Comment #4 on issue 6 by si...@joyful.com: browser invoked by hledger web
hangs on first request
http://code.google.com/p/hledger/issues/detail?id=6
New data point: in gnome terminal on an ubuntu karmic netbook, with chrome 5
configured as sensible-browser, running "hledger 0.8 with web (using
simpleserver)"
(no happstack), I see this problem. hledger web brings up chrome, which
gets stuck
requesting http://localhost:5000 . If I quit and restart the browser it
works. netstat
shows "tcp" not "tcp6", so I feel that part may be a red herring.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #5 on issue 6 by si...@joyful.com: browser invoked by hledger web
hangs on first request
http://code.google.com/p/hledger/issues/detail?id=6
I could be wrong, but for me this seems to happen with Chrome, but not with
Firefox.
Now I've pushed a change to start the browser in a different way, which
seems to fix the
problem. More testing appreciated.