Hi, 
I'm trying to connect to Trac with PyCharm Tasks Server.

Trac is running on localhost:8000::
tracd --port 8000 --auth="project,/path/to/digest,localhost" /path/to/env


When I login with a browser I see tracd *GET* request:
127.0.0.1 - - [22/Apr/2016 20:53:43] "GET /project/login HTTP/1.1" 401 -
127.0.0.1 - - [22/Apr/2016 20:53:47] "GET /project/login HTTP/1.1" 302 -
127.0.0.1 - - [22/Apr/2016 20:53:47] "GET /project/ HTTP/1.1" 200 -

Everything works fine.


Using PyCharm Tasks Server setup and running test connection I see tracd 
*POST* request:
127.0.0.1 - - [22/Apr/2016 20:54:46] "POST /project/login HTTP/1.0" 401 -
127.0.0.1 - - [22/Apr/2016 20:54:46] "POST /project/login HTTP/1.1" 303 -


but PyCharm responds with an error:

The server localhost failed to respond with a valid HTTP response

PyCharm Tasks Server setup:
Server URL: http://localhost:8000/project/login/
Username: name
Password: pass
Search [default]: status!=closed&owner={username}&summary~={query}


Does anybody know a solution?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to