Bug missing img/src with OCRS hilarious modifier

Erosion

Member
As of about a week ago, I started having this problem where mafia doesn't know to end combats with OCRS hilarious monsters.
The entire fight will appear in session logs normally, but will cause a debug log:

Unexpected error, debug log printed.
class java.lang.NullPointerException: Cannot invoke "String.endsWith(String)" because "src" is null
java.lang.NullPointerException: Cannot invoke "String.endsWith(String)" because "src" is null
at net.sourceforge.kolmafia.request.FightRequest.processTable(FightRequest.java:6536)
at net.sourceforge.kolmafia.request.FightRequest.processNode(FightRequest.java:6251)
at net.sourceforge.kolmafia.request.FightRequest.processNode(FightRequest.java:6256)
at net.sourceforge.kolmafia.request.FightRequest.processChildren(FightRequest.java:6524)
at net.sourceforge.kolmafia.request.FightRequest.processNode(FightRequest.java:6432)
at net.sourceforge.kolmafia.request.FightRequest.processChildren(FightRequest.java:6524)
and several other at net.sourceforge messages

Ryo says it's because of img with no src attribute.
 

Attachments

  • DEBUG_20230921.txt
    11.1 KB · Views: 1
Top