dmitry-js
dmitry-js
сделал пока для себя такой формат в `proxies.txt`: ``` session_name1 type://user:pass@ip:port session_name2 type://user:pass@ip:port ``` т.е первая строка имя сессии, вторая - прокси. кому надо - [пользуйтесь](https://github.com/dmitry-js/OkxRacerBot)
@prognt готово, разделитель двоеточие (можно с пробелом) ``` session_name1: type://user:pass@ip:port session_name2: type://user:pass@ip:port ```
> 1. [ERROR | 105 - Unknown error while Login: Message: session not created: This version of ChromeDriver only supports Chrome version 125 #203](https://github.com/shamhi/TapSwapBot/issues/203) > 2. [Unknown error while Login:...
Obviously. It uses a memory hacking library and the injector supports manual mapping and even injection via a kernel driver. Malware can utilize the same features, it makes sense
You need to update both the chrome driver and the browser. If they are mismatched, you will encounter compatibility issues. Check my answer here https://github.com/shamhi/TapSwapBot/issues/224#issuecomment-2380329635 Here's I'm using the latest...
I just got the same problem on ubuntu, so I've solved it through these steps: make sure that: 0. chrome is installed correctly: `google-chrome --version`; if not: Try to manually...