AKTanara
AKTanara
@SuGlider - First of all thanks for your reply, > @AKTanara - You are measuring how long does it take to execute `touchAttachInterrupt(4, gotTouch, 30);`. Yep, I'm well aware of...
> OK. PR #7099 sent. @AKTanara - please test it with ESP32. Thanks for reporting the issue! @SuGlider - With this thorough investigation you left me speechless and yet you...
Found workaround: instead of using discover.execute(); I have used discover.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR); This way they AsyncTasks won't block each other.
Hi, It is just enough to enclose: `xmlParse(xml);` in UPnPDevice.java in a try catch: `try{ xmlParse(xml);} catch (Exception e) {}`
Thanks for the clue... I even didn't know this! Beside what you told I have found another work around: instead of using `discover.execute();` I have used `discover.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);` This way they...
https://github.com/shamhi/HamsterKombatBot/issues/2347#issuecomment-2333173015
I'm also working on this issue. I'll share my results here hopefully before you commit...
@ivan52605 @shamhi Thanks for the explanation. I think at least for Hamster Kombat this is not the case because authorizations tokens haven't changed since day 1. So I think it...
> For a hamster, yes, one token for life, but you can simply choose the authorization type, either binding from a session or a hamster token I tried but bot...
My keys are still in place... Fingers crossed they remain as they are!