malmon wrote:
All in One wrote:
I'm currently having a strange issue connecting to the site. When I logged in (inside of a thread, if it means anything) every lewd.sx url would resolve to a completely blank page. This is persistent across multiple browsers and devices. I was able to get past on it my Desktop Firefox by playing around with some of my block settings. I was able to connect with cookies blocked but turning them back on would bring me back to the blank page. Then I tried enabling cookies and blocking scripts and xhr, which seemed to fix whatever was causing it. I re-enabled both scripts and xhr afterwards and they don't cause any trouble now. I was able to reproduce it. Enabling cookies and then enabling scripts and xhr seems to be the fix on the client side.
Edit: It actually seems to be something VPN related that's tripping it.Only just started happening now, though.
@moeki seems to have the same issue, but she's not using any VPN, and can't get it working in any browser
Fixed!
The lewd.sx SQL sessions table was stored in mariadb using the "memory" storage engine, meaning they are not persisted to disk. This engine has a small default maximum size, to stop mariadb from eating all the memory in the system. This limit was hit, meaning that any new sessions (logins) would fail to be created. The root cause is old sessions not being cleaned up, so hopefully @[deleted] will fix that soon, but for now I have restarted mariadb and it has cleared the table.
TL;DR: this has been fixed, please tell me if you get this again!