This repository was archived by the owner on Dec 18, 2021. It is now read-only.
Help -Buttons on Mobile Not working, although desktop is #15
Unanswered
MagicTheDev
asked this question in
Q&A
Replies: 4 comments 33 replies
-
Could you send me a picture of the buttons? |
Beta Was this translation helpful? Give feedback.
11 replies
-
Could you update this module and replace |
Beta Was this translation helpful? Give feedback.
21 replies
-
On desktop yes it edits the messages, and the buttons work perfectly
(displaying the next embed in the list), on mobile tho it does nothing just
throws the error & says interaction failed :/
…On Thu, May 27, 2021 at 1:11 AM kiki7000 ***@***.***> wrote:
Does it edits the message?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#15 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATUG2IE57CCACKUT3ENUEKLTPXPCPANCNFSM45TJGGPA>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Fs lemme add you
…On Thu, May 27, 2021 at 1:15 AM kiki7000 ***@***.***> wrote:
Could you contact me on discord?
My tag is 키키#4242
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#15 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATUG2IAFGPIXQGJ7D3BQNVLTPXPQFANCNFSM45TJGGPA>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the buttons works perfectly for desktop users but for mobile users it throws this error and does nothing :/
`Ignoring exception in command profile:
Traceback (most recent call last):
File "C:\Users\me\Downloads\AlphaBot\venv\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
ret = await coro(*args, **kwargs)
File "C:/Users/me/Downloads/AlphaBot/main.py", line 351, in cprofile
await profile(ctx, extra, bot, ddb)
File "C:\Users\me\Downloads\AlphaBot\stats\profile.py", line 131, in profile
res = await ddb.wait_for_interact("button_click")
File "C:\Users\me\Downloads\AlphaBot\venv\lib\site-packages\discord_components\client.py", line 378, in wait_for_interact
data = self._structured_raw_data(res)
File "C:\Users\me\Downloads\AlphaBot\venv\lib\site-packages\discord_components\client.py", line 319, in _structured_raw_data
for line in raw_data["message"]["components"]:
KeyError: 'components'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\me\Downloads\AlphaBot\venv\lib\site-packages\discord\ext\commands\bot.py", line 939, in invoke
await ctx.command.invoke(ctx)
File "C:\Users\v\Downloads\AlphaBot\venv\lib\site-packages\discord\ext\commands\core.py", line 863, in invoke
await injected(*ctx.args, **ctx.kwargs)
File "C:\Users\me\Downloads\AlphaBot\venv\lib\site-packages\discord\ext\commands\core.py", line 94, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: KeyError: 'components'
`
Any ideas why? Any help appreciated
Beta Was this translation helpful? Give feedback.
All reactions