ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

chromedriver responds with 404 to all requests after deleting any session #1066

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
chromedriver version: 2.14.313457
chromium version: 41.0.2272.76
OS: Linux x86_64

Steps to reproduce:
1) Launch chromedriver
2) Create a session
3) Delete this session
4) Make other request: create new session, ask status, etc.

Expected result:
Other requests processed fine

Actual result:
All requests are answered with 404

Log file attached.
">>" and "<<" lines are http requests.

Original issue reported on code.google.com by koroboch...@gmail.com on 26 Mar 2015 at 12:29

Attachments:

GoogleCodeExporter commented 9 years ago
Reproduced today on Windows 7 x64 with Chromium version 43.0.2323.0

Original comment by koroboch...@gmail.com on 26 Mar 2015 at 11:10

GoogleCodeExporter commented 9 years ago
Issue is not reproducible. We have tried this using curl and it works for us

Can you please tell us how are you sending the requests to ChromeDriver?

Original comment by gmanikp...@chromium.org on 26 Mar 2015 at 6:42

GoogleCodeExporter commented 9 years ago
I am sorry, this is indeed not reproduced with curl from command line.
Please abort this issue.

I am using libcurl, and it looks like third request (create new session) 
contains wrong headers and method is also wrong.
curl verbose output attached just in case.

Original comment by koroboch...@gmail.com on 26 Mar 2015 at 8:46

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gmanikp...@chromium.org on 26 Mar 2015 at 11:17