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

Matchmaking - "Steam ID is invalid" #307

Open
Tzook opened this issue Feb 7, 2022 · 1 comment
Open

Matchmaking - "Steam ID is invalid" #307

Tzook opened this issue Feb 7, 2022 · 1 comment

Comments

@Tzook
Copy link

Tzook commented Feb 7, 2022

Hi,
I'm using the latest greenworks with steamsdk 1.51.
I can create lobbies successfully, getting the lobby id back (e.g. "30758872145812812").

The problem is when I try to do any action after creating that lobby, I get the error "Steam ID is invalid".
Example:
greenworks.getNumLobbyMembers(steamLobbyId)
greenworks.joinLobby(steamLobbyId)
greenworks.leaveLobby(steamLobbyId)

When I run "greenworks.getLobbyByIndex(0)", I get an empty object.

Any help?

@Hocti
Copy link

Hocti commented Oct 18, 2024

createLobby not return the lobby id
you need to listen lobby-created event to get the result and lobby id

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

2 participants