Encounter: Adventure!

Crowther

Active member
I'm having an problem. Every now and then, my automation at Barf Mountain stops like this:
Code:
Request 82 of 361 (Dinseylandfill: Barf Mountain) in progress...

[1395634] Barf Mountain
Encounter: Adventure!
Nothing more to do here.
I can't find any reference anywhere to a noncombat called "Adventure!". Most days it doesn't happen. One day it happened three times. I'm sure I'll feel stupid when someone points out what I missed, but I'm stumped.

Here's what I could get out of mafia.
Code:
> ash my_location()

Returned: Barf Mountain
nocombats => false
zone => Dinseylandfill
parent => Elemental International Airport
parentdesc => Elemental International Airport
environment => indoor
bounty => none
combat_queue => garbage tourist; garbage tourist; horrible tourist family; garbage tourist; garbage tourist
noncombat_queue => This Ride Is Like... A Rollercoaster Baby Baby; This Ride Is Like... A Rollercoaster Baby Baby; This Ride Is Like... A Rollercoaster Baby Baby; This Ride Is Like... A Rollercoaster Baby Baby; Adventure!
turns_spent => 33936
kisses => 0
recommended_stat => 90
water_level =>
It would be nice if it didn't abort, but I could code around that. I just want to know what is going on. I have a complex between battle script, so that might be the issue.
 

Crowther

Active member
JOKE: It seems I've found a workaround, I've run debugging logs for over 1000 adventures in the last three days and it didn't happen.
 

Crowther

Active member
Ahhh! It is a server side error. At least this time it is.
Code:
Request 57 of 192 (Dinseylandfill: Barf Mountain) in progress...
Time out during data post (adventure.php). This could be bad...

[1398012] Barf Mountain
Encounter: Adventure!
Nothing more to do here.
The debug log shows what "Adventure!" is. This:
Code:
You can't adventure without specifying a location to adventure in.
I was able to see this result in my browser by going to "http://127.0.0.1:60080/adventure.php". Now, I'm not sure what to do with this information, but at least I know what is going on.
 
Top