inspect icon indicating copy to clipboard operation
inspect copied to clipboard

Does the bot support proxy rotation? Dynamic proxy refetching? Is it possible to implement?

Open salat-23 opened this issue 2 years ago • 3 comments

I basically have a pool of proxies that die after some time, so I want to refetch them periodically. I looked at the current implementation and didnt find anything that resembles proxy rotation, so if the account got assigned some proxy, and this proxy dies - this particular account will not function anymore? I heard that steam login should be made on the single ip, so is it even possible to implement something like proxy pooling and refetching?

salat-23 avatar Nov 01 '23 08:11 salat-23

Hello, Timur! I am trying to start container but got an exception. Could you help me with running my container? node:internal/process/promises:288 2023-11-21 21:23:02 triggerUncaughtException(err, true /* fromPromise */); 2023-11-21 21:23:02 ^ 2023-11-21 21:23:02 2023-11-21 21:23:02 Error: connect ECONNREFUSED 127.0.0.1:5432 2023-11-21 21:23:02 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) { 2023-11-21 21:23:02 errno: -111, 2023-11-21 21:23:02 code: 'ECONNREFUSED', 2023-11-21 21:23:02 syscall: 'connect', 2023-11-21 21:23:02 address: '127.0.0.1', 2023-11-21 21:23:02 port: 5432 2023-11-21 21:23:02 }

nadyakott avatar Nov 21 '23 18:11 nadyakott

Hello, Timur! I am trying to start container but got an exception. Could you help me with running my container? node:internal/process/promises:288 2023-11-21 21:23:02 triggerUncaughtException(err, true /* fromPromise */); 2023-11-21 21:23:02 ^ 2023-11-21 21:23:02 2023-11-21 21:23:02 Error: connect ECONNREFUSED 127.0.0.1:5432 2023-11-21 21:23:02 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) { 2023-11-21 21:23:02 errno: -111, 2023-11-21 21:23:02 code: 'ECONNREFUSED', 2023-11-21 21:23:02 syscall: 'connect', 2023-11-21 21:23:02 address: '127.0.0.1', 2023-11-21 21:23:02 port: 5432 2023-11-21 21:23:02 }

Although this is not related to my question in any way, your problem should be fixed by launching database instance

salat-23 avatar Nov 22 '23 18:11 salat-23

Is it possible to implement?

Most definitely, feel free to create a PR.

Step7750 avatar Feb 08 '24 17:02 Step7750