I'm testing a first MIT AI app from here. But I am getting this response when I press 'Open Serial'.
Using app on Android 13, Samsung, if that matters.
Any advice appreciated.
I'm testing a first MIT AI app from here. But I am getting this response when I press 'Open Serial'.
Using app on Android 13, Samsung, if that matters.
Any advice appreciated.
If you are using any extensions, determine which one is causing the problem by removing the extensions and checking each time to see if the error still occurs.
Thanks Patryk, it has one extension, SerialOTG, that will blow-up the entire app if removed.
Check if you have the latest version of this extension, maybe the author has updated it. I don't think any built-in component is causing this error.
I found the latest newer version here. I need to learn how to update this/an extension. Is it a .aix file?
just upload the new aix as when you first time import the aix.
Make sure you backup your project before you do so.
So I have downloaded the .aix file. When I go into the app, Extension,
Import Extension returns an Upload Error. Should I X to remove the extension first?
Won't this cause issues in the code?
I'm feeling there must be some way to copy the existing blocks, and re-paste them after the new extension is installed.
No. Show the full error when trying to import the extension.
The full error displayed:
The extension (aix) on that page loads OK to a fresh project:
but extension version is not obvious...but appears to be the latest.
Have you backed up your existing project, if not do so.
Then remove the blocks from any of the extension blocks (so you do not lose them), just drag them out, do not delete them, so that you can then put them back in the new extension blocks.
Then delete the current extension, and install the latest.
It looks like you're trying to load an extension after losing your session. Reload the page and try again.
Yes indeed Patryk,
That was the problem.
The session timed out, the file uploaded perfectly after login.
Please excuse the rookie mistake all.