-
Notifications
You must be signed in to change notification settings - Fork 71
Session deleted because of page crash #9
Copy link
Copy link
Open
Description
Getting the following stacktrace when I try to execute nightwatch tests
INFO Got sessionId from selenium 60486302460536b6afcc4bd6f0d6074b
LOG → Completed command pause (1004 ms)
INFO Request: POST http://chromedriver:4444/session/60486302460536b6afcc4bd6f0d6074b/url
- data: {"url":"http://frontend:80"}
- headers: {"Content-Type":"application/json; charset=utf-8","Content-Length":28}
INFO Response 200 POST http://chromedriver:4444/session/60486302460536b6afcc4bd6f0d6074b/url (214ms) { sessionId: '60486302460536b6afcc4bd6f0d6074b',
status: 13,
value: { message: 'unknown error: session deleted because of page crash\nfrom tab crashed\n (Session info: chrome=63.0.3239.84)\n (Driver info: chromedriver=2.34.522913 (36222509aa6e819815938cbf2709b4849735537c),platform=Linux 4.9.60-linuxkit-aufs x86_64)' } }
LOG → Completed command url (217 ms)
INFO Request: GET http://chromedriver:4444/session/60486302460536b6afcc4bd6f0d6074b/screenshot
- data:
- headers: {"Accept":"application/json"}
INFO Response 200 GET http://chromedriver:4444/session/60486302460536b6afcc4bd6f0d6074b/screenshot (3ms) { sessionId: '60486302460536b6afcc4bd6f0d6074b',
status: 6,
value: { message: 'no such session\n (Driver info: chromedriver=2.34.522913 (36222509aa6e819815938cbf2709b4849735537c),platform=Linux 4.9.60-linuxkit-aufs x86_64)' } }
LOG → Completed command screenshot (5 ms)
INFO Request: POST http://chromedriver:4444/session/60486302460536b6afcc4bd6f0d6074b/elements
- data: {"using":"css selector","value":"body"}
- headers: {"Content-Type":"application/json; charset=utf-8","Content-Length":39}
INFO Response 200 POST http://chromedriver:4444/session/60486302460536b6afcc4bd6f0d6074b/elements (5ms) { sessionId: '60486302460536b6afcc4bd6f0d6074b',
status: 6,
value: { message: 'no such session\n (Driver info: chromedriver=2.34.522913 (36222509aa6e819815938cbf2709b4849735537c),platform=Linux 4.9.60-linuxkit-aufs x86_64)' } }
I already increased the shm_size of docker to 2gb but the error still persists.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels