sneakyspency
New Member
- Joined
- Jun 17, 2011
- Messages
- 146
- Reaction score
- 2
Hello,
I can't seem to be able to connect the slave bot to the master bot.
Whenever I try and run my slave, I get hit with this error:
Glancing through the error message, I suspect that the slave is trying to connect to the localhost... which, if I'm not mistaken, means that if I want to run partybot, I have to run 2 wow clients and 2 hb sessions on the same computer, rather than on different machines. Is this how Partybot is meant to be run, or can it connect to a remote client?
Is there a port I should be forwarding? Can I edit a file to specify an IP address to connect to?
Any and all help is appreciated. If you've had HB, tell me about your setup and how you've gone about it.
I can't seem to be able to connect the slave bot to the master bot.
Whenever I try and run my slave, I get hit with this error:
Code:
[01:16:37:710] System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:1337
Server stack trace:
at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(AddressFamily family)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
at System.Runtime.Remoting.Channels.RemoteConnection.GetSocket()
at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at HBRemoting.BotMessage.GetMessage()
at PartyBot.IPC.RemotingClient.Update()
Glancing through the error message, I suspect that the slave is trying to connect to the localhost... which, if I'm not mistaken, means that if I want to run partybot, I have to run 2 wow clients and 2 hb sessions on the same computer, rather than on different machines. Is this how Partybot is meant to be run, or can it connect to a remote client?
Is there a port I should be forwarding? Can I edit a file to specify an IP address to connect to?
Any and all help is appreciated. If you've had HB, tell me about your setup and how you've gone about it.