June 14, 20169 yr 1. OSBot Version (do NOT put "current version", be specific) - 2.4.68 2. A description of the issue. Include relevant logs. Simply does a interaction loop. Does not recognize that is in dialogue or the link is messed up. Not really sure. 3. Are you receiving any errors in the client canvas or the logger? [INFO][Bot #1][06/14 05:10:26 PM]: Walking to [x=2744, y=3151, z=0] [INFO][Bot #1][06/14 05:11:11 PM]: Terminating script ExcellentGiants... [INFO][Bot #1][06/14 05:11:11 PM]: WebWalkingEvent; Terminated! [INFO][Bot #1][06/14 05:11:11 PM]: [true] that it failed. Report to thread 4. How can you replicate the issue? log("Walking to " + destination); WebWalkEvent event = new WebWalkEvent(destination); PathPreferenceProfile ppp = new PathPreferenceProfile(); ppp.setAllowTeleports(true); event.setPathPreferenceProfile(ppp); event.prefetchRequirements(getBot().getMethods()); execute(event); if (event.hasFailed()) log("["+event.hasFailed() + "] that it failed"); Webwalk to any destination on brimhaven from ardougne south bank. 5. Has this issue persisted through multiple versions? If so, how far back? None iirc it worked on previous builds. Because I removed failsafes since the webwalker link was implemented.
September 6, 20169 yr Author I can confirm the link worked perfectly on my clue script yesterday. Thanks for confirming. Totally forgot about this.
September 25, 20169 yr Author I can confirm the link worked perfectly on my clue script yesterday. Can you re-confirm this on v2.4.89? Is this still an issue? Yes, atleast for me. New error information 1. OSBot Version (do NOT put "current version", be specific) Osbot Version 2.4.89 2. A description of the issue. Include relevant logs. Does not attempt the webwalk link and prints an error message. 3. Are you receiving any errors in the client canvas or the logger? [INFO][Bot #1][09/25 12:08:04 PM]: WebWalkingEvent; Fatal error! Cycles threshold reached on [Pay-Fare] => Captain Barnaby; pos = [x=2676, y=3275, z=0]; 4. How can you replicate the issue? same walk code Simply webwalk to a link in brimhaven or brimhaven dungeon and it will head straight to the ardougne docks. 5. Has this issue persisted through multiple versions? If so, how far back? It recently just started happening. I have no idea what caused it. I'll have to say midway patches into v2.4.89? Edited September 25, 20169 yr by Chris
September 26, 20169 yr I'll try and debug this later in the week. Web walking stuff usually takes a bit of work.