You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest build, the connection to my server does not work. await client.join_guild(1095380562245590236, lurking = True) doesn't work. By invitation await client.accept_invite('https://discord.gg/nUeZdpUzme') also does not work. When connecting by invitation, it asks you to solve a captcha in which the captcha_rqdata parameter is not passed.
{'captcha_key': ['You need to update your app to join this server.'], 'captcha_sitekey': 'f5561ba9-8f1e-40ca-9b5b-a0b3f719ef34', 'captcha_service': 'hcaptcha'} - outputting the input parameter to the function for solving captcha (data in CaptchaSolver)
Actual Results
not work
System Information
Python v3.11.6-final
discord.py-self v2.1.0-alpha
discord.py-self metadata: v2.1.0a0
aiohttp v3.9.1
system info: Windows 10 10.0.20348
Checklist
I have searched the open issues for duplicates.
I have shared the entire traceback.
I am using a user token (and it isn't visible in the code).
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Summary
Not work join guild or accept invite
Reproduction Steps
In the latest build, the connection to my server does not work. await client.join_guild(1095380562245590236, lurking = True) doesn't work. By invitation await client.accept_invite('https://discord.gg/nUeZdpUzme') also does not work. When connecting by invitation, it asks you to solve a captcha in which the captcha_rqdata parameter is not passed.
Code
Expected Results
{'captcha_key': ['You need to update your app to join this server.'], 'captcha_sitekey': 'f5561ba9-8f1e-40ca-9b5b-a0b3f719ef34', 'captcha_service': 'hcaptcha'} - outputting the input parameter to the function for solving captcha (data in CaptchaSolver)
Actual Results
not work
System Information
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: