Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Cannot Connect to Unity Multiplay Server

Discussion in 'Game Server Hosting' started by erdmannjacob0, Nov 24, 2022.

  1. erdmannjacob0

    erdmannjacob0

    Joined:
    Nov 23, 2021
    Posts:
    16
    Hi All,

    I am trying to connect to a running linux build on multiplay, my client is using a unity transport with the below variables for ip and that is the listed ip on the server. The server SDK is ready to accept players but when I try to join it just stalls until I get this error :
    HttpException: (0) Cannot connect to destination host
    Unity.Services.Multiplay.Http.ResponseHandler.HandleAsyncResponse (Unity.Services.Multiplay.Http.HttpClientResponse response, System.Collections.Generic.Dictionary`2[TKey,TValue] statusCodeToTypeMap) (at Library/PackageCache/com.unity.services.multiplay@1.0.0-pre.6/Runtime/Http/ResponseHandler.cs:106)

    Nothing is shown on the server logs, so I am guessing its a config issue on the Unity transport side?
     

    Attached Files:

  2. tony040209_unity

    tony040209_unity

    Joined:
    Mar 21, 2021
    Posts:
    25
  3. morgaxis

    morgaxis

    Joined:
    May 25, 2020
    Posts:
    10
    try 0.0.0.0 as server listen adr, maybe it can help