lmarcelocc
lmarcelocc
Hello @tobias-klein , I can try to help you with that. I've been able to build for `@red-mobile/[email protected]` with: - Gradle 8.4 (Gradle embedded with Android Studio 2023.3.1) - Node...
@tobias-klein , so that's an error at runtime? If so, can you share the piece of code you're using to call nodejs?
I'm starting it with ```typescript nodejs.channel.setListener((msg) => { this.channelListener(msg); }); // serverTarget is a file that I've on my nodejs-project folder(server.js) nodejs.start(serverTarget, (err) => { if (err) { console.error(err); return;...
I quickly looked into the source code and it seems that TEMP_CELSIUS is imported but not being used. So it should be something easy to to.
You can change entity name/id from home assistant UI.
You can simple clone this repo on your computer and then scan your network. Be sure to have `python3` installed and all other dependencies like `request` and `utils`. Resuming: 1....
> Same problem on iOS but I can't capture any logs there as the safari console log window crashes too. Not sure how else to capture the crash log? I...
> We are having the same issue for some users > > `Exception java.lang.RuntimeException: at android.app.ActivityThread.deliverResults (ActivityThread.java:6063) at android.app.ActivityThread.handleSendResult (ActivityThread.java:6102) at android.app.servertransaction.ActivityResultItem.execute (ActivityResultItem.java:67) at android.app.servertransaction.ActivityTransactionItem.execute (ActivityTransactionItem.java:45) at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:139) at...
> Has anyone managed to find a fix for this? When I click on my button that triggers `getPicture()`, nothing happens on Android 14. You need to check the log....
@motto76 , were you able to fix this?