Re: error Broken pipe when log in
Austin Wang <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
I tried different backends and different templates, still cannot log in admin using the building standalone server. The only way works is using: python demo.py So strange. I guess it’s an issue related to Mac OSX. > On Sep 3, 2018, at 7:54 PM, Austin Wang <[email protected]> wrote: > > Dear Roundup users, > > It’s a freshed installed tracker on MacOSX, tracker version 1.6.0, using classic template. > > I was able to run the standalone server by: > roundup-server ticket=/Users/wangxu/Documents/tmpwork/trackers/trackers/classic > > and can use the web interface and everything is good, but when I try to log in as admin, I saw errors on the console and I cannot log in. > > Please share me your thought on how to correct this. > > Best Regards, > Austin > > > > > > > > WangXus-MacBook-Pro:trackers wangxu$ roundup-server ticket=/Users/wangxu/Documents/tmpwork/trackers/trackers/classic > Roundup server started on localhost:8080 > 127.0.0.1 - - [03/Sep/2018 19:44:30] "GET / HTTP/1.1" 302 - > 127.0.0.1 - - [03/Sep/2018 12:44:31] "GET /ticket/index HTTP/1.1" 200 - > 127.0.0.1 - - [03/Sep/2018 12:44:31] "GET /ticket/@@file/style.css HTTP/1.1" 200 - > 127.0.0.1 - - [03/Sep/2018 19:44:31] "GET /favicon.ico HTTP/1.1" 200 - > 127.0.0.1 - - [03/Sep/2018 19:44:52] "POST / HTTP/1.1" 302 - > 127.0.0.1 - - [03/Sep/2018 12:44:52] "GET /ticket/index HTTP/1.1" 200 - > 127.0.0.1 - - [03/Sep/2018 19:45:05] "POST / HTTP/1.1" 302 - > 127.0.0.1 - - [03/Sep/2018 19:45:05] "POST / HTTP/1.1" 400 - > ---------------------------------------- > Exception happened during processing of request from ('127.0.0.1', 62728) > Traceback (most recent call last): > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 574, in process_request > self.finish_request(request, client_address) > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request > self.RequestHandlerClass(request, client_address, self) > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 657, in __init__ > self.finish() > File "/Library/Python/2.7/site-packages/roundup/scripts/roundup_server.py", line 683, in finish > RoundupRequestHandler.finish(self) > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 716, in finish > self.wfile.close() > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 283, in close > self.flush() > File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 307, in flush > self._sock.sendall(view[write_offset:write_offset+buffer_size]) > error: [Errno 32] Broken pipe > ---------------------------------------- > 127.0.0.1 - - [03/Sep/2018 12:45:06] "GET /ticket/index HTTP/1.1" 200 - > 127.0.0.1 - - [03/Sep/2018 19:45:18] "POST / HTTP/1.1" 302 - > 127.0.0.1 - - [03/Sep/2018 12:45:18] "GET /ticket/index HTTP/1.1" 200 - > 127.0.0.1 - - [03/Sep/2018 19:45:56] "POST / HTTP/1.1" 302 - > 127.0.0.1 - - [03/Sep/2018 19:45:56] "POST / HTTP/1.1" 400 - > > > > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Roundup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/roundup-users