arduino / lab-micropython-editor

Arduino Lab for MicroPython is an Integrated Development Environment (IDE) for MicroPython.
GNU Affero General Public License v3.0
224 stars 28 forks source link

MAC OS: UI frozen with spinning wheel saying 'loading files' #128

Open mrdowling opened 4 months ago

mrdowling commented 4 months ago

I have been using Arduino Lab for MicroPython for weeks without issue. I was adding some new program files to my file location. Today the it is stuck in the loading. I'm using an Alvik robot with an Arduino Nano ESP32.

Screenshot 2024-07-15 at 3 40 38 PM
ubidefeo commented 4 months ago

please refer to the answer in #127 we found out that some users end up corrupting their file-system and the editor cannot successfully test for the lib folder. we need a bit of background work to address timeouts on operations

https://github.com/arduino/lab-micropython-editor/issues/127#issuecomment-2220963927

mrdowling commented 4 months ago

Arduino Nano ESP32

mrdowling commented 4 months ago

@ubidefeo Thanks for your help. What background information do you need?

I am running a laptop with MAC OS for the Alvik robot with an Arduino Nano ESP32.

mrdowling commented 4 months ago

hanks for your help. What background information do you need?

I am running a laptop with MAC OS for the Alvik robot with an Arduino Nano ESP32.

On Tue, Jul 16, 2024 at 10:08 AM Ubi de Feo @.***> wrote:

please refer to the answer in #127 https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_arduino_lab-2Dmicropython-2Deditor_issues_127&d=DwMFaQ&c=2aCAd3HIzJT24Lg1nUbCpA&r=rSR0HU_cP-pWbjx4mZW3dIZIaEy4CE2XZhSZchBO2ik&m=n3fP3IFP1-ZxH9ZLs-QwxySRuikqpwt88xHvxFfYzHR7JDEOqCYrhF2G-arfnXpi&s=Wq7toBo-B9JU8eaESN-dpXLreC9mhh48xd0M3hVyiss&e= we found out that some users end up corrupting their file-system and the editor cannot successfully test for the lib folder. we need a bit of background work to address timeouts on operations

— Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_arduino_lab-2Dmicropython-2Deditor_issues_128-23issuecomment-2D2230990908&d=DwMFaQ&c=2aCAd3HIzJT24Lg1nUbCpA&r=rSR0HU_cP-pWbjx4mZW3dIZIaEy4CE2XZhSZchBO2ik&m=n3fP3IFP1-ZxH9ZLs-QwxySRuikqpwt88xHvxFfYzHR7JDEOqCYrhF2G-arfnXpi&s=rPenpCdJpJFGfl8ug6c2z3WTFA23H9Ljb0175xB8-1U&e=, or unsubscribe https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_BJ4DIZDZWMB3CYBZO5L26BLZMUSNDAVCNFSM6AAAAABK5FPH3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZQHE4TAOJQHA&d=DwMFaQ&c=2aCAd3HIzJT24Lg1nUbCpA&r=rSR0HU_cP-pWbjx4mZW3dIZIaEy4CE2XZhSZchBO2ik&m=n3fP3IFP1-ZxH9ZLs-QwxySRuikqpwt88xHvxFfYzHR7JDEOqCYrhF2G-arfnXpi&s=2TrdizhkUgNwhIfLtRuqqlLiSARFfubRsKn4_FDWJnE&e= . You are receiving this because you authored the thread.Message ID: @.***>

-- David Dowling Middle Grades Career Tech Toledo Public Schools (419) 671-4000 2400 Collingwood Blvd, Toledo, OH 43620

gbr1 commented 4 months ago

130

spammed also on Arduino_Alvik library 2 times

gbr1 commented 3 months ago

@mrdowling I had a similar issue because I deleted a folder that was opened by lab for micropython. I solved by deleting the ~/Library/Application Support/Arduino Lab For Micropython folder

anomaleo commented 3 months ago

@gbr deleting the ~/Library/Application Support/Arduino Lab For MicroPython folder does not resolve the issue for us with MacOS Sonoma 14.6.1 and MacOS Sequoia Apple Silicon M1, M2, M3 arm64 builds Version 0.10.0.

Cloned & Built Development branch Version 0.10.0 for arm64 - cleared preferences, application support, saved application state and the issue resolved.