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

The created character does not come to the character list. #27

Closed
hhuseyincihangir opened this issue Jul 6, 2020 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@hhuseyincihangir
Copy link

After logging in with the user and selecting the character color, the character created in the character list does not appear and the game crashes when the login button is pressed. Because there are no characters trying to enter the game by pressing Login.

resim

@NathanLovato NathanLovato added the bug Something isn't working label Jul 6, 2020
@NathanLovato
Copy link
Contributor

I can't reproduce this here. Would you have some specific steps to reproduce the bug?

@olejr
Copy link

olejr commented Jul 19, 2020

Had the problem/symphtom here when I installed Nakama as a standalone server on another machine, not using Docker.

Followed the install/setup instructions from Heroiclabs, and thus not seeing the two lua files in the repo (under nakama/modules).
Those are needed as they suply some custom functions that are used by the demo.

Copied those over to the server, and configured Nakama module path then it's working.

Debugoutput when the crash happened was something like :

=== Nakama : DEBUG === Sending request [ID: 5, Method: POST, Uri: http://192.168.1.105:7350/v2/rpc/get_world_id, Headers: {Authorization:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJhNDQwMGM1Zi02YTRhLTRmMjctYTE5Yi1iMjE5MThhZjQ4NTEiLCJ1c24iOiJvbGVAbWFpbC5ubyIsImV4cCI6MTU5NTE0NjY2Nn0.rL2LM3xg1mrFK1zwFAye1wh1WY1suSQ-CrbP85zX1zY}, Body: "", Timeout: 3]

=== Nakama : DEBUG === Request 5 returned response code: 404, RPC code: 5, error: RPC function not found

The get_world_id of the post request here being one of the serverfunctions provided by said lua files..

@novabyte
Copy link
Member

Thanks @olejr. Sounds like there's no issue here just that the instructions on the README on how to run the server were missed.

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

4 participants