discord / discord-api-docs

Official Discord API Documentation
https://discord.com/developers/docs/intro
Other
5.95k stars 1.26k forks source link

Fetching webhooks on a specific guild throws 500 #5238

Closed almostSouji closed 2 years ago

almostSouji commented 2 years ago

Description

Fetching webhooks on the guild 222078108977594368 (specifically) returns a 500 response both when accessed via the bot API and the client (server settings > integrations). Note: fetching hooks on each individual channel of the guild works and will return the webhooks.

@IanMitchell here is the reminder you asked for

Steps to Reproduce

curl 'https://canary.discord.com/api/v10/guilds/222078108977594368/webhooks' -H 'authorization: Bot <token>'

GET /guilds/222078108977594368/webhooks

Expected Behavior

Getting webhooks

Current Behavior

500

{"message": "500: Internal Server Error", "code": 0}

Screenshots/Videos

No response

Client and System Information

API v9 API v10 Canary 138268 (8726d84) Host 1.0.48 Windows 10 64-Bit (10.0.22621) And very likely absolutely any other client.

devsnek commented 2 years ago

This should be fixed now.