Bug - Fixed Links broken in relay browser after Louvre automation

Idran

Member
Every link in the main pane of the relay browser after an automated Louvre trip has started giving me a "Missing password hash" error in the CLI. This seems to be new; I didn't notice it happening as recently as yesterday. And as far as I've seen so far, this is the only place I'm getting the error.

Edit: On further investigation, it seems to happen after any CLI automation.
 
Last edited:

holatuwol

Developer
Found out that specialCommand doesn't get called when you hit the 'auto' button in the Louvre, but rather the 'Go to Goal' button.

Should be fixed in 10647.
 

Veracity

Developer
Staff member
Try revision 10653. I went to the Gallery, got the Louvre, did Go to Goal, and the Again button successfully took me back to the Gallery.
 

Veracity

Developer
Staff member
Links and images broken in Relay Browser after Sven automation

I just did the Sven special command. It handed 4 items to the bandmembers. When it returned, every item image was broken. Additionally, the "action" options had been munged inside links.

I used Safari's page inspector to look at what was there. It was pretty easy to see what was broken.

PHP:
<img src="/http://images.kingdomofloathing.com/itemimages/azunicorn.gif" alt="Azazel's unicorn" title="Azazel's unicorn" class="hand" onclick="descitem(610128060)">
<img src="/http://images.kingdomofloathing.com/otherimages/woods/arena.gif" usemap="#arena" width="330" height="150" border="0">
<img src="/http://images.kingdomofloathing.com/otherimages/woods/pandamonium.gif" width="600" height="500" border="0" usemap="#panda">
A slash in front of the http:

PHP:
<area shape="rect" href="/pandamonium.php?action=/sven" coords="0,47,57,139" alt="Talk to Sven Golly" title="Talk to Sven Golly">
<area shape="rect" coords="163,0,421,256" href="/pandamonium.php?action=/temp" alt="Azazel's Temple" title="Azazel's Temple">
<area shape="rect" coords="426,217,564,326" href="/pandamonium.php?action=/beli" alt="Belilafs" title="Belilafs">
<area shape="rect" coords="229,277,367,407" href="/pandamonium.php?action=/moan" alt="Moaning Panda Square" title="Moaning Panda Square">
<area shape="rect" coords="386,338,525,500" href="/pandamonium.php?action=/infe" alt="Infernal Rackets" title="Infernal Rackets">
A slash inserted into the middle of "action=sven", "action=temp" and so on.

PHP:
<!--<p>There shall in that time be rumours, of things going astray. Ehm...and
there shall be a great confusion as to where things really are.
And nobody will really know where lieth those little things wi...with a
sort of rackey work base, that has an attachment. At this
time, a friend shall lose his friend's hammer, and the young
shall not know where lieth the things possessed by their fathers, that
their fathers put there only just the night before, 'bout eight o'clock.
</p>-->
Nothing broken, but it surprised me to see this HTML comment. :)
 

Veracity

Developer
Staff member
I think I caused this myself with my "fix" to the other bug I merged this with - which I am reopening.
 

Veracity

Developer
Staff member
Thank you, hola. I just tested this with the Gallery "Go to goal", and that still (again?) works fine.
 
Top