Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rbx_cookie fails to find logged-in cookie on MacOS #229

Open
sasial-dev opened this issue Nov 2, 2024 · 3 comments
Open

rbx_cookie fails to find logged-in cookie on MacOS #229

sasial-dev opened this issue Nov 2, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@sasial-dev
Copy link

sasial-dev commented Nov 2, 2024

Describe the bug
rbx_cookie fails to find a cookie if mutiple users are logged into Roblox Studio on a mac. I'm not sure about windows.

To Reproduce
Steps to reproduce the behavior:

  1. Log into two accounts in Roblox Studio
  2. Try to get the cookie through the library

Expected behavior
It should default to the currently logged in user in studio or error?

@sasial-dev sasial-dev added the bug Something isn't working label Nov 2, 2024
@blake-mealey
Copy link
Owner

Hey, thanks for raising. Can you provide more details on what exactly you're experiencing?

I didn't know it was possible to login to two accounts at once.

@sasial-dev
Copy link
Author

Studio actually lets you log into mutiple accounts! (But i'm only logged into one atm)

Roblox Studio-XTjW3PVy@2x

But once I've done that, rbx_cookie just thinks I'm not logged in at all.
I'm not sure if this works on windows though, but it is an issue on my mac.

@blake-mealey
Copy link
Owner

I'm actually failing to pick up the cookie with a single account now. When I run rbx_cookie --verbose I see a bunch of these warnings:

[2025-03-02T21:25:04Z WARN rbx_cookie::binarycookies] cookie parse failure: c string non null terminator

And no cookie is returned.

@blake-mealey blake-mealey changed the title rbx_cookie fails if mutiple users are logged into Roblox Studio rbx_cookie fails to find logged-in cookie on MacOS Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants