Hi! I was having an issue using the group.fetch_member() function.
I validated the group with the correct ID and API key, and used print statements & checked the API key manually and it was valid. The API key has read and write permissions.
For some reason, it kept giving me an Unauthorized Access error whenever I tried to use that function (used a try error command to print out the error message).
Is your API key owned by the group itself? This sounds counter intuitive but the API key needs to be owned by a user such as the group owner to access group APIs.
For whatever reason now as of v2.2.1, using datastore set_entry will throw an error about ‘createdTime’ in datastore.py, line 368. I think the datastore SetAsync is working, but attempting to return data[“createdTime”] throws an error for whatever reason.
This is an issue with Roblox not the library, but I will implement a (hopefully temporary fix) to mitigate this issue. Referencing this bug:
Thanks for your report!
EDIT: If you don’t care about the time the version was created in the set entry variable, then in v2.2.2 I have made the library not throw an exception when it is unexpectedly missing.
Hey @TreeBen77 ! First of all, thanks so much for making this, it’s been a great tool for a project I’m doing in python.
I ran into a bug, let me know how issues like this should be handled for your project! I can raise it as an Issue on Github, or try to submit a fix myself, or just leave it to you.
Thanks! I opened an issue for it, and tried to push my fix to a new branch, but seems like I’m denied access. Do I need to be added as a collaborator or something first?
with other repositories on github, you will need to create your own fork, push your changes their and then open a pull request. I have fixed the issue but in the future that’s how to contribute on open source projects. Thanks for reporting the issue!