Search results

  1. A

    Server returned response code 502 for choice.php

    Since the adventure command knows the target, one is tempted to think it would be best equipped to handle the error. Then again, maybe suppressing server-side errors would violate the design pattern, or potentially cause other issues. So, assuming the adventure command is not the best approach...
  2. A

    Server returned response code 502 for choice.php

    dpills.ash gets distention pills by setting the property choiceAdventure536 to 1 and then running adventure(1,$location[Domed City of Grimacia]) until all maps have been consumed. Recently, this has annoyingly often failed with Server returned response code 502 for choice.php, after which the...
  3. A

    Bug Meat amount is not detected

    I tried to enter "refresh" to the CLI. It didn't help. In a headless operation, pressing the "refresh" button isn't an option.
  4. A

    Bug Meat amount is not detected

    If there's more than 2³¹ meat in hand¹, and a browser has not been started, the amount of meat is considered² zero. ¹ assumption based on the observation that reducing the amount of meat below the magical limit seemed to help with the issue ² the left panel GUI shows 0 and my_meat() returns 0
  5. A

    Bug - Fixed Spacegate adventuring broken on some planets

    It seems I'm experiencing the same problem, but with "gate tranceiver" aka gate transceiver.
  6. A

    Bug Java 14 no longer compatible with (current) svnkit

    Excellent, thanks a lot!
  7. A

    Bug Java 14 no longer compatible with (current) svnkit

    The same happens with r20320: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= KoLmafia v20.7 r20320, Windows 7, Java 1.8.0_261 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Please note: do not post this log in the KoLmafia thread of KoL's...
  8. A

    Bug Java 14 no longer compatible with (current) svnkit

    So... now "svn update" produces a number of these for me: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= KoLmafia v20.7 r20312, Windows 7, Java 1.8.0_261 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Please note: do not post this log in the...
  9. A

    Bug - Fixed Carriage returns missing in stack traces

    Oh yes, you are absolutely right. Sorry about the confusion.
  10. A

    Bug - Fixed Carriage returns missing in stack traces

    It seems newlines in stack traces have changed to contain only a line feed, not a carriage return. This makes emacs (correctly) consider the session logs to have inconsistent line endings. This seems to be a rather recent change.
  11. A

    New Content - Implemented 2019 IOTM Fourth of May Cosplay Saber

    Sounds like a plausible explanation. The saber's modifiers in Seal Clubber / Opossum TCRS are Moxie +15 Moxie +20% Serious Stench Resistance (+3) so I suppose the last one is considered a match for Serious Resistance to All Elements (+3).
  12. A

    New Content - Implemented 2019 IOTM Fourth of May Cosplay Saber

    It seems to me that _saberMod might not be cleared at rollover - I just logged in for the first time today and it's value is 3. This is r19417, though, but I didn't notice any relevant-sounding recent changes. Also, I'm in a TCRS run in case that matters.
  13. A

    Bug - Fixed JSONException: A JSONArray text must start with '[' at 1

    Loading a script using the svn command works fine. The certificate exception seems to happen every time. This is Windows 7 Home Premium, Service Pack 1 with security updates Java turned out to be Version 8 Update 60, which is pretty old, so I updated it to 221. The update fixed the certificate...
  14. A

    Bug - Fixed JSONException: A JSONArray text must start with '[' at 1

    Ok. So, I would expect this to be relevant: Requesting: https://sourceforge.net/p/kolmafia/code/HEAD/tree/data/SVN/svnrepo.json?format=raw 0 request properties Unexpected error, debug log printed. class javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path...
  15. A

    Bug - Fixed JSONException: A JSONArray text must start with '[' at 1

    Umm... could you be more specific with "load the script menu"? Clicking any of "Scripts", "Refresh menu", "Load scripts...", "Script Manager" does not trigger the error.
  16. A

    Bug - Fixed JSONException: A JSONArray text must start with '[' at 1

    The svnrepo.json file is empty. When I deleted it and started KoLmafia, I got the same errors and the file was recreated, again empty (0 bytes). Oh and this is in Windows 7.
  17. A

    Bug - Fixed JSONException: A JSONArray text must start with '[' at 1

    When starting up r19417, 38 of the following occur: Unexpected error, debug log printed. class org.json.JSONException: A JSONArray text must start with '[' at 1 [character 2 line 1] org.json.JSONException: A JSONArray text must start with '[' at 1 [character 2 line 1] at...
  18. A

    Bug - Fixed exit does not exit

    The wiki says that exit will exit the script: However, when running the following script on r19401: int method3() { print("method3"); exit; } int method2() { print("method2"); method3(); return 1; } void method1() { int a = 0; while (a < 10) { print("method1 " + a); a +=...
  19. A

    How to automate combat with tentacles from Dr. Stuart's tent or Evoke Eldritch Horror

    I didn't notice the skill part being answered yet (I might have missed it though), so: instead of use_skill($skill[Evoke Eldritch Horror]) casting the skill through chat: cli_execute("/cast 1 Evoke Eldritch Horror") followed by run_combat seems to work.
  20. A

    New Content - Implemented Standard 2018

    In items.txt, descid of gabardine girdle is 841940934\ The backslash should probably be removed.
Back
Top