Arduino 2.1.0 stuck on splash screen

Sorry if this problem has been discussed before on other threads. I've looked at all of the ones I could and tried their solutions with no fix...

First of all, just to be clear, I uninstalled OneDrive, so I don't think the solution another user got from deleting OneDrive will work for me.

I just got a new Windows 11 laptop and have been struggling with getting the IDE to work. Current specs are a Ryzen 9 6900HS and a 6700S graphics card. I've reinstalled the IDE like ~10 times already, but I'm still getting the exact same problem: the Arduino logo just flashes continually but never actually loads the content of the IDE. To be clear, version 1.8.x works on my computer, but I prefer the newer GUI of 2.x as well as some other more niche features.

Saw the process of debugging in multiple other threads, so I'll paste the errors I get in powershell below. I had to trim some lines because it was way too long:

2023-06-13T05:52:07.950Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:07.951Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:07.951Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:07.961Z daemon INFO time="2023-06-12T22:52:07-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:07.977Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:07.977Z daemon INFO Daemon is now listening on 127.0.0.1:50209
{"IP":"127.0.0.1","Port":"50209"}


2023-06-13T05:52:07.991Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:07.992Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:07.992Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.001Z daemon INFO time="2023-06-12T22:52:07-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.020Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.021Z daemon INFO Daemon is now listening on 127.0.0.1:50210
{"IP":"127.0.0.1","Port":"50210"}


2023-06-13T05:52:08.033Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.033Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.033Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.044Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.062Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.062Z daemon INFO Daemon is now listening on 127.0.0.1:50211
{"IP":"127.0.0.1","Port":"50211"}


2023-06-13T05:52:08.073Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.073Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.073Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.083Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.107Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.107Z daemon INFO Daemon is now listening on 127.0.0.1:50212
{"IP":"127.0.0.1","Port":"50212"}


2023-06-13T05:52:08.113Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.113Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.113Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.123Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.139Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.139Z daemon INFO Daemon is now listening on 127.0.0.1:50213
{"IP":"127.0.0.1","Port":"50213"}


2023-06-13T05:52:08.152Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.153Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.153Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.163Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.180Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.180Z daemon INFO Daemon is now listening on 127.0.0.1:50214
{"IP":"127.0.0.1","Port":"50214"}


2023-06-13T05:52:08.193Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.193Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.194Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.204Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.221Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.222Z daemon INFO Daemon is now listening on 127.0.0.1:50215
{"IP":"127.0.0.1","Port":"50215"}


2023-06-13T05:52:08.234Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.234Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.234Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.244Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.261Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.261Z daemon INFO Daemon is now listening on 127.0.0.1:50216
{"IP":"127.0.0.1","Port":"50216"}


2023-06-13T05:52:08.274Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.274Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.274Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.284Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.303Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.303Z daemon INFO Daemon is now listening on 127.0.0.1:50217
{"IP":"127.0.0.1","Port":"50217"}


2023-06-13T05:52:08.314Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.314Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.314Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.325Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.343Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.344Z daemon INFO Daemon is now listening on 127.0.0.1:50218
{"IP":"127.0.0.1","Port":"50218"}


2023-06-13T05:52:08.355Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.356Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.356Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.366Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.382Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.382Z daemon INFO Daemon is now listening on 127.0.0.1:50219
{"IP":"127.0.0.1","Port":"50219"}


2023-06-13T05:52:08.396Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.396Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.397Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.407Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.425Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml

2023-06-13T05:52:08.426Z daemon INFO INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.426Z daemon INFO Daemon is now listening on 127.0.0.1:50220
{"IP":"127.0.0.1","Port":"50220"}


2023-06-13T05:52:08.438Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.438Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.438Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.448Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.467Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.467Z daemon INFO Daemon is now listening on 127.0.0.1:50221
{"IP":"127.0.0.1","Port":"50221"}


2023-06-13T05:52:08.478Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.478Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.479Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.489Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.504Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.505Z daemon INFO Daemon is now listening on 127.0.0.1:50222
{"IP":"127.0.0.1","Port":"50222"}


