Failed parsing address

The whole answer can be found below.

Please note: The Photon forum is closed permanently. After many dedicated years of service we have made the decision to retire our forum and switch to read-only: we've saved the best to last! And we offer you support through these channels:

Try Our
Documentation

Please check if you can find an answer in our extensive documentation on PUN.

Join Us
on Discord

Meet and talk to our staff and the entire Photon-Community via Discord.

Read More on
Stack Overflow

Find more information on Stack Overflow (for Circle members only).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

Failed parsing address:

coldflyingcats
2019-08-18 22:01:59

I was able to use photon local server before.
After updated photon asset to v2.14, I cant connect to my local server.
errors below.

Failed parsing address: UnityEngine.Debug:LogError(Object) Photon.Realtime.LoadBalancingClient:DebugReturn(DebugLevel, String) (at Assets/Libs/Photon/PhotonRealtime/Code/LoadBalancingClient.cs:2057) ExitGames.Client.Photon.IPhotonSocket:Connect() (at C:/Dev/photon-sdk-dotnet/PhotonDotnet/IPhotonSocket.cs:104) ExitGames.Client.Photon.SocketUdp:Connect() (at C:/Dev/photon-sdk-dotnet/PhotonDotnet/SocketUdp.cs:63) ExitGames.Client.Photon.EnetPeer:Connect(String, String, Object) (at C:/Dev/photon-sdk-dotnet/PhotonDotnet/EnetPeer.cs:273) ExitGames.Client.Photon.PhotonPeer:Connect(String, String, Object) (at C:/Dev/photon-sdk-dotnet/PhotonDotnet/PhotonPeer.cs:1242) Photon.Realtime.LoadBalancingClient:ConnectToGameServer() (at Assets/Libs/Photon/PhotonRealtime/Code/LoadBalancingClient.cs:854) Photon.Realtime.LoadBalancingClient:OnStatusChanged(StatusCode) (at Assets/Libs/Photon/PhotonRealtime/Code/LoadBalancingClient.cs:2536) ExitGames.Client.Photon.<>c__DisplayClass105_0:b__0() (at C:/Dev/photon-sdk-dotnet/PhotonDotnet/PeerBase.cs:907) ExitGames.Client.Photon.EnetPeer:DispatchIncomingCommands() (at C:/Dev/photon-sdk-dotnet/PhotonDotnet/EnetPeer.cs:435) ExitGames.Client.Photon.PhotonPeer:DispatchIncomingCommands() (at C:/Dev/photon-sdk-dotnet/PhotonDotnet/PhotonPeer.cs:1548) Photon.Pun.PhotonHandler:Dispatch() (at Assets/Libs/Photon/PhotonUnityNetworking/Code/PhotonHandler.cs:193) Photon.Pun.PhotonHandler:FixedUpdate() (at Assets/Libs/Photon/PhotonUnityNetworking/Code/PhotonHandler.cs:127)
## Comments

JohnTube
2019-08-19 09:55:34

Hi @coldflyingcats,

Thank you for choosing Photon!

Make sure PhotonServerSettings did not change during the update.
Double check server address and port in the settings.

coldflyingcats
2019-08-19 10:43:00

@JohnTube wrote:

Hi @coldflyingcats,

Thank you for choosing Photon!

Make sure PhotonServerSettings did not change during the update.
Double check server address and port in the settings.

Thank you for answering!
My port setting was incorrect.

Thank you very much.

theMadPigster
2019-09-07 13:30:15

I am a noob in this, so sorry for asking, but what, exactly did you do to fix it?

JohnTube
2019-09-09 13:32:04

Hi @theMadPigster,

Thank you for choosing Photon!

Take a look here. You need to set server address and server port.

Back to top