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

Problems with .join() and browser_tracker_id #28

Closed
ghost opened this issue Jul 11, 2021 · 8 comments
Closed

Problems with .join() and browser_tracker_id #28

ghost opened this issue Jul 11, 2021 · 8 comments

Comments

@ghost
Copy link

ghost commented Jul 11, 2021

Describe the bug
When trying to launch a game I get this error
pycharm64_RoMMnoEtNO

To Reproduce
Use .join() on a root game place

Expected behavior
Expected the game to start

Additional context
I am using the Bleeding Edge version as the stable one had the error in the screenshot
pycharm64_099xeypO9t

@Boegie19
Copy link
Contributor

Boegie19 commented Jul 12, 2021

@iDenis124 Can you try to use the github version aka the newest of the newest
pip3 install git+git://github.com/rbx-libdev/ro.py.git

If that does not solve the issue please send me the example code that triggers this problem so that I can write a fix for this issue

@ghost
Copy link
Author

ghost commented Jul 12, 2021

Will do when I get home

@ghost
Copy link
Author

ghost commented Jul 14, 2021

I have removed then updated it, the BrowserTrackerId problem still persists

Here is the code

import asyncio
from ro_py.client import Client

client = Client(
    token=r"_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|"
)


async def main():
    game = await client.get_game_by_place_id(47324)
    root = await game.get_root_place()
    await root.join()


if __name__ == '__main__':
    asyncio.get_event_loop().run_until_complete(main())

with my token removed, for obvious reasons

@Boegie19
Copy link
Contributor

Boegie19 commented Jul 14, 2021

@iDenis124 I have run the code and on the

pip3 install git+git://github.com/rbx-libdev/ro.py.git

version it works without any problems for me so I can't replicate it on that version. But on the last release version is is broken it seems.

If you have any more questions or need more help I recommend you to join the RoApi discord
https://discord.gg/vMdtQgVUk9

@ghost
Copy link
Author

ghost commented Jul 16, 2021

tlfdS12nGG.mp4

The video shows me installing the latest version from git.

I don't have any more ideas, I also reinstalled Roblox and deleted the appStorage.json file from where it gets the BrowserTrackerId and launched a game in hope of it regenerating.

Maybe Roblox patched this method and it's still working on your machine since you have an old install with the needed file?

@Boegie19
Copy link
Contributor

@iranathan Any ideas I am also going to do some testing to see if I can get it to work witout the ID

@Boegie19
Copy link
Contributor

Okay I looked into it a little bit more made a special version for you that you can use until the main branch is updated with this pull request I just send

pip3 install git+git://github.com/Boegie19/ro.py.git@browser_tracker_fix

@ghost
Copy link
Author

ghost commented Jul 16, 2021

It works, thank you!

@ghost ghost closed this as completed Aug 24, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant