csfloat / inspect

Source Code that Powers the CSFloat Inspect Link API
https://csgofloat.com
MIT License
392 stars 118 forks source link

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

Open salat-23 opened 10 months ago

salat-23 commented 10 months ago

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?

nadyakott commented 9 months ago

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 }

salat-23 commented 9 months ago

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

Step7750 commented 7 months ago

Is it possible to implement?

Most definitely, feel free to create a PR.