Getting the error “Sampler error: unexpected frame type.” when reading a frame using Single Read Sampler with JMeter and JMeter Websocket Plugin

Issue #131 closed
Chaitra M created an issue

I am using Jmeter for the load testing of an application which includes web socket connection.

When trying to read the data in a frame using Single Read Sampler, got an error "Sampler error: unexpected frame type." and previous request reads are working fine

Please find attached the screenshot.

Comments (2)

  1. Peter Doornbosch repo owner

    “Response message: Received: Close frame….”

    So your test plan is expecting a data frame, but the server is sending a close frame.

  2. Log in to comment