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
NPD when calling s.ID() on an instance of session that was passed into NewFrameSession. The NPD occurs in the ID method itself, which is a simple return s.id, which means that the session instance is incomplete/nil (suggesting that since in the stach trace we have (*Session).ID(0xc00334d8e8?) and the ? denotes "uncertainty about the validity of the memory address or a possible truncation or mismatch of debug information")?
Brief summary
NPD when calling
s.ID()
on an instance of session that was passed intoNewFrameSession
. The NPD occurs in theID
method itself, which is a simplereturn s.id
, which means that the session instance is incomplete/nil (suggesting that since in the stach trace we have(*Session).ID(0xc00334d8e8?)
and the?
denotes "uncertainty about the validity of the memory address or a possible truncation or mismatch of debug information")?Test run id: 3536152
xk6-browser version
v1.9.1
OS
NA
Chrome version
NA
Docker version and image (if applicable)
No response
Steps to reproduce the problem
Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: