inspect
inspect copied to clipboard
Does the bot support proxy rotation? Dynamic proxy refetching? Is it possible to implement?
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?
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 }
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
Is it possible to implement?
Most definitely, feel free to create a PR.