The Core Posted May 29, 2015 Posted May 29, 2015 (edited) I want to get the messages from players in the chatbox and it works only when one message from one player was sent, but as soon as another player talks, i get this error: [ERROR][bot #1][05/28 10:59:29 PM]: Error in script executor! java.lang.IndexOutOfBoundsException: Index: 2, Size: 2 at java.util.ArrayList.rangeCheck(Unknown Source) at java.util.ArrayList.get(Unknown Source) at org.osbot.rs07.api.Chatbox.getMessages(ae:106) at testtalk.main.onLoop(main.java:61) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(um:22) at java.lang.Thread.run(Unknown Source) this is the code I use: chatbox.getMessages(MessageType.PLAYER) I tried to insert them in a list with addall() but it doesn't work I got same error Or is there any other ways to get the messages Edited May 29, 2015 by ruinedmylife
Alek Posted May 29, 2015 Posted May 29, 2015 I haven't looked at the Chatbox API in a while, there's a good chance there was a game update the broke it. I'll take a look at it. 1
The Core Posted May 29, 2015 Author Posted May 29, 2015 I haven't looked at the Chatbox API in a while, there's a good chance there was a game update the broke it. I'll take a look at it. Thank you :P
Nora Posted April 17, 2016 Posted April 17, 2016 (edited) I haven't looked at the Chatbox API in a while, there's a good chance there was a game update the broke it. I'll take a look at it. I am having the same error when checking (MessageType.GAME). In my case if i turn off public chat and cc, the problem doesnt appear. Edited April 17, 2016 by Nora
Strange_Fk Posted April 22, 2016 Posted April 22, 2016 I am having the same error when checking (MessageType.GAME). In my case if i turn off public chat and cc, the problem doesnt appear. What about when you leave cc and public chat on, but click the game tab to only view game messages?
Nora Posted April 22, 2016 Posted April 22, 2016 What about when you leave cc and public chat on, but click the game tab to only view game messages? I am not sure, cant test it now. But if public chat is on, error freezes the bot client only if someone talks for a while 1