JustArchiNET / ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Apache License 2.0
11.28k stars 1.05k forks source link

error on my vps cloud ( windows server 2012 r2 ) #345

Closed chenhanz closed 8 years ago

chenhanz commented 8 years ago

I got this error when i run ASF in my vps cloud ( windows server 2012 R2 ) but when i run the same ASF sam config in my windows 7, its fine, no heartbeat or error at all, i just rent the host yesterday so maybe i need some configuration for the vps ? thankyou in advance

`2016-10-03 18:13:41|ASF-2708|INFO|ASF|Init() ASF V2.1.5.4 2016-10-03 18:13:41|ASF-2708|INFO|ASF|IsRuntimeSupported() Your .NET version is OK. Required: 4.6.1 | Found: 4.6.2 2016-10-03 18:13:42|ASF-2708|INFO|ASF|CheckForUpdate() ASF will automatically check for new versions every 24 hours 2016-10-03 18:13:42|ASF-2708|INFO|ASF|CheckForUpdate() Checking new version... 2016-10-03 18:13:44|ASF-2708|INFO|ASF|CheckForUpdate() Local version: 2.1.5.4 | Remote version: 2.1.5.4 2016-10-03 18:13:44|ASF-2708|INFO|lexa|Start() Starting... 2016-10-03 18:13:45|ASF-2708|INFO|lexa|OnConnected() Connected to Steam! 2016-10-03 18:13:45|ASF-2708|INFO|lexa|OnConnected() Logging in... 2016-10-03 18:13:46|ASF-2708|INFO|lexa|OnLoggedOn() Successfully logged on! 2016-10-03 18:13:46|ASF-2708|INFO|lexa|Init() Logging in to ISteamUserAuth... 2016-10-03 18:14:08|ASF-2708|ERROR|lexa|Init() System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 104.121.229.86:443 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace ---

Server stack trace: at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request) at System.Net.WebClient.UploadData(Uri address, String method, Byte[] data) at SteamKit2.WebAPI.AsyncInterface.<>c__DisplayClass6_0.b__1() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute()

Exception rethrown at [0]: at SteamKit2.WebAPI.Interface.TryInvokeMember(InvokeMemberBinder binder, Object[] args, Object& result) at CallSite.Target(Closure , CallSite , Object , UInt64 , String , String , String , Boolean ) at System.Dynamic.UpdateDelegates.UpdateAndExecute6[T0,T1,T2,T3,T4,T5,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5) at ArchiSteamFarm.ArchiWebHandler.d__20.MoveNext() 2016-10-03 18:14:08|ASF-2708|INFO|lexa|Init() Logging in to ISteamUserAuth... 2016-10-03 18:14:29|ASF-2708|ERROR|lexa|Init() System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 104.121.229.86:443 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace ---

Server stack trace: at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request) at System.Net.WebClient.UploadData(Uri address, String method, Byte[] data) at SteamKit2.WebAPI.AsyncInterface.<>c__DisplayClass6_0.b__1() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute()

Exception rethrown at [0]: at SteamKit2.WebAPI.Interface.TryInvokeMember(InvokeMemberBinder binder, Object[] args, Object& result) at CallSite.Target(Closure , CallSite , Object , UInt64 , String , String , String , Boolean ) at ArchiSteamFarm.ArchiWebHandler.d__20.MoveNext() 2016-10-03 18:14:55|ASF-2708|WARN|lexa|HeartBeat() Connection to Steam Network lost, reconnecting... 2016-10-03 18:15:55|ASF-2708|WARN|lexa|HeartBeat() Connection to Steam Network lost, reconnecting... `

Rudokhvist commented 8 years ago

You know that this is not an issue of ASF, and still post it in ASF issues? Come on, what's wrong with you?

chenhanz commented 8 years ago

well i just think that its related to ASF itself, sorry if i post in wrong section, im a newb here need some guidance, i would glad if you can tell me whats my problem, i can start it in my own windows 7 but its come out with error when i start it on my vps, thanks and sorry if i post a not-related ASF issues here

justin-gerhardt commented 8 years ago

": Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 104.121.229.86:443"

This is almost certainty not an ASF error. The error indicates ASF can't connect to steam. Make sure your server is connected to the internet correctly and can reach steam.

JustArchi commented 8 years ago

Please review the guidelines for contributing to this repository.

https://github.com/JustArchi/ArchiSteamFarm/blob/master/CONTRIBUTING.md

If my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue, please close my issue immediately - I won't complain.