Patreon: Read timed out / TypeError
See original GitHub issuePatreon hooks are not working. Sending any of the test requests (for any event) results in this error:
Test Response
---
Error: _HTTPSConnectionPool(host='skyhookapi.com', port=443): Read timed out. (read timeout=10)
If I enable the events anyway, then this message shows up in discord 3 times before patreon automatically disables the hook:
Skyhook Error An error has occured on skyhook for your webhook with provider patreon. Maybe you can copy/paste or screenshot this error if there is no sensitive information and open an issue on the skyhook GitHub.
Error: “TypeError: Reduce of empty array with no initial value\n at Array.reduce (<anonymous>)\n at Patreon._handleAPIV2 (/app/dist/provider/Patreon.js:90:14)\n at Patreon.<anonymous> (/app/dist/provider/Patreon.js:121:18)\n at Generator.next (<anonymous>)\n at /app/dist/provider/Patreon.js:7:71\n at new Promise (<anonymous>)\n at __awaiter (/app/dist/provider/Patreon.js:3:12)\n at Patreon.membersCreate (/app/dist/provider/Patreon.js:120:16)\n at Patreon.<anonymous> (/app/dist/provider/BaseProvider.js:71:33)\n at Generator.next (<anonymous>)”
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (3 by maintainers)
Top GitHub Comments
Yeah I think I forgot to build before redeploying. Sorry about that. Should be fixed now!
I’m looking at the js file