discord / discord-api-docs

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

Unable to disable discovery for bot #5560

Closed timozaaijer closed 2 years ago

timozaaijer commented 2 years ago

Description

When discovery is fully enabled on a bot, you can no longer disable it. The page displays "We were unable to save your changes. Please try again later" and console logs a 400.

Steps to Reproduce

  1. Have a verified Discord bot
  2. Meet the requirements to enable discovery
  3. Enable discovery
  4. Refresh the website
  5. Disable discovery

Expected Behavior

You should be able to disable discovery by clicking the button "Disable Discovery"

Current Behavior

The website errors and is unable to disable Discovery

Screenshots/Videos

Screenshot 2022-10-18 at 11 07 47 Screenshot 2022-10-18 at 11 07 56

Client and System Information

OS: macOS Monterey (12.2.1 (21D62)) Browser: Chrome Version 106.0.5249.119 (Official Build) (arm64)

typpo commented 2 years ago

Can you provide some more info such as:

ilxlodev commented 2 years ago

This issue could be related to this: https://discord.com/channels/613425648685547541/949408070402981908/1031996690674237541

timozaaijer commented 2 years ago

Can you provide some more info such as:

  • application id
  • the actual response contents of the http request

App ID: 614109280508968980 It appears that the bot doesn't have access to discovery, which also prevents me from disabling it

Here's the response:

{"code": 50035, "errors": {"discoverability_state": {"_errors": [{"code": "APPLICATION_DISCOVERABILITY_ELIGIBLE_REQUIRED", "message": "Deze actie kan niet worden uitgevoerd omdat het verzoek niet in aanmerking komt voor de applicatiemap."}]}}, "message": "Invalid Form Body"}
Patricia1407 commented 2 years ago

This issue could be related to this: https://discord.com/channels/613425648685547541/949408070402981908/1031996690674237541

shaydewael commented 2 years ago

Hi this issue was resolved through another channel—if others find this and are having the same issue, you should message developer support who can give you information about why an app was blocked from discovery.

Patricia1407 commented 2 years ago

Help me