Client connection problem

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JerryHayat

I’m testing multiplayer and during the test I noticed that one client can connect, and subsequent players receive the error “No network peer is assigned. Unable to get unique network ID.” Exactly the same code, on a clean project does not cause such problems - I can not understand what this could be connected with

I’ve been trying to write up some questions to understand your problem better, but I can’t think of what could be the issue.

It seems like some project setting would be the only difference between your project and a clean project… not sure how you would compare, but do you remember changing any project setting in the project that isn’t working?

One thing that has helped me with an unrelated issue is clearing the project cache… on windows it’s in %appdata%/roaming/godot/projects/yourProjectName… or something like that… and in your actual project folder, deleting the .import folder and all the .import files… I can’t imagine what could this could change for you, but as a last resort

rossunger | 2022-02-06 13:22

Show us some code

kelaia | 2022-02-06 14:06