2023-06-13T05:52:08.519Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.519Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.519Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.530Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.555Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.555Z daemon INFO Daemon is now listening on 127.0.0.1:50223
{"IP":"127.0.0.1","Port":"50223"}


2023-06-13T05:52:08.560Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.560Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.561Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.570Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.592Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.592Z daemon INFO Daemon is now listening on 127.0.0.1:50224
{"IP":"127.0.0.1","Port":"50224"}


2023-06-13T05:52:08.600Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.601Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.601Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.611Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.630Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.631Z daemon INFO Daemon is now listening on 127.0.0.1:50225
{"IP":"127.0.0.1","Port":"50225"}


2023-06-13T05:52:08.642Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.642Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.643Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.653Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.668Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.669Z daemon INFO Daemon is now listening on 127.0.0.1:50226
{"IP":"127.0.0.1","Port":"50226"}


2023-06-13T05:52:08.683Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.683Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.683Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.694Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.710Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.711Z daemon INFO Daemon is now listening on 127.0.0.1:50227
{"IP":"127.0.0.1","Port":"50227"}


2023-06-13T05:52:08.725Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.725Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.725Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.736Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.752Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.752Z daemon INFO Daemon is now listening on 127.0.0.1:50228
{"IP":"127.0.0.1","Port":"50228"}


2023-06-13T05:52:08.766Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.766Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.766Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.777Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.794Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.795Z daemon INFO Daemon is now listening on 127.0.0.1:50229
{"IP":"127.0.0.1","Port":"50229"}


2023-06-13T05:52:08.806Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.807Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.807Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.817Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.836Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.837Z daemon INFO Daemon is now listening on 127.0.0.1:50230
{"IP":"127.0.0.1","Port":"50230"}


2023-06-13T05:52:08.848Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.848Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.849Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.859Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.879Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.879Z daemon INFO Daemon is now listening on 127.0.0.1:50231
{"IP":"127.0.0.1","Port":"50231"}


2023-06-13T05:52:08.889Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.889Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.890Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.899Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.917Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.917Z daemon INFO Daemon is now listening on 127.0.0.1:50232
{"IP":"127.0.0.1","Port":"50232"}


2023-06-13T05:52:08.929Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.929Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.929Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.940Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:08.960Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:08.960Z daemon INFO Daemon is now listening on 127.0.0.1:50233
{"IP":"127.0.0.1","Port":"50233"}


2023-06-13T05:52:08.972Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:08.972Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:08.973Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:08.983Z daemon INFO time="2023-06-12T22:52:08-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.011Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.012Z daemon INFO Daemon is now listening on 127.0.0.1:50234
{"IP":"127.0.0.1","Port":"50234"}


2023-06-13T05:52:09.015Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.016Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.016Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.027Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.045Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.045Z daemon INFO Daemon is now listening on 127.0.0.1:50235
{"IP":"127.0.0.1","Port":"50235"}


2023-06-13T05:52:09.060Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.061Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.061Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.075Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.089Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.089Z daemon INFO Daemon is now listening on 127.0.0.1:50236
{"IP":"127.0.0.1","Port":"50236"}


2023-06-13T05:52:09.105Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.105Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.105Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.115Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.136Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.137Z daemon INFO Daemon is now listening on 127.0.0.1:50237
{"IP":"127.0.0.1","Port":"50237"}


2023-06-13T05:52:09.146Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.146Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.147Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.157Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.174Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.175Z daemon INFO Daemon is now listening on 127.0.0.1:50238
{"IP":"127.0.0.1","Port":"50238"}


2023-06-13T05:52:09.187Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.187Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.188Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.198Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.215Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.216Z daemon INFO Daemon is now listening on 127.0.0.1:50239
{"IP":"127.0.0.1","Port":"50239"}


2023-06-13T05:52:09.228Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.228Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.228Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.239Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.259Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.260Z daemon INFO Daemon is now listening on 127.0.0.1:50240
{"IP":"127.0.0.1","Port":"50240"}


