Paginator View doesn't respond if paginator buttons were added via editing the message #1877
Closed
3 tasks done
Labels
Milestone
Summary
This seems to be happening with Paginator.edit() in all cases ive been able to test
Reproduction Steps
Send a message using e.g. ctx.respond or ctx.send
create a paginator object
and use await
paginator.edit(message)
to add the paginator view to the messageThe buttons appear, but they dont work, this also occurs when using a previous view in the initial message which items from that become unresponsive too.
Minimal Reproducible Code
Expected Results
The buttons should respond like other views when they are edited, they work fine
Actual Results
Instead I get a "This Interaction Failed" when clicking any of the buttons
Intents
all
System Information
discord/main.py:47: DeprecationWarning: VersionInfo.releaselevel is deprecated since version 2.3, consider using release_level instead.
"- py-cord v{0.major}.{0.minor}.{0.micro}-{0.releaselevel}".format(version_info)
discord/main.py:49: DeprecationWarning: VersionInfo.releaselevel is deprecated since version 2.3, consider using release_level instead.
if version_info.releaselevel != "final":
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: