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

TextDecoder.decode() Type Error hangs the whole app #10

Closed
AndrewBastin opened this issue Jul 30, 2020 · 2 comments
Closed

TextDecoder.decode() Type Error hangs the whole app #10

AndrewBastin opened this issue Jul 30, 2020 · 2 comments

Comments

@AndrewBastin
Copy link
Member

Describe the bug

Postwomen keeps raising following exception on a failed request, and hanging the app. I have to use browser's task manager to kill it. Screenshot below.

TypeError: Failed to execute 'decode' on 'TextDecoder': The provided value is not of type '(ArraryBuffer or ArrayBufferView)

To Reproduce
Steps to reproduce the behavior:

  1. Send an empty POST requests to https://www.feishu.cn/approval/openapi/v2/approval/get
  2. See error

Expected behavior

Display the error response without hanging the app.

Screenshots

image

Desktop (please complete the following information):

  • OS: macOS 10.15.6
  • Browser: Edge 84.0.522.48
  • Postwomen Version: v1.9.7
@AndrewBastin
Copy link
Member Author

This issue is from the main Postwoman repo hoppscotch/hoppscotch#1032

@AndrewBastin
Copy link
Member Author

Fixed in 9a14e9e!

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

1 participant