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!