2023-06-13T05:52:09.268Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.269Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.269Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.280Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.301Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.301Z daemon INFO Daemon is now listening on 127.0.0.1:50241
{"IP":"127.0.0.1","Port":"50241"}


2023-06-13T05:52:09.310Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.310Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.311Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.322Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.341Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.341Z daemon INFO Daemon is now listening on 127.0.0.1:50242
{"IP":"127.0.0.1","Port":"50242"}


2023-06-13T05:52:09.351Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.352Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.352Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.363Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.383Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.383Z daemon INFO Daemon is now listening on 127.0.0.1:50243
{"IP":"127.0.0.1","Port":"50243"}


2023-06-13T05:52:09.394Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.394Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.395Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.406Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.422Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.423Z daemon INFO Daemon is now listening on 127.0.0.1:50244
{"IP":"127.0.0.1","Port":"50244"}


2023-06-13T05:52:09.436Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.436Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.437Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.448Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.475Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.475Z daemon INFO Daemon is now listening on 127.0.0.1:50245
{"IP":"127.0.0.1","Port":"50245"}


2023-06-13T05:52:09.478Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.478Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.479Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.490Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.510Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.510Z daemon INFO Daemon is now listening on 127.0.0.1:50246
{"IP":"127.0.0.1","Port":"50246"}


2023-06-13T05:52:09.520Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.520Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.520Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.532Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.549Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.550Z daemon INFO Daemon is now listening on 127.0.0.1:50247
{"IP":"127.0.0.1","Port":"50247"}


2023-06-13T05:52:09.562Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.562Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.563Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.574Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.593Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.593Z daemon INFO Daemon is now listening on 127.0.0.1:50248
{"IP":"127.0.0.1","Port":"50248"}


2023-06-13T05:52:09.605Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.606Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.606Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.617Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.637Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.638Z daemon INFO Daemon is now listening on 127.0.0.1:50249
{"IP":"127.0.0.1","Port":"50249"}


2023-06-13T05:52:09.647Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.647Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.647Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.658Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.685Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.686Z daemon INFO Daemon is now listening on 127.0.0.1:50250
{"IP":"127.0.0.1","Port":"50250"}


2023-06-13T05:52:09.688Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.689Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.689Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.699Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.719Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.720Z daemon INFO Daemon is now listening on 127.0.0.1:50251
{"IP":"127.0.0.1","Port":"50251"}


2023-06-13T05:52:09.731Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.731Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.731Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.742Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.761Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.762Z daemon INFO Daemon is now listening on 127.0.0.1:50252
{"IP":"127.0.0.1","Port":"50252"}


2023-06-13T05:52:09.774Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.774Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.774Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.786Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.804Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.804Z daemon INFO Daemon is now listening on 127.0.0.1:50253
{"IP":"127.0.0.1","Port":"50253"}


2023-06-13T05:52:09.817Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.817Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.817Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.828Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.847Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.848Z daemon INFO Daemon is now listening on 127.0.0.1:50254
{"IP":"127.0.0.1","Port":"50254"}


2023-06-13T05:52:09.860Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.860Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.860Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.872Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.889Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.889Z daemon INFO Daemon is now listening on 127.0.0.1:50255
{"IP":"127.0.0.1","Port":"50255"}


2023-06-13T05:52:09.903Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.903Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.903Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.914Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.933Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.934Z daemon INFO Daemon is now listening on 127.0.0.1:50256
{"IP":"127.0.0.1","Port":"50256"}


2023-06-13T05:52:09.945Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.945Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.945Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:09.957Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:09.975Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:09.975Z daemon INFO Daemon is now listening on 127.0.0.1:50257
{"IP":"127.0.0.1","Port":"50257"}


2023-06-13T05:52:09.988Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:09.989Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:09.989Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.001Z daemon INFO time="2023-06-12T22:52:09-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.030Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.030Z daemon INFO Daemon is now listening on 127.0.0.1:50258
{"IP":"127.0.0.1","Port":"50258"}


2023-06-13T05:52:10.034Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.034Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.034Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.048Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.065Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.066Z daemon INFO Daemon is now listening on 127.0.0.1:50259
{"IP":"127.0.0.1","Port":"50259"}


