Bug - Fixed Star chart Crafting was Unsuccessful

Sometimes when typing "find 1 richard star key" it will give me an error saying "Star chart crafting was unsuccessful." I can make it by hand just fine tho.

Is this a bug or am I doing something wrong?
 

Bale

Minion
What does the "find" command do? Have you tried "create 1 richard star key" or "acquire 1 richard star key"?
 

Veracity

Developer
Staff member
Apparently, "find", "retrieve" and "acquire" are synonyms.

P.S. Unless you provide us with a DEBUG log showing this failure, there is nothing I can say about it.
 
It is interesting how it works for the first character I use the command on but any characters that try there after fail unless I close/reopen KoLMafia.

Here is the debug report.
Code:
> find richard's star key

Verifying ingredients for Richard's star key (1)...
class net.sourceforge.kolmafia.request.StarChartRequest
Connecting to shop.php...

Requesting: http://www.kingdomofloathing.com/shop.php?whichshop=starchart&action=buyitem&whichrow=141
3 request properties
Field: Cookie = [appserver=www10; PHPSESSID=4snqt1tcs0igam0lg5jnlc6vg1]
Field: User-Agent = [KoLmafia v16.5]
Field: Content-Type = [application/x-www-form-urlencoded]

Retrieving server reply...

Retrieved: http://www.kingdomofloathing.com/shop.php?whichshop=starchart&action=buyitem&whichrow=141
10 header fields
Field: null = [HTTP/1.1 200 OK]
Field: Cache-Control = [no-store, no-cache, must-revalidate, post-check=0, pre-check=0]
Field: Server = [nginx/1.0.15]
Field: Connection = [keep-alive]
Field: Pragma = [no-cache]
Field: Expires = [Thu, 19 Nov 1981 08:52:00 GMT]
Field: Content-Length = [0]
Field: Date = [Wed, 26 Nov 2014 04:59:17 GMT]
Field: X-Powered-By = [PHP/5.3.3]
Field: Content-Type = [text/html; charset=UTF-8]

Retrieving server reply
ResponseText has 0 characters.

Processing results...
Star chart crafting was unsuccessful.

> debug off
 
Last edited:

Theraze

Active member
Any chance this is like the old vacation bug from a few years back where it was submitting the wrong character's pwd hash or something similar?
 

Theraze

Active member
Experienced the same bug today. Here's my debug log for debug on, debugcreate rich key, create rich key, debug off.
 

Attachments

  • DEBUG_20141127.txt
    2.4 KB · Views: 33

Darzil

Developer
Had a quick look at this, but immediately ran into issues replicating it as it was fine for me.

View attachment DEBUG_20141128.txt

Edit : Actually, have replicated this.

I don't get it on the first character I deal with in Mafia, but do if I log out and in again on another character (or the same character again), but only if the first character also makes the key. I only get it on Richard's Star Key, not the Star Hat, and successfully making the Star Hat does not let me make the Star Key.

Not sure where to go from here, as I can't see a code difference between Star Key handling and anything else.
 
Last edited:
Top