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

Can't get response body with context.response.getBody() in plugin #8541

Closed
2 of 4 tasks
stamaimer opened this issue Mar 28, 2025 · 2 comments
Closed
2 of 4 tasks

Can't get response body with context.response.getBody() in plugin #8541

stamaimer opened this issue Mar 28, 2025 · 2 comments
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@stamaimer
Copy link

Expected Behavior

I had wrote a local plugin to post-process response. The code as follows:

        const respBody = context.response.getBody();
        console.log("respBody", respBody.toString('utf-8'));

        rspObj = JSON.parse(respBody.toString('utf-8'));
        console.log("rspObj", rspObj);

After update insomnia version, When i send request as usual, the plugin throw a error Response hook failed SyntaxError: Unexpected token 'o', "[object Promise]" is not valid JSON

The respBody.toString('utf-8') turn to [object Promise] instead of the original response body buffer.

How can i get the original response body buffer in the new version insomnia?

Actual Behavior

The respBody.toString('utf-8') turn to [object Promise] instead of the original response body buffer.

Reproduction Steps

No response

Is there an existing issue for this?

Which sync method do you use?

  • Git sync.
  • Insomnia Cloud sync.
  • Local only

Additional Information

No response

Insomnia Version

Insomnia 11.0.1

What operating system are you using?

macOS

Operating System Version

Darwin arm64 24.0.0

Installation method

download from insomnia.rest

Last Known Working Insomnia version

No response

@stamaimer stamaimer added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Mar 28, 2025
@stamaimer
Copy link
Author

#8479

@notjaywu
Copy link
Contributor

notjaywu commented Apr 2, 2025

#8479

Closing, we are tracking this issue in #8479

@notjaywu notjaywu closed this as completed Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests

2 participants