2023-06-13T05:52:10.080Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.081Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.081Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.092Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.110Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.110Z daemon INFO Daemon is now listening on 127.0.0.1:50260
{"IP":"127.0.0.1","Port":"50260"}


2023-06-13T05:52:10.124Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.124Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.124Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.136Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.156Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.157Z daemon INFO Daemon is now listening on 127.0.0.1:50261
{"IP":"127.0.0.1","Port":"50261"}


2023-06-13T05:52:10.165Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.165Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.166Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.177Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.197Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.198Z daemon INFO Daemon is now listening on 127.0.0.1:50262
{"IP":"127.0.0.1","Port":"50262"}


2023-06-13T05:52:10.207Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.208Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.208Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.219Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.240Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.240Z daemon INFO Daemon is now listening on 127.0.0.1:50263
{"IP":"127.0.0.1","Port":"50263"}


2023-06-13T05:52:10.250Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.251Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.251Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.264Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.286Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.287Z daemon INFO Daemon is now listening on 127.0.0.1:50264
{"IP":"127.0.0.1","Port":"50264"}


2023-06-13T05:52:10.295Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.296Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.296Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.308Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.328Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.329Z daemon INFO Daemon is now listening on 127.0.0.1:50265
{"IP":"127.0.0.1","Port":"50265"}


2023-06-13T05:52:10.338Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.339Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.339Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.350Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.371Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.372Z daemon INFO Daemon is now listening on 127.0.0.1:50266
{"IP":"127.0.0.1","Port":"50266"}


2023-06-13T05:52:10.380Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.381Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.381Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.392Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.410Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.411Z daemon INFO Daemon is now listening on 127.0.0.1:50267
{"IP":"127.0.0.1","Port":"50267"}


2023-06-13T05:52:10.423Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.423Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.423Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.435Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.454Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.455Z daemon INFO Daemon is now listening on 127.0.0.1:50268
{"IP":"127.0.0.1","Port":"50268"}


2023-06-13T05:52:10.465Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.465Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.466Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.477Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.497Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.497Z daemon INFO Daemon is now listening on 127.0.0.1:50269
{"IP":"127.0.0.1","Port":"50269"}


2023-06-13T05:52:10.507Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.507Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.508Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.519Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.541Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.541Z daemon INFO Daemon is now listening on 127.0.0.1:50270
{"IP":"127.0.0.1","Port":"50270"}


2023-06-13T05:52:10.549Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.549Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.549Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.561Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.580Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.581Z daemon INFO Daemon is now listening on 127.0.0.1:50271
{"IP":"127.0.0.1","Port":"50271"}


2023-06-13T05:52:10.591Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.592Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.592Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.603Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.625Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.625Z daemon INFO Daemon is now listening on 127.0.0.1:50272
{"IP":"127.0.0.1","Port":"50272"}


2023-06-13T05:52:10.634Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.635Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.635Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.646Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.666Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.666Z daemon INFO Daemon is now listening on 127.0.0.1:50273
{"IP":"127.0.0.1","Port":"50273"}


2023-06-13T05:52:10.677Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.678Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.678Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.690Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.710Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.710Z daemon INFO Daemon is now listening on 127.0.0.1:50274
{"IP":"127.0.0.1","Port":"50274"}


2023-06-13T05:52:10.720Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.721Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.721Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.733Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.764Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.764Z daemon INFO Daemon is now listening on 127.0.0.1:50275
{"IP":"127.0.0.1","Port":"50275"}


2023-06-13T05:52:10.766Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.766Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.767Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.779Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.799Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.800Z daemon INFO Daemon is now listening on 127.0.0.1:50276
{"IP":"127.0.0.1","Port":"50276"}


2023-06-13T05:52:10.811Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.812Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.812Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.824Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.846Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.846Z daemon INFO Daemon is now listening on 127.0.0.1:50277
{"IP":"127.0.0.1","Port":"50277"}


