Closed vexity222 closed 2 weeks ago
Insufficient permission to the group
its an issue with the api, the cookie has sufficient permissions for the group
Pretty sure everyone that had this kind of problem didn’t set up the group or the permissions up right
i used this bot perfectly before the api update, and after the fix it broke
help???
try it now
still doesnt work
Traceback (most recent call last):
File "C:\Users\user\Desktop\xool-main1\main.py", line 53, in
this is the error now
fixed it myself, thanks anyways
just saw this issue. if you ever get errors like that it a issue on your config (you filling it out not in the right format)
will not upload clothing, only downloads, here is the error for the upload
and my cookie is valid
ERROR: Traceback (most recent call last): File "C:\Users\cotta\Desktop\xool-main\main.py", line 26, in upload item_uploaded = src.upload.create_asset(item["name"], path, "shirt" if current_type == "classicshirts" else "pants", cookie, group_id, self.config["description"], 5, 5) File "C:\Users\cotta\Desktop\xool-main\src\upload__init__.py", line 30, in create_asset data = requests.get(f"https://apis.roblox.com/assets/user-auth/v1/operations/{dd['operationId']}", headers={'X-CSRF-TOKEN': cookie.x_token()}, cookies={".ROBLOSECURITY": cookie.cookie}) KeyError: 'operationId'