Bug - Fixed "login" command does not work in --CLI

muczachan

Member
Hi.

I have a farmer running unattended with:

java -jar Kolmafia.jar --CLI script=script.name

where script basically is:

login character
breakfast
call Harvest.ash

Unfortunately this stopped working in release 9966.

The whole session now looks like:

Code:
KoLmafia v14.8 r9966
Released on September 15, 2011

Currently Running on Linux
Local Directory is /home/muczachan/.kolmafia
Using Java 1.6.0_26

Preparing for logout...

Validating login server (www.kingdomofloathing.com)...
You have no updated price data to submit.
Logout request submitted.

 >
and typing "login character" at this prompt does not work either.

Code:
> login XXXXX
Preparing for logout...

You have no updated price data to submit.
Validating login server (www.kingdomofloathing.com)...
Logout request submitted.

 >

here's the snippet of what I would expect:

Code:
KoLmafia v14.8 r9965
Released on September 15, 2011

Currently Running on Linux
Local Directory is /home/muczachan/.kolmafia
Using Java 1.6.0_26

Preparing for logout...
You have no updated price data to submit.
Logout request submitted.

Validating login server (www.kingdomofloathing.com)...
721 players online.
Sending login request...
Initializing session for XXXX...
Refreshing session data...
Loading character status...
Synchronizing moon data...
 
r9984 has the same problem, when i type login username, it came up with a Not Logged In Main Interface. (e.g. Main Interface (Not Logged In)). (r9973 had the same problem.)
 
Last edited:
Top