-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
TextDecoder.decode() TypeError hangs the whole app #1032
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Send an empty POST requests to
https://www.feishu.cn/approval/openapi/v2/approval/get - See error
Expected behavior
Display the error response without hanging the app.
Screenshots
Desktop (please complete the following information):
- OS: macOS 10.15.6
- Browser: Edge 84.0.522.48
- Postwomen Version: v1.9.7
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