2023-06-13T05:52:10.855Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.855Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.855Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.868Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.890Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.890Z daemon INFO Daemon is now listening on 127.0.0.1:50278
{"IP":"127.0.0.1","Port":"50278"}


2023-06-13T05:52:10.898Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.899Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.899Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.911Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.933Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.933Z daemon INFO Daemon is now listening on 127.0.0.1:50279
{"IP":"127.0.0.1","Port":"50279"}


2023-06-13T05:52:10.942Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.942Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.942Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.954Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:10.984Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:10.984Z daemon INFO Daemon is now listening on 127.0.0.1:50280
{"IP":"127.0.0.1","Port":"50280"}


2023-06-13T05:52:10.985Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:10.985Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:10.985Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:10.998Z daemon INFO time="2023-06-12T22:52:10-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:11.017Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:11.018Z daemon INFO Daemon is now listening on 127.0.0.1:50281
{"IP":"127.0.0.1","Port":"50281"}


2023-06-13T05:52:11.030Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:11.030Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:11.030Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:11.042Z daemon INFO time="2023-06-12T22:52:11-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:11.066Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:11.066Z daemon INFO Daemon is now listening on 127.0.0.1:50282
{"IP":"127.0.0.1","Port":"50282"}


2023-06-13T05:52:11.073Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:11.074Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:11.074Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:11.086Z daemon INFO time="2023-06-12T22:52:11-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:11.108Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:11.108Z daemon INFO Daemon is now listening on 127.0.0.1:50283
{"IP":"127.0.0.1","Port":"50283"}


2023-06-13T05:52:11.118Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:11.118Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:11.118Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:11.131Z daemon INFO time="2023-06-12T22:52:11-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:11.149Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:11.150Z daemon INFO Daemon is now listening on 127.0.0.1:50284
{"IP":"127.0.0.1","Port":"50284"}


2023-06-13T05:52:11.161Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:11.161Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:11.161Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:11.173Z daemon INFO time="2023-06-12T22:52:11-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:11.193Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:11.193Z daemon INFO Daemon is now listening on 127.0.0.1:50285
{"IP":"127.0.0.1","Port":"50285"}


2023-06-13T05:52:11.204Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.

2023-06-13T05:52:11.204Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-13T05:52:11.204Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-13T05:52:11.217Z daemon INFO time="2023-06-12T22:52:11-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-13T05:52:11.245Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-13T05:52:11.246Z daemon INFO Daemon is now listening on 127.0.0.1:50286
{"IP":"127.0.0.1","Port":"50286"}

Thank you for the help!

You can try to load Linux Mint alongside windows and try it on that platform.

True I suppose I could but I really want to get it working on my Windows installation do that I can work on Arduino stuff alongside all my other things and not have to switch up everything just to use Arduino.

It seems that the your operating system was left with a damaged configuration after the uninstallation of OneDrive. Arduino IDE is querying Windows for the location of your user Documents folder and Windows is saying it doesn't exist.

Does a folder exist at this path on your computer?:

c:\Users\ryanz\Documents

This error comes from the CLI after reading the arduino-cli.yaml configuration file. The Arduino IDE does not check whether the Documents folder is accessible.

Update:

after reading the arduino-cli.yaml configuration file.

This was an incorrect assumption, the error happens when the CLI config is missing, and IDE asks the CLI to initialize it. Then the error happens.

It is called even when the config file is not missing:

https://github.com/arduino/arduino-cli/blob/0.32.2/main.go#L28

https://github.com/arduino/arduino-cli/blob/0.32.2/configuration/configuration.go#L46

So if Windows isn't able to tell Arduino CLI where the Documents folder is, initialization fails even if Arduino CLI is configured to not even need that folder for anything.

True. Thanks for the correction.

Of course I know it comes from Arduino CLI. But from a user perspective it comes from Arduino IDE and there isn't any benefit to introducing the user to the extra complexity of the concept of Arduino CLI in this context.

