Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Json Extractor not work for websocketsampler response #66

Open
russelltao opened this issue Mar 12, 2017 · 1 comment
Open

Json Extractor not work for websocketsampler response #66

russelltao opened this issue Mar 12, 2017 · 1 comment

Comments

@russelltao
Copy link

Because I get the resposne like:
[Message 2]
{"data": {"user_id": 1, "sid": "98e899c456ecba2fcaff269de7569196"}, "code": 1000, "command": {"path": "employee.consumer.Login"}}
then I think it's because "[Message 2]" is the cause for not a json string.
Then I use json extractor like $.data.sid, I can't get the sid value

@sailfish-jjk
Copy link

Also came across this problem, seems [Message 2] is useless as sampler result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants