[REDACTED]
[REDACTED]
This program spews out thousands of packets a second, and as a result, high bandwidth usage should be anticipated.
@hellokaka143 Captcha is indeed the reason it's failing. I changed the error report to also include the entire error message. Just change: ```js sendResponse({ error: { message: 'Authentication error!', redirect:...
Changed a bit around to also the content stack trace and captcha **is** the issue. Please add captcha functionality also.
Captcha is indeed the reason it's failing. I changed the error report to also include the entire error message. Just change: ``` sendResponse({ error: { message: 'Authentication error!', redirect: 'https://forums.e-hentai.org/index.php?act=Login&CODE=01'...
@akiirui If you implement it, I am willing to build and test it (I have an M1 MacBook Air running MacOS Ventura)
Turns out, this was an issue with our production instance, a restart fixed it. The reminder event loop seemed to have gotten stuck for some reason, which needs to be...