August Elberton
August Elberton
Update your chrome by going to `chrome://settings/help`, then start bot as usual
Made Docker work, but couldn't make Chrome profiles reusable. Also, I am sure that Google will log you out if you copy your profiles over. One of options is to...
* Startup: possible, might do * Tray: see [this](https://github.com/ucarno/ow-league-tokens/issues/62) issue
Too late for now, maybe next year
Windows? Linux?
> Yeah seems like it's an issue with my installation. Don't think undetected_chromedriver works on ARM Look at [this](https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/727) issue, there is a [problem description and a workaround for it](https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/727#issuecomment-1216199477).
Does problem persist in newer release?
Create new bat file inside app's folder with following content: ``` OverwatchTokenFarmer.exe pause ``` and try running it. The window should no longer close now. What does the console say?
Try adding `call` to your bat: ``` call OverwatchTokenFarmer.exe pause ```
I am sure it is not possible with console app, and PyQt seems like an overhead for this enhancement. If it is a **really** needed feature, then it is possible...