Stuart Boston
Stuart Boston
I also get this error with the latest build
Ok, a little investigation and it seems to happen when the bot gets a response to a thread. It might be because there are more than one "user" fields in...
I have a registered listener for help commands called, HelpListener. This is the pertinent section of code that I use to send a welcome message to whoever joins a channel....
I noticed that I have an missing dependency for commons-lang3 (it's inherited from api-common), I don't know if that's the issue your are facing, but I have added an explicit...
Sorry, I don't have any experience in android development (yet)
Sure, if there is anything I need to add, please let me know
Does this happen with any other methods?
Could you check the other methods? I'd like to see if it's something specific to that method or common across methods
I _think_ this may be an issue with the DOMParser. From what I have read there may be some incompatibility between a "full" java implementation and the android API implementation....
I am still looking into this. I am creating my own android project to try and find the issue