PintoIM / Pinto

A modernish IM client inspired by Skype 0.97
GNU General Public License v3.0
23 stars 13 forks source link

Can't register an account #2

Closed Quentendo closed 1 year ago

Quentendo commented 1 year ago

Gave me this error when signing in Screenshot_39

Heres what the console says: Performing first time initialization... [General] Loading saved login information... [Networking] Registering in as Quentin at 127.0.0.1:2407... [Networking] Disconnecting... [Networking] Unable to connect to 127.0.0.1:2407: System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 127.0.0.1:2407 at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult) at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at System.Net.Sockets.TcpClient.EndConnect(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at PintoNS.Networking.NetworkClient.d13.MoveNext() in D:\dev\C#\Pinto\Pinto\Networking\NetworkClient.cs:line 42 [General] Loading saved login information... [Networking] Registering in as Quentin at 127.0.0.1:2407... [Networking] Disconnecting... [Networking] Unable to connect to 127.0.0.1:2407: System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 127.0.0.1:2407 at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult) at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at System.Net.Sockets.TcpClient.EndConnect(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory1 .FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at PintoNS.Networking.NetworkClient.d13.MoveNext() in D:\dev\C#\Pinto\Pinto\Networking\NetworkClient.cs:line 42

vlOd2 commented 1 year ago

You forgot to set the server on register section. Either set it to the official one or any other third party one