rblx-open-cloud icon indicating copy to clipboard operation
rblx-open-cloud copied to clipboard

group.py api calls 'accept_join_request' and 'decline_join_request' fail due to wrong send_request arguments

Open Shadowchampion opened this issue 9 months ago • 1 comments

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.

Shadowchampion avatar Mar 02 '25 03:03 Shadowchampion

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

treeben77 avatar Mar 02 '25 03:03 treeben77