-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Error 400 (code: 50035). An unknown COMPONENT_VALIDATION_FAILED #5943
Comments
Did you ever manage to find a way around this or a solution? Just became my error too.. |
Unfortunately, no. I just let it be so and gave up. Maybe, the devs will fix it somewhen… |
Are you trying to do this in requests or actually in discord? |
I didn't quite undestand what you mean. I've tried both. The issue occurs when I press some buttons, so it is visible on the console. Discord refuses to send responses, so buttons become buggy |
I found if you had something that blocked websockets, or webrtc to be the
cause, IE i was attempting to make a python script click a button and i
couldn't find why it was erroring, but i found it after about 1 hr, was
required to keep the websocket open.
…On Wed, 12 Apr 2023 at 06:45, DasicPhilipp ***@***.***> wrote:
Are you trying to do this in requests or actually in discord?
I didn't quite undestand what you mean. I've tried both. The issue occurs
when I press some buttons, so it is visible on the console. Discord refuses
to send responses, so buttons become buggy
—
Reply to this email directly, view it on GitHub
<#5943 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5VEM5GR3DTAYGR752TI5IDXAY6PRANCNFSM6AAAAAAVA4US7E>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Description
From time to time a weird error occurs. When I press buttons, I receive "This Interaction Failed". Discord denies my request:
There is no regularity and that's why it's weird. Custom IDs are absolutely correct, but Discord itself refuses to validate my component. Only some of the buttons stop working. I can make a copy of the message (update it), only then it begins working again. Sometimes it requires a second button click to make it working, but sometimes you cannot press anything until forever.
Ask me any details you need.
Steps to Reproduce
The example of a broken request:
Expected Behavior
In the ideal case, this error should not occur because everything is correct (I can create a copy of the message with the same buttons, data and etc. and the new one will work). Otherwise, Discord should give more information in the error message but not only "Component validation failed". It's unclear. What is failed?
Current Behavior
The error occurs from time to time, no regularity. The only regularity I see is that it occurs more likely if I press buttons too fast. But if I am slow enough it still may happen.
Screenshots/Videos
https://youtu.be/a7xk6zoDQ-c (example #1) (video #1 below)
https://youtu.be/JsYuzFUpHDc (example #2) (only YouTube, too big)
https://youtu.be/KP4awjPSh5Q (example #3) (video #2 below)
2023-02-19.17-00-39.mp4
2023-02-19.17-42-52.mp4
Client and System Information
I use Discord.NET library, but it really doesn't matter, because Discord itself denies the requests.
The text was updated successfully, but these errors were encountered: