You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Continuing/Failing a request from onRequestPaused happens when CDP's
network.fetch functionality is enabled and therefore k6 browser acts as
a proxy for every request that matches the specified pattern.
A context.Canceled error here happens most probably because the
iteration has ended, closing the browser's context inherited by
NetworkManager, meanwhile the CDP command is being executed.
Given this situation, and considering that this happens often in sites
that are continuously making background requests, showing these error
messages is misleading for the end user. Therefore is probably a better
solution to change the log level to debug when this situation occurs.
0 commit comments