rblx-open-cloud
rblx-open-cloud copied to clipboard
group.py api calls 'accept_join_request' and 'decline_join_request' fail due to wrong send_request arguments
When calling group.accept_join_request(user_id) or group.decline_join_request(user_id), the request fails with a 404 resource not found error.
I believe this is due to Roblox Open Cloud expecting these requests as 'POST' requests, while they are currently set in this project to use 'DELETE' as the http method.
Furthermore, when fixing this issue, the request fails again if an empty json content is not included in the send_request arguments.
I have fixed this but not yet published it to PyPi because tests do not pass (for a separate problem). I will push changes to the repository so you can download the branch:
pip install git+https://github.com/treeben77/rblx-open-cloud.git@main --force