iranathan / robloxapi

A python module for using the roblox api
MIT License
33 stars 13 forks source link

group.exile gives 411 #23

Closed Ultrasonic1209 closed 4 years ago

Ultrasonic1209 commented 4 years ago

i do group.exile([valid user id]) and it gives http 411

but

import json
r = await Client.request.request(url=f"https://groups.roblox.com/v1/groups/{group_id}/users/{user_id}",method="DELETE",data=json.dumps({}),noerror=True)

works fine so its an issue with da api ples fix kthx

iranathan commented 4 years ago

I'm pretty sure your on the wrong version.

pip install git+https://github.com/iranathan/robloxapi.git -U
Ultrasonic1209 commented 4 years ago

yeah that works, i was using the one off pip

soz