-
Notifications
You must be signed in to change notification settings - Fork 49
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
Please help 😭 #32
Comments
@izzyaboi Is your |
I think so but i might be wrong you be the judge of that, this is my code and the error code im getting @novabyte |
@izzyaboi From your code I can't immediately see why the code does not work but instead of trying to use a global variable for |
finally got it working i restarted everything and just made a new project overall, thanks for ur effort to help are u one of the nakama developers? good job with this module it makes everything to do with multiplayer 200 times easier im still impressed with the server storage mechanism, thanks for helping |
Im getting this error after trying to run this function (trying to connect to the server)
These are all the variables associated with the function
var client := Nakama.create_client(Server_KEY, "127.0.0.1", 7350, "http")
var Session : NakamaSession
var Socket : NakamaSocket
func Connect_to_server_async():
Socket = Nakama.create_socket_from(client)
var result : NakamaAsyncResult = yield(Socket.connect_async(Session), "completed")
if not result.is_exception():
Socket.connect("closed", self, "Nakama_Socket_Closed")
return OK
return ERR_CANT_CONNECT
Invalid get index 'token' (on base: 'Nil').
The text was updated successfully, but these errors were encountered: