worker error, id: 1 Error: Cookie failed to parse
See original GitHub issueVersion info:
docker image artilleryio/artillery:2.0.0-23
Running this command:
docker run --rm -it -v ${PWD}:/scripts artilleryio/artillery run /scripts/front.yml
I expected to see this happen:
Load testing for my website.
Instead, this happened:
Files being used:
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to remember authorization when parsing a site on nodejs ...
If I install cookies and then go to the site, I get the error - UnhandledPromiseRejectionWarning: Error: Setting cookie failed. – nicolaa. Apr ......
Read more >Failed to parse value - how to solve related issues - Opster
This guide will help you check for common problems that cause the log ” Failed to parse value ” to appear.
Read more >STL_LOAD_ERRORS - Amazon Redshift - AWS Documentation
Column name Data type Description
userid integer ID of the user who generated the entry.
slice integer Slice where the error occurred.
tbl integer Table ID....
Read more >Testing HTTP - Artillery.io
Typically, these errors occur when testing services with a self-signed certificate or an expired SSL certificate. You may see errors such as ...
Read more >HTTP status and error codes for JSON | Cloud Storage
temporaryRedirect, Resource temporarily located elsewhere according to the Location header. Among other reasons, this can occur when cookie-based authentication ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Excellent! That’s exactly the test case I used in the PR (empty cookie header), so it should be fixed once we merge it
Hey, this should be fixed and released Related prs: https://github.com/artilleryio/artillery/pull/1492 (better default behavior) and https://github.com/artilleryio/artillery/pull/1581 (allow customization of toughCookie props)