OpenBlox - OpenCloud & Classic API Wrapper (NodeJs & Bun)

Hey @MightyPart Do you understand what I mean?
I hope that if it is a library error you will fix it soon

Openblox 1.0.60

  • configs now need to be created via a new createOpenbloxConfig method - this ensures cookies get formatted properly.

  • setConfig has been renamed to setDefaultOpenbloxConfig.

  • fixed issue with GroupsApi.groupMembers where the roleId filter was incorrectly mapped to group (instead of role) in the filter string.

  • roleId will be now be typed as a literal where possible in the GroupsApi.groupMembers method.

New way to create and set the default config:

setDefaultOpenbloxConfig(
    createOpenbloxConfig({
        cookie: process.env.ROBLOX_COOKIE as any,
        cloudKey: process.env.CLOUD_KEY as any
    })
)

Hey, I can’t reproduce this error. Do you mind telling me what runtime you are using as well as the version?