Hey all,
Just got a minor bug I'm experiencing.
When I open any of the demo Apps with App Lab (0.2.4 on Windows), I am unable to see 80% of the images in the readme file. Here is what it looks like:
Some images appear correctly though:
It seems to be an almost random selection of images that work every time App Lab is booted. In the screenshot above, the next time I rebooted, the top image disappeare,d and the one below it was visible!
If I create a copy of the demo app, the issue persists.
Bit of a strange fix I've found for this. If you create a copy of the app, then perform an action to update app.yaml (such as renaming the app or importing a brick) it will cause both the readme and app.yaml to get stuck in a continuos loading screen (even if they are currently open in a tab, they will become unreadble like this). I have reported this issue in a separate post.
Rebooting App Lab fixes this issue and makes the readme and app.yaml viewable again. After rebooting, the images in the readme also become visible again?
This seems to only work for the first reboot after app.yaml is changed. On the 2nd reboot, the images will break again. I have repeated this over 10 times with different demo app copies, and it worked every time.
I have reinstalled App Lab and the issue still persists.
When running App Lab on the Uno Q itself, I do not experience this bug and can see all images just fine.
Hope this helps!
Hi @CoreElectronics-Team.
Thanks for your report. Unfortunately I'm not able to reproduce the fault.
I'm going to ask you to provide some additional information that might help us to identify the problem.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
- Start Arduino App Lab if it is not already running.
- Open an example App.
- Press the Ctrl+Shift+F12 keyboard shortcut (Command+Shift+F12 for macOS users).
The "DevTools" window will open.
- Select the "Console" tab in the "DevTools" window.
- Right-click (Control-click for macOS users) on the main panel of the "DevTools" window.
A context menu will open.
- Select "Clear console" from the menu.
The existing content will be cleared from the console panel.
- Switch to the Arduino App Lab window.
- Copy the example App.
- Verify that the
app.yaml file is not loading.
- Switch back to the "DevTools" window.
- Right-click (Control-click for macOS users) on the main panel of the "DevTools" window.
A context menu will open.
- Select "Copy console" from the menu.
This will copy the logs recorded in the console panel to the clipboard.
- Open a reply here on this forum topic by clicking the "Reply" button.
- Click the
<CODE/> icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
- Press the Ctrl+V keyboard shortcut (Command+V for macOS users).
This will paste the copied logs into the code block.
- Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to publish the post.
I see you had Arduino App Lab connected to the board via the network connection when you took the screenshots. Does the fault also occur when you connect Arduino App Lab to the board via the USB connection (AKA "hosted mode")?