Search results

  1. fronobulax

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    Thank you. I never seem to know where to start discussions and am often not aware of socialization type discussions that occur "elsewhere". I chose not to mention it on GitHub but when I was developing and deploying code for selected US Government agencies I would not have been allowed to use...
  2. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Running out of time but I have a test that includes most of the equipment that was considered. The test does recommend the cleaver and issues the commands to equip it. My test doesn't match your case because my scores are lower. Of greater interest is the test failed because under one set of...
  3. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Thank you. I don't know what this is trying to tell me yet but I have a lot of questions to ask of the Maximizer code :-) What class is the character and on what path? I think my first step will be to try and write a test that reproduces this. I will report progress on that because, in...
  4. fronobulax

    Bug IO Exception almost daily on manual adventuring.

    Agreed. But there was one place that if I understood what I was reading claimed it could be a client error. The client was calculating a header size as if the protocol were HTTP/1. But things were being sent as HTTP/2. The corresponding portion of the header was compressed and so the sizes...
  5. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    My Holy Grail is a maximizer string that does not equip a weapon and the specific weapon that the user thinks should have been equipped. Add context and be able to explain why the weapon is a better pick than no weapon. A simplistic example - which is not real - is maximizing for myst and...
  6. fronobulax

    BatBrain -- a central nervous system for consult scripts

    Well. I faxed and fought. The display at the beginning of the fight had the minion image. The display at the end had the missing image. The location of the image that could not be displayed was http://127.0.0.1:60082/images/adventureimages/adventureimages/bond_minion1.gif Note the correct...
  7. fronobulax

    BatBrain -- a central nervous system for consult scripts

    And having asserted its expected repeatability it hasn't happened the two most recent times. I fight the faxed monster in the relay browser. When I got the fight page the image was of a man on skis. I used my CCS which is essentially SimpleSmack using BatBrain and at the end of the fight the...
  8. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Thanks. What will be most useful in motivating me to put serious time back into this (as opposed to thinking about it once in a while) would be data for a specific case. I want a maximizer string, a set of equipment, and a weapon that is clearly better than nothing according to our...
  9. fronobulax

    BatBrain -- a central nervous system for consult scripts

    I can repeatedly get the above message by faxing and then fighting a Villainous Minion. ("repeatedly" means it has happened twice and I expect it to keep happening until I get all the factoids and stop faxing it :-) ) I believe it is generated by Batbrain since I can't find the non-constant...
  10. fronobulax

    JSON

    The JS portion is working as I hope and understand. I think I now have some tools and understanding so that if things stop working I can get farther along than I did this time. My big takeaway is that the name of JSON "fields" has to match the code and the data and I was not using that to...
  11. fronobulax

    JSON

    I understand. I like the feature very much and would like it to be maintained. I am walking a fine line between annoying you so much that you give in and maintain it or annoying you so much that you rip it out completely. The former makes the world a better place because it means I don't have...
  12. fronobulax

    JSON

    I thought I had done @Ryo_Sangnoir's fix because I edited and things worked. I just "fixed" it and got a 403. I will revisit in a couple of hours because I'm almost late for a meeting. I see you answered my print question so thank you.
  13. fronobulax

    JSON

    My inability to debug JavaScript is boundless. When my script accesses https://museum.loathers.net/player/2115655?_data=routes%2Fplayer.%24id._index (or similar) it no longer returns any data. I don't know of anything that has changed on my end. I will accept the possibility that this...
  14. fronobulax

    Feature - Implemented Track slime vials harvested/slime vial harvesting automation

    https://github.com/kolmafia/kolmafia/pull/2420 does a couple of other things but it adds a new daily preference and sets it when am item is used or an associated fight is encountered.
  15. fronobulax

    Feature - Implemented Track slime vials harvested/slime vial harvesting automation

    Got it. My knee jerk reaction, which is often sub-optimal, would be to have a daily preference that counted the visits. That would make it easy to script or make into a custom Daily Deed.
  16. fronobulax

    Feature - Implemented Track slime vials harvested/slime vial harvesting automation

    As in the Sauceror Nemesis Quest or something I am not remembering? If the former then you might want to look at https://kolmafia.us/threads/nemesis-quest-script.4761/ which scripted the quest without a KoLmafia preference. You could probably extract and modify code to give you exactly what...
  17. fronobulax

    Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

    I don't recall seeing it before but then I probably had not run spotless in several weeks. Finally got the IDE to format correctly :-) and not comitting anything.
  18. fronobulax

    Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

    I have the update. Just tried spotless apply and got Doesn't seem to prevent anything but...
  19. fronobulax

    Tattoos

    I don't think so. It would have to be scripted. See https://kolmafia.us/threads/tattoos-ash-updated.1736/#post-135376 which seems to have a couple of scripts which vary in whether they try and obtain the tattoo or not. You might look for greenbox or av-snapshot which are pretty robust about...
  20. fronobulax

    r28030 - Don't try to dereference a none location (NPE). by @phulin

    Not relevant but didn't we fix the headings? If so did a recent change unfix them? Or am I just remembering things that never happened? Thanks. https://kolmafia.us/threads/r28020-fix-tag-the-build-triggering-commit-not-the-latest-commit-by-midgley.29864/#post-175104 is the commit I was...
Back
Top