Hi, yes. C:\Users\ryanz\Documents does exist on my system, so unfortunately that is not the cause of my problems. Any way I can manually add the CLI config? Thanks!

Yes, there is a way, but it would be a waste of time because you will get that same error regardless.

The only fix will be to recover the configuration of Windows so that it knows where the Documents folder is. Please try this:

  1. Start Windows "File Explorer".
  2. Right click on the "Documents" folder.
    A context menu will open.
  3. Select Properties from the context menu.
    The "Documents Properties" dialog will open.
  4. Select the "Location" tab in the "Documents Properties" dialog.
  5. Click the "Restore Default" button.
  6. Verify that the path shown in the field is:
    C:\Users\ryanz\Documents
    
  7. Click the "OK" button.

Hi, yes. I realized that Windows did not properly recognize where my Documents folder was located. However, I edited the location to match the default on Registry Editor, restored the default location of the Documents location, reinstalled Arduino IDE, but am still getting the same error.

Here's the error message just in case there was something different that I didn't notice:

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"

PS C:\Program Files\Arduino IDE> Arduino IDE 2.1.0
Starting backend process. PID: 13880
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/ryanz/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-06-15T19:35:50.145Z root INFO Backend Object.initialize: 5.8 ms [Finished 2.502 s after backend start]
2023-06-15T19:35:50.145Z root INFO Backend Object.configure: 4.8 ms [Finished 2.502 s after backend start]
2023-06-15T19:35:50.145Z root INFO Backend MessagingContribution.onStart: 2.2 ms [Finished 2.502 s after backend start]
2023-06-15T19:35:50.147Z root INFO Backend OSBackendApplicationContribution.configure: 0.5 ms [Finished 2.578 s after backend start]
2023-06-15T19:35:50.148Z root INFO Backend DefaultWorkspaceServer.onStart: 0.4 ms [Finished 2.578 s after backend start]
2023-06-15T19:35:50.149Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.2 ms [Finished 2.579 s after backend start]
2023-06-15T19:35:50.151Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 75.8 ms [Finished 2.579 s after backend start]
2023-06-15T19:35:50.151Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.3 ms [Finished 2.579 s after backend start]
2023-06-15T19:35:50.153Z root INFO Backend ElectronTokenBackendContribution.configure: 1.8 ms [Finished 2.581 s after backend start]
2023-06-15T19:35:50.153Z config INFO >>> Initializing CLI configuration...
2023-06-15T19:35:50.154Z root INFO Backend PluginDeployerContribution.initialize: 0.6 ms [Finished 2.581 s after backend start]
2023-06-15T19:35:50.154Z root INFO Backend ConfigServiceImpl.onStart: 1.2 ms [Finished 2.582 s after backend start]
2023-06-15T19:35:50.155Z config INFO Loading CLI configuration from c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml...
2023-06-15T19:35:50.156Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.6 ms [Finished 2.584 s after backend start]
2023-06-15T19:35:50.156Z root INFO Backend ArduinoDaemonImpl.onStart: 2.0 ms [Finished 2.585 s after backend start]
2023-06-15T19:35:50.157Z root INFO Backend NodeFileUploadService.configure: 3.6 ms [Finished 2.586 s after backend start]
2023-06-15T19:35:50.157Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-15T19:35:50.157Z discovery-log INFO start
2023-06-15T19:35:50.157Z discovery-log INFO start new deferred
2023-06-15T19:35:50.158Z root INFO Backend HostedPluginLocalizationService.initialize: 0.6 ms [Finished 2.587 s after backend start]
2023-06-15T19:35:50.158Z root INFO Backend BoardDiscovery.onStart: 1.4 ms [Finished 2.588 s after backend start]
2023-06-15T19:35:50.158Z root INFO Backend FileDownloadEndpoint.configure: 1.2 ms [Finished 2.589 s after backend start]
2023-06-15T19:35:50.158Z root INFO Backend AuthenticationServiceImpl.onStart: 0.6 ms [Finished 2.591 s after backend start]
2023-06-15T19:35:50.159Z root INFO Backend PluginApiContribution.configure: 0.9 ms [Finished 2.591 s after backend start]
2023-06-15T19:35:50.161Z root INFO Backend HostedPluginReader.configure: 0.8 ms [Finished 2.593 s after backend start]
2023-06-15T19:35:50.161Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 2.593 s after backend start]
2023-06-15T19:35:50.161Z root INFO Backend PlotterBackendContribution.configure: 2.1 ms [Finished 2.596 s after backendstart]
2023-06-15T19:35:50.167Z root INFO Theia app listening on http://localhost:52849.
2023-06-15T19:35:50.168Z root INFO Finished starting backend application: 9.4 ms [Finished 2.601 s after backend start]
2023-06-15T19:35:50.188Z root WARN The local plugin referenced by local-dir:/c%3A/Users/ryanz/.arduinoIDE/plugins does not exist.
2023-06-15T19:35:50.194Z root WARN The local plugin referenced by local-dir:/c%3A/Users/ryanz/.arduinoIDE/extensions does not exist.
2023-06-15T19:35:50.194Z root WARN The local plugin referenced by local-dir:C:\Users\ryanz\.arduinoIDE\plugins does notexist.
2023-06-15T19:35:50.205Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\ryanz\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\ryanz\\AppData\\Local\\Arduino15\\staging","user":"."},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2023-06-15T19:35:50.213Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-06-15T19:35:50.215Z config INFO Loaded the CLI configuration.
2023-06-15T19:35:50.273Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.274Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-06-15T19:35:50.274Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.275Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines:
2023-06-15T19:35:50.275Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.275Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-06-15T19:35:50.276Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.276Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-06-15T19:35:50.276Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.276Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-06-15T19:35:50.276Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.277Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-06-15T19:35:50.277Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.277Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-06-15T19:35:50.277Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.277Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-06-15T19:35:50.278Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.278Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-06-15T19:35:50.278Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.278Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-06-15T19:35:50.279Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.279Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-06-15T19:35:50.279Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.279Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-06-15T19:35:50.279Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.280Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-06-15T19:35:50.280Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.280Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-06-15T19:35:50.280Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.280Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-06-15T19:35:50.280Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.281Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-06-15T19:35:50.281Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.282Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-06-15T19:35:50.282Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.282Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-06-15T19:35:50.283Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.283Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-06-15T19:35:50.284Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.284Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-06-15T19:35:50.284Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-06-15T19:35:50.284Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-06-15T19:35:50.286Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:50-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-15T19:35:50.287Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:50-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-15T19:35:50.288Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-15T19:35:50.288Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/ryanz/AppData/Local/Arduino15","sketchDirUri":"file:///.","additionalUrls":[],"network":"none","locale":"en"}
2023-06-15T19:35:50.289Z config INFO Validating the CLI configuration...
2023-06-15T19:35:50.300Z config INFO The CLI config is valid.
2023-06-15T19:35:50.300Z config INFO <<< Initialized the CLI configuration.
2023-06-15T19:35:50.317Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`

2023-06-15T19:35:50.318Z daemon INFO Daemon is now listening on 127.0.0.1:52850
{"IP":"127.0.0.1","Port":"52850"}


2023-06-15T19:35:50.331Z root INFO Resolve plugins list: 175.4 ms [Finished 2.764 s after backend start]
2023-06-15T19:35:50.339Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 8.2 ms [Finished 2.773 s after backend start]
2023-06-15T19:35:50.346Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "C:\ProgramFiles\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 6.5 ms [Finished 2.780 s after backend start]
2023-06-15T19:35:50.360Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 14.4 ms [Finished 2.795 s after backend start]
2023-06-15T19:35:50.364Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 3.5 ms [Finished 2.798 s after backend start]
2023-06-15T19:35:50.365Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 1.2 ms [Finished 2.799 s after backend start]
2023-06-15T19:35:50.504Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 139.3 ms [Finished 2.939 s after backend start]
2023-06-15T19:35:50.505Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:50-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-15T19:35:50.505Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:50-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-15T19:35:50.506Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-15T19:35:50.506Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:52851
{"IP":"127.0.0.1","Port":"52851"}


2023-06-15T19:35:50.671Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 166.7 ms [Finished 3.105 s after backend start]
2023-06-15T19:35:50.672Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:50-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-15T19:35:50.672Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:50-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-15T19:35:50.673Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-15T19:35:50.673Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:52852
{"IP":"127.0.0.1","Port":"52852"}


2023-06-15T19:35:50.861Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 189.8 ms [Finished 3.295 s after backend start]
2023-06-15T19:35:50.862Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:50-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-15T19:35:50.862Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:50-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-15T19:35:50.863Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-15T19:35:50.863Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:52853
{"IP":"127.0.0.1","Port":"52853"}


2023-06-15T19:35:51.018Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 157.3 ms [Finished 3.453 s after backend start]
2023-06-15T19:35:51.019Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:50-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-15T19:35:51.020Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:50-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-15T19:35:51.020Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-15T19:35:51.021Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:52854
{"IP":"127.0.0.1","Port":"52854"}


2023-06-15T19:35:51.145Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 127.0 ms [Finished 3.580 s after backend start]
2023-06-15T19:35:51.146Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:51-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-15T19:35:51.147Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:51-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-15T19:35:51.147Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-15T19:35:51.148Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:52800
{"IP":"127.0.0.1","Port":"52800"}


2023-06-15T19:35:51.233Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 88.1 ms [Finished 3.668 s after backend start]
2023-06-15T19:35:51.234Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:51-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-15T19:35:51.235Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:51-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-15T19:35:51.235Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-15T19:35:51.245Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:52801
{"IP":"127.0.0.1","Port":"52801"}


2023-06-15T19:35:51.362Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 128.0 ms [Finished 3.796 s after backend start]
2023-06-15T19:35:51.363Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:51-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-15T19:35:51.363Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:51-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-15T19:35:51.364Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-15T19:35:51.365Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:54395
{"IP":"127.0.0.1","Port":"54395"}


2023-06-15T19:35:51.494Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 132.6 ms [Finished 3.929 s after backend start]
2023-06-15T19:35:51.495Z daemon INFO Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:51-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."

2023-06-15T19:35:51.496Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the file specified.
time="2023-06-15T12:35:51-07:00" level=warning msg="Unable to get Documents Folder: The system cannot find the file specified."
    at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
    at Socket.emit (node:events:394:28)
    at addChunk (node:internal/streams/readable:312:12)
    at readableAddChunk (node:internal/streams/readable:287:9)
    at Socket.Readable.push (node:internal/streams/readable:226:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-06-15T19:35:51.496Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-06-15T19:35:51.496Z daemon INFO INFO[0000] Using config file: c:\Users\ryanz\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:54396
{"IP":"127.0.0.1","Port":"54396"}

Sorry, I just got it to work!

Turns out the error was that the Documents folder was still not properly repaired. I had changed the shell folder path for the local documents ({F42EE2D3-909F-4907-8871-4C22FC0BF756}) and not for the user documents folder (Personal).

After restoring the Personal folder as well, the Arduino boots! Thank you so much for the help :smiley:

I'm glad it is working now. Nice job on finding the fix!

I was planning to suggest checking the configuration of the "Personal" folder in the Windows registry, but thought I would start with the technique of changing the location in the "Documents" folder properties since that is more accessible to the average user and less dangerous to mess around with. I have seen several reports of this error from other users and expect more in the future so I appreciate you taking the time to post an update with your findings. I will be able to use the information you shared to help others who are suffering from effects of the same system misconfiguration.

No problem, thanks again for the help.

It's probably important for others with the same problem in the future to know that it came from directly moving the default OneDrive folder into the Recycling Bin

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.