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

[BUG] -DiscordAPIError 50035: Invalid Form Body content[BASE_TYPE_MAX_LENGTH] #148

Open
NICK-FURY-6023 opened this issue Jul 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@NICK-FURY-6023
Copy link

When attempting to play a song using the play command in the Discord music bot, the bot crashes and throws a DiscordAPIError with code 50035. This error specifically mentions "Invalid Form Body content[BASE_TYPE_MAX_LENGTH]: Must be 2000 or fewer in length."

Steps to Reproduce

Join any voice channel.
Use the bot command /play to play a song.
Bot attempts to play the song but crashes with the mentioned error.
Expected Behavior

The bot should successfully play the requested song without any errors.

Actual Behavior

The bot crashes and logs the following error: "Invalid Form Body content[BASE_TYPE_MAX_LENGTH]: Must be 2000 or fewer in length."

image_2024-07-12_065755212

Operating System: macOS 12.3
Node.js Version: v20.15.1
discord.js Version: 14.15.3
discord-player Version: 6.6.10
ffmpeg Version: Not specified
Additional Context

The issue seems to be related to the bot's inability to find or use ffmpeg properly, despite attempts to locate it via various methods as outlined in the error logs.

@NICK-FURY-6023 NICK-FURY-6023 added the bug Something isn't working label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant