Bug - Cannot Reproduce Error during session initialization

gbick

New member
When I tried to log into mafia today, the login process took a very long time, and eventually failed with the message "Error during session initialization" I had recently downloaded KolMafia r26291 and figured it might have been buggy, so I tried running an old jar I had lying around: KoLmafia r26273. It failed in the same way. The error logs show a NullPointerException when doing some string parsing, and the stack trace points to a checkBirdOfTheDay() function (I do own a bird-a-day calendar, and I just started a HC Teetotaler run in case that's relevant.)

I've attached the debug logs below. Let me know if there is other info I can provide. Thanks!
 

Attachments

  • DEBUG_20220312.txt
    8 KB · Views: 2

Ryo_Sangnoir

Developer
Staff member
This is the error you get if LoginRequest succeeds, but every other request after that fails as though you weren't logged in (or for some other reason: your "took a very long time" implies each request is timing out).

I suspect it's ephemeral.
 
Top