Lacey Jones
New member
probably a new html table that wasn't there before or something like that
It's not just the combat action bar page that's no longer working. The functionality for multi-using items in inventory, filtering/sorting in inventory, right-clicking items in inventory and right-clicking items in results are also broken now. There may be other things as well but those are just what I observed so far.
Hmm... I've been playing after you posted that, and I'm not having any problems beyond images being broken if an item is right-clicked from within KOL. I'm having no issues with inventory in the relay browser.It's not just the combat action bar page that's no longer working. The functionality for multi-using items in inventory, filtering/sorting in inventory, right-clicking items in inventory and right-clicking items in results are also broken now. There may be other things as well but those are just what I observed so far.
Which 3? Before this change, we used an S3 bucket, although now it's sometimes served by cloudfront instead.3 potential image server locations.
<img id='monpic' crossorigin="anonymous" src="/iii/adventureimages/bishop.gif?a=1638729277" width=100 height=100>
<img id='monpic' crossorigin="anonymous" src="/images//adventureimages/bishop.gif?a=1638729277" width=100 height=100>
GET /images//adventureimages/bishop.gif?a=1638729277 HTTP/1.1
diff --git a/src/net/sourceforge/kolmafia/webui/RelayAgent.java b/src/net/sourceforge/kolmafia/webui/RelayAgent.java
index 57bbe41f3e..16e43e7fbd 100644
--- a/src/net/sourceforge/kolmafia/webui/RelayAgent.java
+++ b/src/net/sourceforge/kolmafia/webui/RelayAgent.java
@@ -463,7 +463,7 @@ public class RelayAgent extends Thread {
"("
+ String.join("|", KoLmafia.IMAGE_SERVER_PATHS)
+ "|"
- + "/iii"
+ + "/iii/"
+ "|"
+ "//images.kingdomofloathing.com/"
+ "|"
<img id='monpic' crossorigin="anonymous" src="/iii/adventureimages/mobcapo.gif?a=1638730912" width=100 height=100
<img id='monpic' crossorigin="anonymous" src="/images/adventureimages/mobcapo.gif?a=1638730912" width=100 height=100>