Naxesss / MapsetVerifier

A modding tool for osu!
94 stars 8 forks source link

Backend error everytime I start up Mapset Verifier #39

Open aerilu opened 1 year ago

aerilu commented 1 year ago

image When I expand the first backend error I get the follow message:

System.IO.IOException: Failed to bind to address http://127.0.0.1:5000: address already in use. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Only one usage of each socket address (protocol/network address/port) is normally permitted. ---> System.Net.Sockets.SocketException (10048): Only one usage of each socket address (protocol/network address/port) is normally permitted. at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName) at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransport.BindAsync() --- End of inner exception stack trace --- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransport.BindAsync() at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.<>c__DisplayClass21_0`1.<g__OnBind

The second backend error returns the following message: Unhandled exception.

The only real context I can give is this issue popped up after I replaced my GPU with an Intel GPU (Intel Arc A750). I have no idea if that could've caused the issue or something else I touched in the like 12 hour span since the last time I launched MV and this issue cropped up.