dziban303

ASF v5.1.1.1

Jul 20th, 2021 (edited)
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 10.59 KB | None | 0 0
  1. 2021-07-20 23:55:20|ArchiSteamFarm-23648|INFO|ASF|InitCore() ArchiSteamFarm V5.1.1.1 (win-x64/d62bd025-ca3f-4b5f-a024-78ada2c4bd21 | X64 Microsoft Windows 10.0.19043)
  2. 2021-07-20 23:55:20|ArchiSteamFarm-23648|INFO|ASF|InitCore() Copyright © 2015-2021 JustArchiNET
  3. 2021-07-20 23:55:21|ArchiSteamFarm-23648|INFO|ASF|InitPlugins() Initializing Plugins...
  4. 2021-07-20 23:55:21|ArchiSteamFarm-23648|INFO|ASF|InitPlugins() Loading SteamTokenDumperPlugin V5.1.1.1...
  5. 2021-07-20 23:55:21|ArchiSteamFarm-23648|INFO|ASF|InitPlugins() SteamTokenDumperPlugin has been loaded successfully!
  6. 2021-07-20 23:55:21|ArchiSteamFarm-23648|INFO|ASF|UpdateAndRestart() ASF will automatically check for new versions every 1 day.
  7. 2021-07-20 23:55:21|ArchiSteamFarm-23648|INFO|ASF|Update() Checking for new version...
  8. 2021-07-20 23:55:22|ArchiSteamFarm-23648|INFO|ASF|Update() Local version: 5.1.1.1 | Remote version: 5.1.1.1
  9. 2021-07-20 23:55:22|ArchiSteamFarm-23648|INFO|ASF|OnASFInit() SteamTokenDumperPlugin is currently disabled according to your configuration. If you'd like to help SteamDB in data submission, please check out our wiki.
  10. 2021-07-20 23:55:22|ArchiSteamFarm-23648|INFO|ASF|StartInteractiveConsole() Interactive console is now active, type 'c' in order to enter command mode.
  11. 2021-07-20 23:55:22|ArchiSteamFarm-23648|INFO|ASF|Start() Starting IPC server...
  12. 2021-07-20 23:55:22|ArchiSteamFarm-23648|WARN|Microsoft.AspNetCore.Server.Kestrel|Unable to bind to http://localhost:1242 on the IPv4 loopback interface: 'An attempt was made to access a socket in a way forbidden by its access permissions.'.
  13. 2021-07-20 23:55:22|ArchiSteamFarm-23648|WARN|Microsoft.AspNetCore.Server.Kestrel|Unable to bind to http://localhost:1242 on the IPv6 loopback interface: 'An attempt was made to access a socket in a way forbidden by its access permissions.'.
  14. 2021-07-20 23:55:22|ArchiSteamFarm-23648|FATAL|Microsoft.AspNetCore.Server.Kestrel|Unable to start Kestrel. System.IO.IOException: Failed to bind to address http://localhost:1242.
  15. ---> System.AggregateException: One or more errors occurred. (An attempt was made to access a socket in a way forbidden by its access permissions.) (An attempt was made to access a socket in a way forbidden by its access permissions.)
  16. ---> System.Net.Sockets.SocketException (10013): An attempt was made to access a socket in a way forbidden by its access permissions.
  17.   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
  18.   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  19.   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  20.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.<Bind>g__BindSocket|13_0(<>c__DisplayClass13_0& )
  21.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  22.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  23.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig)
  24.   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass29_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  25. --- End of stack trace from previous location ---
  26.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context)
  27.   at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context)
  28.   --- End of inner exception stack trace ---
  29. ---> (Inner Exception #1) System.Net.Sockets.SocketException (10013): An attempt was made to access a socket in a way forbidden by its access permissions.
  30.   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
  31.   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  32.   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  33.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.<Bind>g__BindSocket|13_0(<>c__DisplayClass13_0& )
  34.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  35.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  36.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig)
  37.   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass29_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  38. --- End of stack trace from previous location ---
  39.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context)
  40.   at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context)<---
  41.  
  42.   --- End of inner exception stack trace ---
  43.   at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context)
  44.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context)
  45.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context)
  46.   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  47.   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  48. 2021-07-20 23:55:22|ArchiSteamFarm-23648|ERROR|ASF|Start() System.IO.IOException: Failed to bind to address http://localhost:1242.
  49. ---> System.AggregateException: One or more errors occurred. (An attempt was made to access a socket in a way forbidden by its access permissions.) (An attempt was made to access a socket in a way forbidden by its access permissions.)
  50. ---> System.Net.Sockets.SocketException (10013): An attempt was made to access a socket in a way forbidden by its access permissions.
  51.   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
  52.   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  53.   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  54.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.<Bind>g__BindSocket|13_0(<>c__DisplayClass13_0& )
  55.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  56.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  57.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig)
  58.   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass29_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  59. --- End of stack trace from previous location ---
  60.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context)
  61.   at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context)
  62.   --- End of inner exception stack trace ---
  63. ---> (Inner Exception #1) System.Net.Sockets.SocketException (10013): An attempt was made to access a socket in a way forbidden by its access permissions.
  64.   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
  65.   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  66.   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  67.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.<Bind>g__BindSocket|13_0(<>c__DisplayClass13_0& )
  68.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  69.   at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  70.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig)
  71.   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass29_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  72. --- End of stack trace from previous location ---
  73.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context)
  74.   at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context)<---
  75.  
  76.   --- End of inner exception stack trace ---
  77.   at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context)
  78.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context)
  79.   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context)
  80.   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  81.   at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  82.   at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  83.   at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  84.   at ArchiSteamFarm.IPC.ArchiKestrel.Start()
  85. 2021-07-20 23:55:23|ArchiSteamFarm-23648|INFO|dzibot|Start() Starting...
  86. 2021-07-20 23:55:23|ArchiSteamFarm-23648|INFO|dzibot|Connect() Connecting...
  87. 2021-07-20 23:55:23|ArchiSteamFarm-23648|INFO|dzibot|OnConnected() Connected to Steam!
  88. 2021-07-20 23:55:23|ArchiSteamFarm-23648|INFO|dzibot|OnConnected() Logging in...
  89. 2021-07-20 23:55:23|ArchiSteamFarm-23648|INFO|dzibot|OnLoggedOn() Successfully logged on as 76561197985054911/dziban303.
  90. 2021-07-20 23:55:23|ArchiSteamFarm-23648|INFO|dzibot|Init() Logging in to ISteamUserAuth...
  91. 2021-07-20 23:55:23|ArchiSteamFarm-23648|INFO|dzibot|Init() Success!
  92. 2021-07-20 23:55:24|ArchiSteamFarm-23648|INFO|dzibot|IsAnythingToFarm() Checking first badge page...
  93. 2021-07-20 23:55:25|ArchiSteamFarm-23648|INFO|dzibot|StartFarming() We don't have anything to idle on this account!
  94.  
Add Comment
Please, Sign In to add comment