求问,我在安装了宝塔面包的centos上运行asf,似乎不能正常连接,运行会这样:
2020-07-27 17:26:56|ArchiSteamFarm-13519|INFO|ASF|InitASF() ArchiSteamFarm V4.2.3.6 (linux-x64/e77840ff-7f00-483f-bfc2-deff2dc47f46 | Linux 3.10.0-1062.18.1.el7.x86_64 #1 SMP Tue Mar 17 23:49:17 UTC 2020)
2020-07-27 17:26:56|ArchiSteamFarm-13519|INFO|ASF|InitGlobalDatabaseAndServices() It looks like it’s your first launch of the program, welcome!
2020-07-27 17:27:06|ArchiSteamFarm-13519|WARN|ASF|InitGlobalDatabaseAndServices() Please review our privacy policy section on the wiki if you’re concerned about what ASF is in fact doing!
2020-07-27 17:27:11|ArchiSteamFarm-13519|INFO|ASF|InitPlugins() Initializing Plugins…
2020-07-27 17:27:11|ArchiSteamFarm-13519|INFO|ASF|InitPlugins() Loading SteamTokenDumperPlugin V4.2.3.6…
2020-07-27 17:27:11|ArchiSteamFarm-13519|INFO|ASF|InitPlugins() SteamTokenDumperPlugin has been loaded successfully!
2020-07-27 17:27:11|ArchiSteamFarm-13519|INFO|ASF|UpdateAndRestart() ASF will automatically check for new versions every 1 day.
2020-07-27 17:27:11|ArchiSteamFarm-13519|INFO|ASF|Update() Checking for new version…
2020-07-27 17:27:15|ArchiSteamFarm-13519|WARN|ASF|UrlGetToJsonObject() Request failed after 5 attempts!
2020-07-27 17:27:15|ArchiSteamFarm-13519|DEBUG|ASF|UrlGetToJsonObject() Request failing: https://api.github.com/repos/JustArchiNET/ArchiSteamFarm/releases/latest
2020-07-27 17:27:15|ArchiSteamFarm-13519|WARN|ASF|Update() Could not check latest version!
2020-07-27 17:27:15|ArchiSteamFarm-13519|INFO|ASF|OnASFInit() SteamTokenDumperPlugin is currently disabled. If you’d like to help SteamDB in data submission, check out our wiki for SteamTokenDumperPlugin.
2020-07-27 17:27:15|ArchiSteamFarm-13519|WARN|ASF|StartInteractiveConsole() Interactive console is not available due to missing SteamOwnerID config property.
2020-07-27 17:27:15|ArchiSteamFarm-13519|INFO|ASF|RegisterBots() Initializing SteamDirectory…
2020-07-27 17:27:15|ArchiSteamFarm-13519|WARN|ASF|RegisterBots() System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
—> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
at System.Net.Security.SslStream.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, ExceptionDispatchInfo exception)
at System.Net.Security.SslStream.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.PartialFrameCallback(AsyncProtocolRequest asyncRequest)
— End of stack trace from previous location where exception was thrown —
at System.Net.Security.SslStream.ThrowIfExceptional()
at System.Net.Security.SslStream.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
at System.Net.Security.SslStream.EndProcessAuthentication(IAsyncResult result)
at System.Net.Security.SslStream.EndAuthenticateAsClient(IAsyncResult asyncResult)
at System.Net.Security.SslStream.c.b__65_1(IAsyncResult iar)
at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
— End of stack trace from previous location where exception was thrown —
at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
— End of inner exception stack trace —
at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean allowHttp2, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttpConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
at SteamKit2.WebAPI.AsyncInterface.CallAsync(HttpMethod method, String func, Int32 version, Dictionary`2 args)
at SteamKit2.SteamDirectory.LoadCoreAsync(SteamConfiguration configuration, Nullable`1 maxNumServers, CancellationToken cancellationToken)
at ArchiSteamFarm.ASF.RegisterBots()
2020-07-27 17:27:15|ArchiSteamFarm-13519|WARN|ASF|RegisterBots() Could not initialize SteamDirectory: connecting with Steam Network might take much longer than usual!
2020-07-27 17:27:21|ArchiSteamFarm-13519|INFO|test|Start() Starting…
2020-07-27 17:27:21|ArchiSteamFarm-13519|INFO|test|Connect() Connecting…
2020-07-27 17:27:21|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Disconnected from Steam!
2020-07-27 17:27:21|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Reconnecting…
2020-07-27 17:27:31|ArchiSteamFarm-13519|INFO|test|Connect() Connecting…
2020-07-27 17:27:31|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Disconnected from Steam!
2020-07-27 17:27:31|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Reconnecting…
2020-07-27 17:27:41|ArchiSteamFarm-13519|INFO|test|Connect() Connecting…
2020-07-27 17:27:41|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Disconnected from Steam!
2020-07-27 17:27:41|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Reconnecting…
2020-07-27 17:27:51|ArchiSteamFarm-13519|INFO|test|Connect() Connecting…
2020-07-27 17:27:51|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Disconnected from Steam!
2020-07-27 17:27:51|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Reconnecting…
2020-07-27 17:28:01|ArchiSteamFarm-13519|INFO|test|Connect() Connecting…
2020-07-27 17:28:01|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Disconnected from Steam!
2020-07-27 17:28:01|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Reconnecting…
2020-07-27 17:28:11|ArchiSteamFarm-13519|INFO|test|Connect() Connecting…
2020-07-27 17:28:11|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Disconnected from Steam!
2020-07-27 17:28:11|ArchiSteamFarm-13519|INFO|test|OnDisconnected() Reconnecting…
回复
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/218438.html原文链接:https://javaforall.net
