Greetings,
I am new here and also a n00b when it comes to things Arduino.
I do hope I have read enough in and around here at this point that it seems I have put this query into the "right" thread.
I have an Arduino Nano project I had been working on using IDE 2.3.4 running just fine on a Windows 11 Dell 7780 laptop.
As of yesterday, I can no longer open IDE as it hangs on start-up with the dreaded pulsing logo.
The only change to the laptop I made in the past week was to move everything in my OneDrive folder to a Document folder and then I uninstalled OneDrive. I have no other unintended or unexpected issues since getting rid of OneDrive.
I have a good Internet connection running.
I am not behind a proxy.
Date and time is being updated as expected.
But even so, I uninstalled IDE and reinstalled it and that should have taken care of any surprises as to required file locations/paths, so the OneDrive removal may be just coincidental to my IDE hangs issue.
In looking at the data below I see that some resources are missing, for example the "extensions" folder.
This complaint is repeated:
"2025-03-30T20:30:36.933Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified"
The paths shown are correct. Perhaps I have a privilege issue?
Here is my cut and paste:
PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.3.4
Checking for frontend application configuration customizations. Module path: C:\Program Files\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': C:\Program Files\Arduino IDE\resources\app\package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.4" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.1.1" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2024-12-03T10:03:03.490Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{}},"defaultLocale":"","validatePreferencesSchema":false,"preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.4","cliVersion":"1.1.1","buildDate":"2024-12-03T10:03:03.490Z"}
Starting backend process. PID: 32256
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/jamod/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2025-03-30T20:30:34.889Z root INFO Backend Object.initialize: 2.8 ms [Finished 0.520 s after backend start]
2025-03-30T20:30:34.890Z root INFO Backend Object.configure: 2.3 ms [Finished 0.520 s after backend start]
2025-03-30T20:30:34.890Z root INFO Backend s.onStart: 1.0 ms [Finished 0.520 s after backend start]
2025-03-30T20:30:34.890Z root INFO Backend s.configure: 0.2 ms [Finished 0.534 s after backend start]
2025-03-30T20:30:34.890Z root INFO Backend d.onStart: 0.2 ms [Finished 0.534 s after backend start]
2025-03-30T20:30:34.891Z root INFO Backend d.configure: 0.1 ms [Finished 0.534 s after backend start]
2025-03-30T20:30:34.891Z root INFO Backend d.initialize: 13.4 ms [Finished 0.534 s after backend start]
2025-03-30T20:30:34.891Z root INFO Backend c.onStart: 0.1 ms [Finished 0.534 s after backend start]
2025-03-30T20:30:34.892Z root INFO Backend a.configure: 1.2 ms [Finished 0.535 s after backend start]
2025-03-30T20:30:34.893Z config INFO >>> Initializing CLI configuration...
2025-03-30T20:30:34.893Z root INFO Backend c.initialize: 0.3 ms [Finished 0.535 s after backend start]
2025-03-30T20:30:34.893Z root INFO Backend x.onStart: 0.4 ms [Finished 0.536 s after backend start]
2025-03-30T20:30:34.893Z config INFO Loading CLI configuration from c:\Users\jamod\.arduinoIDE\arduino-cli.yaml...
2025-03-30T20:30:34.893Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:34.893Z root INFO Backend a.initialize: 0.2 ms [Finished 0.536 s after backend start]
2025-03-30T20:30:34.893Z root INFO Backend w.onStart: 0.8 ms [Finished 0.537 s after backend start]
2025-03-30T20:30:34.893Z root INFO Backend r.configure: 1.1 ms [Finished 0.537 s after backend start]
2025-03-30T20:30:34.893Z discovery-log INFO start
2025-03-30T20:30:34.893Z discovery-log INFO start new deferred
2025-03-30T20:30:34.893Z root INFO Backend d.initialize: 0.2 ms [Finished 0.537 s after backend start]
2025-03-30T20:30:34.893Z root INFO Backend y.onStart: 1.2 ms [Finished 0.538 s after backend start]
2025-03-30T20:30:34.893Z root INFO Backend r.configure: 1.1 ms [Finished 0.538 s after backend start]
2025-03-30T20:30:34.894Z root INFO Backend a.onStart: 0.2 ms [Finished 0.539 s after backend start]
2025-03-30T20:30:34.894Z root INFO Backend h.configure: 0.2 ms [Finished 0.539 s after backend start]
2025-03-30T20:30:34.894Z root INFO Backend s.configure: 0.1 ms [Finished 0.539 s after backend start]
2025-03-30T20:30:34.894Z root INFO Backend l.configure: 0.0 ms [Finished 0.539 s after backend start]
2025-03-30T20:30:34.895Z root INFO Theia app listening on http://127.0.0.1:56768.
2025-03-30T20:30:34.895Z root INFO Finished starting backend application: 1.7 ms [Finished 0.541 s after backend start]
Restoring workspace roots: c:\Users\jamod\Documents\97 MHL\Fireplace Sound Project\fireplace_audio\fireplace_audio.ino
isTempSketch: false. Input was c:\Users\jamod\Documents\97 MHL\Fireplace Sound Project\fireplace_audio\fireplace_audio.ino
2025-03-30T20:30:35.472Z root WARN The local plugin referenced by local-dir:/c%3A/Users/jamod/.arduinoIDE/plugins does not exist.
2025-03-30T20:30:35.472Z root WARN The local plugin referenced by local-dir:/c%3A/Users/jamod/.arduinoIDE/extensions does not exist.
2025-03-30T20:30:35.472Z root WARN The local plugin referenced by local-dir:C:\Users\jamod\.arduinoIDE\plugins does not exist.
2025-03-30T20:30:35.943Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]}}
2025-03-30T20:30:35.944Z config INFO Loading fallback CLI configuration to get 'directories.data' and 'directories.user'
2025-03-30T20:30:35.945Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:35.945Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:35.945Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:35.945Z daemon INFO time="2025-03-30T16:30:35-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:35-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:35-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56769
{"IP":"127.0.0.1","Port":"56769"}
2025-03-30T20:30:36.165Z config INFO Loaded fallback CLI configuration: {"directories":{"user":".","data":"C:\\Users\\jamod\\AppData\\Local\\Arduino15"}}
2025-03-30T20:30:36.165Z config INFO Merged CLI configuration with the fallback: {"directories":{"user":".","data":"C:\\Users\\jamod\\AppData\\Local\\Arduino15"},"board_manager":{"additional_urls":[]}}
2025-03-30T20:30:36.165Z config INFO Loaded the CLI configuration.
2025-03-30T20:30:36.167Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/jamod/AppData/Local/Arduino15","sketchDirUri":"file:///.","additionalUrls":[],"network":"none","locale":"en"}
2025-03-30T20:30:36.167Z config INFO Validating the CLI configuration...
2025-03-30T20:30:36.168Z config INFO The CLI config is valid.
2025-03-30T20:30:36.168Z config INFO <<< Initialized the CLI configuration.
2025-03-30T20:30:36.176Z root INFO Resolve plugins list: 1282.7 ms [Finished 1.821 s after backend start]
2025-03-30T20:30:36.273Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:36.273Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:36.273Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:36.273Z daemon INFO time="2025-03-30T16:30:36-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:36-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:36-04:00" level=info msg="Executing `arduino-cli daemon`"
2025-03-30T20:30:36.507Z daemon INFO Daemon is now listening on 127.0.0.1:56770
{"IP":"127.0.0.1","Port":"56770"}
2025-03-30T20:30:36.610Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:36.610Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:36.610Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:36.837Z daemon INFO time="2025-03-30T16:30:36-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:36-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:36-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56771
{"IP":"127.0.0.1","Port":"56771"}
2025-03-30T20:30:36.933Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:36.933Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:36.933Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:37.175Z daemon INFO time="2025-03-30T16:30:36-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:36-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:36-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56772
{"IP":"127.0.0.1","Port":"56772"}
2025-03-30T20:30:37.279Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:37.279Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:37.279Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:37.514Z daemon INFO time="2025-03-30T16:30:37-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:37-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:37-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56774
{"IP":"127.0.0.1","Port":"56774"}
2025-03-30T20:30:37.614Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:37.614Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:37.614Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:37.828Z daemon INFO time="2025-03-30T16:30:37-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:37-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:37-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56777
{"IP":"127.0.0.1","Port":"56777"}
Opening channel for service path '/services/electron-window'.
2025-03-30T20:30:37.926Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:37.926Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:37.926Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
Opening channel for service path '/services/ide-updater'.
2025-03-30T20:30:38.173Z daemon INFO time="2025-03-30T16:30:37-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:37-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:37-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56779
{"IP":"127.0.0.1","Port":"56779"}
2025-03-30T20:30:39.361Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:39.361Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:39.361Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:39.361Z daemon INFO time="2025-03-30T16:30:38-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:38-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:38-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56782
{"IP":"127.0.0.1","Port":"56782"}
2025-03-30T20:30:39.645Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 1675.7 ms [Finished 4.016 s after frontend start]
2025-03-30T20:30:39.646Z root WARN A command editor.action.toggleStickyScroll is already registered.
2025-03-30T20:30:39.690Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:39.690Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:39.690Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:39.937Z daemon INFO time="2025-03-30T16:30:39-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:39-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:39-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56783
{"IP":"127.0.0.1","Port":"56783"}
2025-03-30T20:30:39.940Z root WARN Frontend D.onStart took longer than the expected maximum 100 milliseconds: 258.9 ms [Finished 4.337 s after frontend start]
2025-03-30T20:30:40.046Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:40.046Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:40.046Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:40.270Z daemon INFO time="2025-03-30T16:30:40-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:40-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:40-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56784
{"IP":"127.0.0.1","Port":"56784"}
2025-03-30T20:30:40.364Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:40.364Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:40.364Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:40.561Z daemon INFO time="2025-03-30T16:30:40-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:40-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:40-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56786
{"IP":"127.0.0.1","Port":"56786"}
2025-03-30T20:30:40.662Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:40.663Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:40.663Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:40.886Z daemon INFO time="2025-03-30T16:30:40-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:40-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:40-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56787
{"IP":"127.0.0.1","Port":"56787"}
2025-03-30T20:30:41.000Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:41.000Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:41.000Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:41.249Z daemon INFO time="2025-03-30T16:30:41-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:41-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:41-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56788
{"IP":"127.0.0.1","Port":"56788"}
2025-03-30T20:30:41.348Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:41.349Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:41.349Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:41.530Z daemon INFO time="2025-03-30T16:30:41-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:41-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:41-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56789
{"IP":"127.0.0.1","Port":"56789"}
2025-03-30T20:30:41.576Z root INFO Deploy plugins list: 1282.7 ms [Finished 7.221 s after backend start]
2025-03-30T20:30:41.587Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:41.587Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:41.587Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:41.783Z daemon INFO time="2025-03-30T16:30:41-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:41-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:41-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56790
{"IP":"127.0.0.1","Port":"56790"}
2025-03-30T20:30:41.892Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:41.892Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:41.892Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:42.133Z daemon INFO time="2025-03-30T16:30:41-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:41-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:41-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56791
{"IP":"127.0.0.1","Port":"56791"}
2025-03-30T20:30:42.250Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:42.250Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:42.250Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:42.504Z daemon INFO time="2025-03-30T16:30:42-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:42-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:42-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56793
{"IP":"127.0.0.1","Port":"56793"}
2025-03-30T20:30:42.629Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:42.629Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:42.629Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:42.866Z daemon INFO time="2025-03-30T16:30:42-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:42-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:42-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56794
{"IP":"127.0.0.1","Port":"56794"}
2025-03-30T20:30:42.947Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:42.947Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:42.947Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:43.202Z daemon INFO time="2025-03-30T16:30:42-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:42-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:42-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56795
{"IP":"127.0.0.1","Port":"56795"}
2025-03-30T20:30:43.316Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:43.316Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:43.316Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:43.573Z daemon INFO time="2025-03-30T16:30:43-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:43-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:43-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56796
{"IP":"127.0.0.1","Port":"56796"}
2025-03-30T20:30:43.687Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:43.688Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:43.688Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:43.936Z daemon INFO time="2025-03-30T16:30:43-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:43-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:43-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56797
{"IP":"127.0.0.1","Port":"56797"}
2025-03-30T20:30:44.040Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:44.040Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:44.040Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:44.287Z daemon INFO time="2025-03-30T16:30:44-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:44-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:44-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56798
{"IP":"127.0.0.1","Port":"56798"}
2025-03-30T20:30:44.392Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:44.392Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:44.392Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:44.648Z daemon INFO time="2025-03-30T16:30:44-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:44-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:44-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56800
{"IP":"127.0.0.1","Port":"56800"}
2025-03-30T20:30:44.734Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:44.735Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:44.735Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:44.970Z daemon INFO time="2025-03-30T16:30:44-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:44-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:44-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56801
{"IP":"127.0.0.1","Port":"56801"}
2025-03-30T20:30:45.086Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:45.086Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:45.086Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:45.343Z daemon INFO time="2025-03-30T16:30:45-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:45-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:45-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56802
{"IP":"127.0.0.1","Port":"56802"}
2025-03-30T20:30:45.459Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:45.459Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:45.459Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:45.715Z daemon INFO time="2025-03-30T16:30:45-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:45-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:45-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56803
{"IP":"127.0.0.1","Port":"56803"}
2025-03-30T20:30:45.837Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:45.837Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:45.837Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:46.087Z daemon INFO time="2025-03-30T16:30:45-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:45-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:45-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56804
{"IP":"127.0.0.1","Port":"56804"}
2025-03-30T20:30:46.195Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:46.195Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:46.195Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:46.451Z daemon INFO time="2025-03-30T16:30:46-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:46-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:46-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56805
{"IP":"127.0.0.1","Port":"56805"}
2025-03-30T20:30:46.551Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:46.551Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:46.551Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:46.806Z daemon INFO time="2025-03-30T16:30:46-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:46-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:46-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56807
{"IP":"127.0.0.1","Port":"56807"}
2025-03-30T20:30:46.913Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:46.913Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:46.913Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:47.159Z daemon INFO time="2025-03-30T16:30:46-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:46-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:46-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56808
{"IP":"127.0.0.1","Port":"56808"}
2025-03-30T20:30:47.270Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:47.270Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:47.270Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:47.527Z daemon INFO time="2025-03-30T16:30:47-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:47-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:47-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56809
{"IP":"127.0.0.1","Port":"56809"}
2025-03-30T20:30:47.629Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:47.629Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:47.629Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:47.883Z daemon INFO time="2025-03-30T16:30:47-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:47-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:47-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56810
{"IP":"127.0.0.1","Port":"56810"}
2025-03-30T20:30:47.991Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:47.991Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:47.991Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:48.227Z daemon INFO time="2025-03-30T16:30:48-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:48-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:48-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56811
{"IP":"127.0.0.1","Port":"56811"}
2025-03-30T20:30:48.317Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:48.317Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:48.317Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:48.519Z daemon INFO time="2025-03-30T16:30:48-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:48-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:48-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56813
{"IP":"127.0.0.1","Port":"56813"}
2025-03-30T20:30:48.637Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:48.637Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:48.637Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:48.815Z daemon INFO time="2025-03-30T16:30:48-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:48-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:48-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56814
{"IP":"127.0.0.1","Port":"56814"}
2025-03-30T20:30:48.920Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:48.920Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:48.920Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:49.168Z daemon INFO time="2025-03-30T16:30:48-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:48-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:48-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56815
{"IP":"127.0.0.1","Port":"56815"}
2025-03-30T20:30:49.277Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:49.277Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:49.277Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:49.533Z daemon INFO time="2025-03-30T16:30:49-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:49-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:49-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56816
{"IP":"127.0.0.1","Port":"56816"}
2025-03-30T20:30:49.636Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:49.636Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:49.636Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:49.885Z daemon INFO time="2025-03-30T16:30:49-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:49-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:49-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56817
{"IP":"127.0.0.1","Port":"56817"}
2025-03-30T20:30:50.001Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:50.001Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:50.001Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:50.246Z daemon INFO time="2025-03-30T16:30:50-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:50-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:50-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56818
{"IP":"127.0.0.1","Port":"56818"}
2025-03-30T20:30:50.344Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:50.344Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:50.344Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:50.589Z daemon INFO time="2025-03-30T16:30:50-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:50-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:50-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56820
{"IP":"127.0.0.1","Port":"56820"}
2025-03-30T20:30:50.712Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:50.712Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:50.712Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:50.957Z daemon INFO time="2025-03-30T16:30:50-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:50-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:50-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56821
{"IP":"127.0.0.1","Port":"56821"}
2025-03-30T20:30:51.073Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:51.073Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:51.073Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:51.335Z daemon INFO time="2025-03-30T16:30:51-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:51-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:51-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56822
{"IP":"127.0.0.1","Port":"56822"}
2025-03-30T20:30:51.436Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:51.436Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:51.436Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:51.694Z daemon INFO time="2025-03-30T16:30:51-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:51-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:51-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56823
{"IP":"127.0.0.1","Port":"56823"}
2025-03-30T20:30:51.810Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:51.810Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:51.810Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:52.058Z daemon INFO time="2025-03-30T16:30:51-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:51-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:51-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56824
{"IP":"127.0.0.1","Port":"56824"}
2025-03-30T20:30:52.176Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:52.177Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:52.177Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:52.426Z daemon INFO time="2025-03-30T16:30:52-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:52-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:52-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56825
{"IP":"127.0.0.1","Port":"56825"}
2025-03-30T20:30:52.546Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:52.546Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:52.546Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:52.801Z daemon INFO time="2025-03-30T16:30:52-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:52-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:52-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56826
{"IP":"127.0.0.1","Port":"56826"}
2025-03-30T20:30:52.910Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:52.910Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:52.910Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:53.168Z daemon INFO time="2025-03-30T16:30:52-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:52-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:52-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56827
{"IP":"127.0.0.1","Port":"56827"}
2025-03-30T20:30:53.303Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:53.303Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:53.303Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:53.559Z daemon INFO time="2025-03-30T16:30:53-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:53-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:53-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56828
{"IP":"127.0.0.1","Port":"56828"}
2025-03-30T20:30:53.671Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:53.671Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:53.671Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:53.923Z daemon INFO time="2025-03-30T16:30:53-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:53-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:53-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56829
{"IP":"127.0.0.1","Port":"56829"}
2025-03-30T20:30:54.027Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:54.027Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:54.027Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:54.277Z daemon INFO time="2025-03-30T16:30:54-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:54-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:54-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56830
{"IP":"127.0.0.1","Port":"56830"}
2025-03-30T20:30:54.390Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:54.390Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:54.390Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:54.652Z daemon INFO time="2025-03-30T16:30:54-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:54-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:54-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56831
{"IP":"127.0.0.1","Port":"56831"}
2025-03-30T20:30:54.771Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:54.771Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:54.771Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:55.017Z daemon INFO time="2025-03-30T16:30:54-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:54-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:54-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56832
{"IP":"127.0.0.1","Port":"56832"}
2025-03-30T20:30:55.137Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:55.137Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:55.137Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:55.393Z daemon INFO time="2025-03-30T16:30:55-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:55-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:55-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56833
{"IP":"127.0.0.1","Port":"56833"}
2025-03-30T20:30:55.504Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:55.504Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:55.504Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:55.759Z daemon INFO time="2025-03-30T16:30:55-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:55-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:55-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56834
{"IP":"127.0.0.1","Port":"56834"}
2025-03-30T20:30:55.865Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:55.865Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:55.865Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:56.116Z daemon INFO time="2025-03-30T16:30:55-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:55-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:55-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56835
{"IP":"127.0.0.1","Port":"56835"}
2025-03-30T20:30:56.231Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:56.231Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:56.231Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:56.490Z daemon INFO time="2025-03-30T16:30:56-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:56-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:56-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56836
{"IP":"127.0.0.1","Port":"56836"}
2025-03-30T20:30:56.609Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:56.609Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:56.609Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:56.868Z daemon INFO time="2025-03-30T16:30:56-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:56-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:56-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56837
{"IP":"127.0.0.1","Port":"56837"}
2025-03-30T20:30:56.977Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:56.977Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:56.977Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:57.226Z daemon INFO time="2025-03-30T16:30:56-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:56-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:56-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56838
{"IP":"127.0.0.1","Port":"56838"}
2025-03-30T20:30:57.348Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:57.348Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:57.348Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:57.605Z daemon INFO time="2025-03-30T16:30:57-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:57-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:57-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56839
{"IP":"127.0.0.1","Port":"56839"}
2025-03-30T20:30:57.720Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:57.721Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:57.721Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:57.977Z daemon INFO time="2025-03-30T16:30:57-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:57-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:57-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56840
{"IP":"127.0.0.1","Port":"56840"}
2025-03-30T20:30:58.091Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:58.091Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:58.091Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:58.352Z daemon INFO time="2025-03-30T16:30:58-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:58-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:58-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56841
{"IP":"127.0.0.1","Port":"56841"}
2025-03-30T20:30:58.461Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:58.461Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:58.461Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:58.724Z daemon INFO time="2025-03-30T16:30:58-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:58-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:58-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56842
{"IP":"127.0.0.1","Port":"56842"}
2025-03-30T20:30:58.836Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:58.836Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:58.836Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:59.083Z daemon INFO time="2025-03-30T16:30:58-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:58-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:58-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56843
{"IP":"127.0.0.1","Port":"56843"}
2025-03-30T20:30:59.204Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:59.204Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:59.204Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:59.460Z daemon INFO time="2025-03-30T16:30:59-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:59-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:59-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56844
{"IP":"127.0.0.1","Port":"56844"}
2025-03-30T20:30:59.572Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:59.572Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:59.572Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:30:59.827Z daemon INFO time="2025-03-30T16:30:59-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:59-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:59-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56845
{"IP":"127.0.0.1","Port":"56845"}
2025-03-30T20:30:59.936Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:30:59.936Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:30:59.936Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:00.184Z daemon INFO time="2025-03-30T16:30:59-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:30:59-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:30:59-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56846
{"IP":"127.0.0.1","Port":"56846"}
2025-03-30T20:31:00.304Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:00.304Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:00.304Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:00.568Z daemon INFO time="2025-03-30T16:31:00-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:00-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:00-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56847
{"IP":"127.0.0.1","Port":"56847"}
2025-03-30T20:31:00.675Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:00.675Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:00.675Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:00.936Z daemon INFO time="2025-03-30T16:31:00-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:00-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:00-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56848
{"IP":"127.0.0.1","Port":"56848"}
2025-03-30T20:31:01.127Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:01.128Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:01.128Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:01.417Z daemon INFO time="2025-03-30T16:31:01-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:01-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:01-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56849
{"IP":"127.0.0.1","Port":"56849"}
2025-03-30T20:31:01.503Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:01.503Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:01.503Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:01.788Z daemon INFO time="2025-03-30T16:31:01-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:01-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:01-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56850
{"IP":"127.0.0.1","Port":"56850"}
2025-03-30T20:31:01.892Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:01.893Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:01.893Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:02.180Z daemon INFO time="2025-03-30T16:31:01-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:01-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:01-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56851
{"IP":"127.0.0.1","Port":"56851"}
2025-03-30T20:31:02.283Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:02.283Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:02.283Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:02.572Z daemon INFO time="2025-03-30T16:31:02-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:02-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:02-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56852
{"IP":"127.0.0.1","Port":"56852"}
2025-03-30T20:31:02.674Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:02.675Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:02.675Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:02.944Z daemon INFO time="2025-03-30T16:31:02-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:02-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:02-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56854
{"IP":"127.0.0.1","Port":"56854"}
2025-03-30T20:31:03.049Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:03.049Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:03.049Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:03.340Z daemon INFO time="2025-03-30T16:31:03-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:03-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:03-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56855
{"IP":"127.0.0.1","Port":"56855"}
2025-03-30T20:31:03.445Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:03.446Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:03.446Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:03.741Z daemon INFO time="2025-03-30T16:31:03-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:03-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:03-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56856
{"IP":"127.0.0.1","Port":"56856"}
2025-03-30T20:31:03.839Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:03.839Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:03.839Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:04.122Z daemon INFO time="2025-03-30T16:31:03-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:03-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:03-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56857
{"IP":"127.0.0.1","Port":"56857"}
2025-03-30T20:31:04.224Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:04.225Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:04.225Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:04.521Z daemon INFO time="2025-03-30T16:31:04-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:04-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:04-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56858
{"IP":"127.0.0.1","Port":"56858"}
2025-03-30T20:31:04.626Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:04.626Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:04.626Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:04.919Z daemon INFO time="2025-03-30T16:31:04-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:04-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:04-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56860
{"IP":"127.0.0.1","Port":"56860"}
2025-03-30T20:31:05.024Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:05.024Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:05.024Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:05.299Z daemon INFO time="2025-03-30T16:31:05-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:05-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:05-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56861
{"IP":"127.0.0.1","Port":"56861"}
2025-03-30T20:31:05.401Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:05.401Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:05.401Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:05.695Z daemon INFO time="2025-03-30T16:31:05-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:05-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:05-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56862
{"IP":"127.0.0.1","Port":"56862"}
2025-03-30T20:31:05.778Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:05.778Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:05.778Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:06.070Z daemon INFO time="2025-03-30T16:31:05-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:05-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:05-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56863
{"IP":"127.0.0.1","Port":"56863"}
2025-03-30T20:31:06.171Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:06.171Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:06.171Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:06.452Z daemon INFO time="2025-03-30T16:31:06-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:06-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:06-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56864
{"IP":"127.0.0.1","Port":"56864"}
2025-03-30T20:31:06.555Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:06.555Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:06.555Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:06.845Z daemon INFO time="2025-03-30T16:31:06-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:06-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:06-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56866
{"IP":"127.0.0.1","Port":"56866"}
2025-03-30T20:31:06.955Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.
2025-03-30T20:31:06.955Z daemon ERROR Error: Unable to get Documents Folder: The system cannot find the path specified.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:44411)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2025-03-30T20:31:06.956Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-03-30T20:31:07.247Z daemon INFO time="2025-03-30T16:31:06-04:00" level=info msg="arduino-cli version 1.1.1"
time="2025-03-30T16:31:06-04:00" level=info msg="Using config file: c:\\Users\\jamod\\.arduinoIDE\\arduino-cli.yaml"
time="2025-03-30T16:31:06-04:00" level=info msg="Executing `arduino-cli daemon`"
Daemon is now listening on 127.0.0.1:56867
{"IP":"127.0.0.1","Port":"56867"}
2025-03-30T20:31:07.347Z daemon INFO Unable to get Documents Folder: The system cannot find the path specified.