Charlie Laabs
Charlie Laabs
You may have been a culprit of an early A/B test which just fully rolled out today. I put a fix in for #216 that may fix your issue here....
I dug into the tough-cookie source and I kind of understand why it would error here. I added some debug error logging, so please update and run again and post...
Similar to #118 Unfortunately, device auth doesn't solve all the problems in this project. It could help us maintain login over a long period of time, or provide an additional...
This is actually a really cool use case! I never thought about the parental control feature. The logic right now is to fail fast on an unexpected error, so if...
It looks like it just restricts purchasing and playtime ([source](https://www.epicgames.com/help/en-US/epic-accounts-c74/parental-controls-c111/how-do-i-set-limits-for-my-child-s-playtime-or-purchasing-a3130)), so I doesn't look like the `parentalPin` config wouldn't be a good idea, since you could just disable purchase protection....
Cookie import doesn't apply anymore since nearly every action requires solving a captcha. I removed the documentation for it.
Hi, I updated the project to properly support login again. This may change your approach for the temporary cookie reset since it's no longer necessary. Also let me know if...
Can you set `"logLevel": "trace"`? Hopefully that can show exactly where it's getting stuck.
Alright, this is gonna be ugly, but can you add the environment variable: `DEBUG=*` to your Docker config? It's gonna spit out a crapload, but it might at least show...
I'm a little stumped. It seems it's just stuck on `puppeteer.launch()`. I do remember seeing some strange effects on Chromium in Alpine Docker depending on the host OS. What host...