Hi!
I would like to ask for your help before I spend more time than needed to start my adventure with Arduino. Lately I installed the Arduino IDE for the first time, and unfortunately I have the same issue as many other users here before me. Everything went fine during the installation process, but the app will not go past the Arduino symbol pulsing on the screen of the app.
I am currently using Windows 10 as my operating system. Also I was trying to run the arduino_debug.exe in the installation folder as a terminal command, but it's not working.
Thanks ahead for your help.
Hi @pankracy. I'm going to ask you to post some additional information that might help us to identify the problem.
Please do this:
- Close all Arduino IDE windows if the IDE is already running.
- Start Windows "File Explorer".
- Open the Arduino IDE installation folder.
(usuallyC:\Program Files\Arduino IDE
orC:\Users\<username>\AppData\Local\Programs\Arduino IDE
). - In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
- From the context menu, click "Open PowerShell window here".
Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder. - Type the following command:
& ".\Arduino IDE"
- Press the Enter key.
Debug output should now be printed to the PowerShell window as Arduino IDE starts. - Wait until you are sure the IDE startup has gone into the hang state
(as indicated by no additional output being printed to the terminal). - Switch back to the PowerShell window if the Arduino IDE window took the focus.
- Right click on the title bar of the PowerShell window.
This will open a context menu. - Select Edit > Select All from the context menu.
This will select all the text in the PowerShell window. - Press Ctrl+C.
This will copy the contents of the PowerShell window to the clipboard. - Open a forum reply here by clicking the Reply button.
- Click the
<CODE/>
icon on the post composer toolbar.
This will add the forum's code block markup (```
) to your reply to make sure the error messages are correctly formatted.
- Press Ctrl+V.
This will paste the output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the Reply button to post the output.
Please let me know if you have any questions or problems while following those instructions.
That file is only present in Arduino IDE 1.x. The Arduino IDE.exe
file invoked by the instructions above is equivalent to the Arduino IDE 1.x arduino_debug.exe
.
Hi! Thanks for your quick response. I did this before, as I have seen your advice on another thread, but I still couldn't figure out what to do, following your answers. So here is the ouput of Windows Powershell :
2023-05-01T08:03:24.105Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-01T08:03:24.107Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-01T08:03:24.597Z daemon INFO time="2023-05-01T10:03:24+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
PS C:\Program Files\Arduino IDE> N
The output in the terminal was pretty long, and it took about 10 minutes to finish. But for some reason, after selecting all the text in the PowerShell window, only the above text was copied.
I hope this will help in solving the problem.
Thanks ahead!
You might find some help here too:
Hopefully you can solve the problem!
Hi, thanks for the link to the thread. I tried to delete the .arduino.IDE folder, but it doesn't do anything. When I start the app, it's installed again in the same place, but the app is still not working properly. I didn't find the Arduino15 folder though.
Have you also tried reinstalling the IDE?
What does that mean in English? "No special folder/file could be found!"?
Yes I tried reinstalling the Arduino IDE app twice, also with restarting the computer. About the command line: It means file could not be found. It's probably because it can't read polish signs.
C:\Users\USERNAME\Documents\Arduino
But this folder already exists? If so, is there also a folder called "libraries" in here?
C:\Users\USERNAME\Documents\Arduino
Yes, when I go to C:\Users\USERNAME\ here I can find for example the .arduinoIDE, which is being created when I start the app, and also it contains a Documents folder, that is empty though.
THAT is the problem. This folder must contain only the files (i.e. the codes) + the libraries folder!
Here is a screenshot from me.
C:\Users\USERNAME\AppData\Local\Programs\Arduino IDE
Does this path also exist?
(It may be that the Arduino folder is a bit different for you).
Ok, so now I created a "Arduino" folder inside the Documents folder, and inside that folder I created a "libraries" folder, but that unfortunately doesn't change anything. Also, the "AppData" folder does not exist at all.
Ok. We must not rush things. In the Documents path there is now a folder called Arduino. A folder with the name "libraries" must be added here. In this folder all libraries will be stored. The app and all that should be inside the folder:
C:\Users\USERNAME\AppData\Local\Programs\Arduino IDE
Here again is a screenshot of what it looks like with these from me. Since there is not this with you, this must lie somewhere else. I see that your app is stored in this folder:
C:\Program Files\Arduino IDE
This may be due to your version of Windows. Which one is it?
(@ptillisch, maybe you also have a tip what could be done to make everything work again).
Yes, so my folder of the app looks exatly like yours. I am using Windows 10 Version 22H2.
Ok. That's funny... How long does the pulsing last now or does it not stop at all? But you can follow the tip of @ptillisch again, maybe it shows something different here now?
I think that nothing changed so far, but this time I managed to copy the whole output of the command line. This is what I got ( I had to cut some lines, because the output was to long for the forum):
o-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:06.333Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:06.988Z daemon INFO time="2023-05-02T20:55:06+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:06.995Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57896
{"IP":"127.0.0.1","Port":"57896"}
2023-05-02T18:55:07.635Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:07.636Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:07.638Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:08.081Z daemon INFO time="2023-05-02T20:55:07+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:08.082Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57899
{"IP":"127.0.0.1","Port":"57899"}
2023-05-02T18:55:08.439Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:08.452Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:08.453Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:09.588Z daemon INFO time="2023-05-02T20:55:08+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:09.604Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57902
{"IP":"127.0.0.1","Port":"57902"}
2023-05-02T18:55:10.453Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:10.459Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:10.460Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:11.265Z daemon INFO time="2023-05-02T20:55:10+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:11.271Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57907
{"IP":"127.0.0.1","Port":"57907"}
2023-05-02T18:55:11.658Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:11.659Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:11.661Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:12.497Z daemon INFO time="2023-05-02T20:55:11+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:12.508Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57910
{"IP":"127.0.0.1","Port":"57910"}
2023-05-02T18:55:13.383Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:13.384Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:13.386Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:13.762Z daemon INFO time="2023-05-02T20:55:13+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:13.767Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57913
{"IP":"127.0.0.1","Port":"57913"}
2023-05-02T18:55:14.339Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:14.342Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:14.357Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:14.923Z daemon INFO time="2023-05-02T20:55:14+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:14.928Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57916
{"IP":"127.0.0.1","Port":"57916"}
2023-05-02T18:55:15.470Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:15.485Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:15.487Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:16.089Z daemon INFO time="2023-05-02T20:55:15+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:16.096Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57920
{"IP":"127.0.0.1","Port":"57920"}
2023-05-02T18:55:16.450Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:16.451Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:16.453Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:16.851Z daemon INFO time="2023-05-02T20:55:16+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:16.853Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57922
{"IP":"127.0.0.1","Port":"57922"}
2023-05-02T18:55:17.528Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:17.538Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:17.554Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:18.251Z daemon INFO time="2023-05-02T20:55:17+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:18.254Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57926
{"IP":"127.0.0.1","Port":"57926"}
2023-05-02T18:55:18.570Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:18.571Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:18.573Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:20.066Z daemon INFO time="2023-05-02T20:55:18+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:20.233Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57929
{"IP":"127.0.0.1","Port":"57929"}
2023-05-02T18:55:21.176Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:21.185Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:21.187Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:21.820Z daemon INFO time="2023-05-02T20:55:21+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:21.823Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57935
{"IP":"127.0.0.1","Port":"57935"}
2023-05-02T18:55:22.398Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:22.399Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:22.401Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:22.786Z daemon INFO time="2023-05-02T20:55:22+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:22.791Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57937
{"IP":"127.0.0.1","Port":"57937"}
2023-05-02T18:55:23.353Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:23.354Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:23.357Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:24.098Z daemon INFO time="2023-05-02T20:55:23+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:24.105Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57941
{"IP":"127.0.0.1","Port":"57941"}
2023-05-02T18:55:25.441Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:25.442Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:25.444Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:25.788Z daemon INFO time="2023-05-02T20:55:25+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:25.789Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57946
{"IP":"127.0.0.1","Port":"57946"}
2023-05-02T18:55:26.405Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:26.406Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:26.409Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:26.904Z daemon INFO time="2023-05-02T20:55:26+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:26.909Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57949
{"IP":"127.0.0.1","Port":"57949"}
2023-05-02T18:55:27.377Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:27.381Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:27.383Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:27.791Z daemon INFO time="2023-05-02T20:55:27+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:27.800Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57953
{"IP":"127.0.0.1","Port":"57953"}
2023-05-02T18:55:28.256Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:28.257Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:28.259Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:28.573Z daemon INFO time="2023-05-02T20:55:28+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:28.574Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57956
{"IP":"127.0.0.1","Port":"57956"}
2023-05-02T18:55:28.860Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:28.868Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:28.871Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:29.499Z daemon INFO time="2023-05-02T20:55:28+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:29.506Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57957
{"IP":"127.0.0.1","Port":"57957"}
2023-05-02T18:55:29.855Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:29.856Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:29.857Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:30.258Z daemon INFO time="2023-05-02T20:55:29+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:30.259Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57960
{"IP":"127.0.0.1","Port":"57960"}
2023-05-02T18:55:30.526Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:30.527Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:30.529Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:30.928Z daemon INFO time="2023-05-02T20:55:30+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:30.930Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57963
{"IP":"127.0.0.1","Port":"57963"}
2023-05-02T18:55:31.381Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:31.381Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:31.383Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:31.768Z daemon INFO time="2023-05-02T20:55:31+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:31.769Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57966
{"IP":"127.0.0.1","Port":"57966"}
2023-05-02T18:55:32.202Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:32.207Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:32.214Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:32.574Z daemon INFO time="2023-05-02T20:55:32+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:32.575Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57969
{"IP":"127.0.0.1","Port":"57969"}
2023-05-02T18:55:32.848Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:32.849Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:32.851Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:33.331Z daemon INFO time="2023-05-02T20:55:32+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:33.332Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57970
{"IP":"127.0.0.1","Port":"57970"}
2023-05-02T18:55:33.610Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:33.611Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:33.613Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:34.235Z daemon INFO time="2023-05-02T20:55:33+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:34.239Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57973
{"IP":"127.0.0.1","Port":"57973"}
2023-05-02T18:55:34.726Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:34.727Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:34.729Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:35.127Z daemon INFO time="2023-05-02T20:55:34+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:35.129Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57976
{"IP":"127.0.0.1","Port":"57976"}
2023-05-02T18:55:35.472Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:35.473Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:35.475Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:35.894Z daemon INFO time="2023-05-02T20:55:35+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:35.896Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57978
{"IP":"127.0.0.1","Port":"57978"}
2023-05-02T18:55:36.378Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:36.380Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:36.383Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:36.698Z daemon INFO time="2023-05-02T20:55:36+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:36.700Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57982
{"IP":"127.0.0.1","Port":"57982"}
2023-05-02T18:55:37.058Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:37.062Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:37.065Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:37.428Z daemon INFO time="2023-05-02T20:55:37+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:37.429Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57984
{"IP":"127.0.0.1","Port":"57984"}
2023-05-02T18:55:37.712Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:37.713Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:37.716Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:38.104Z daemon INFO time="2023-05-02T20:55:37+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:38.110Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57986
{"IP":"127.0.0.1","Port":"57986"}
2023-05-02T18:55:38.567Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:38.568Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:38.570Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:39.510Z daemon INFO time="2023-05-02T20:55:38+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:39.520Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57989
{"IP":"127.0.0.1","Port":"57989"}
2023-05-02T18:55:40.359Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:40.361Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:40.364Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:40.791Z daemon INFO time="2023-05-02T20:55:40+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:40.794Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57994
{"IP":"127.0.0.1","Port":"57994"}
2023-05-02T18:55:41.289Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:41.292Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:41.294Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:41.806Z daemon INFO time="2023-05-02T20:55:41+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:41.810Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:57997
{"IP":"127.0.0.1","Port":"57997"}
2023-05-02T18:55:42.252Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:42.259Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:42.260Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:43.073Z daemon INFO time="2023-05-02T20:55:42+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:43.084Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58000
{"IP":"127.0.0.1","Port":"58000"}
2023-05-02T18:55:43.653Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:43.654Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:43.656Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:44.307Z daemon INFO time="2023-05-02T20:55:43+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:44.316Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58003
{"IP":"127.0.0.1","Port":"58003"}
2023-05-02T18:55:45.465Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:45.467Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:45.469Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:46.010Z daemon INFO time="2023-05-02T20:55:45+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:46.022Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58008
{"IP":"127.0.0.1","Port":"58008"}
2023-05-02T18:55:46.847Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:46.850Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:46.850Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:47.513Z daemon INFO time="2023-05-02T20:55:46+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:47.517Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58011
{"IP":"127.0.0.1","Port":"58011"}
2023-05-02T18:55:47.896Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:47.899Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:47.900Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:48.592Z daemon INFO time="2023-05-02T20:55:47+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:48.594Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58014
{"IP":"127.0.0.1","Port":"58014"}
2023-05-02T18:55:49.025Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:49.026Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:49.029Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:50.029Z daemon INFO time="2023-05-02T20:55:49+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:50.031Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58020
{"IP":"127.0.0.1","Port":"58020"}
2023-05-02T18:55:50.841Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:50.842Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:50.844Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:51.242Z daemon INFO time="2023-05-02T20:55:50+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:51.245Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58024
{"IP":"127.0.0.1","Port":"58024"}
2023-05-02T18:55:51.884Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:51.891Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:51.892Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:52.810Z daemon INFO time="2023-05-02T20:55:51+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:52.814Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58031
{"IP":"127.0.0.1","Port":"58031"}
2023-05-02T18:55:53.215Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:53.216Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:53.218Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:53.621Z daemon INFO time="2023-05-02T20:55:53+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:53.622Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58034
{"IP":"127.0.0.1","Port":"58034"}
2023-05-02T18:55:55.045Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:55.051Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:55.051Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:55.891Z daemon INFO time="2023-05-02T20:55:55+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:55.892Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58039
{"IP":"127.0.0.1","Port":"58039"}
2023-05-02T18:55:56.270Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:56.274Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:56.276Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:56.670Z daemon INFO time="2023-05-02T20:55:56+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:56.672Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58042
{"IP":"127.0.0.1","Port":"58042"}
2023-05-02T18:55:57.379Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:57.448Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:57.450Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:55:58.728Z daemon INFO time="2023-05-02T20:55:57+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:55:58.795Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58046
{"IP":"127.0.0.1","Port":"58046"}
2023-05-02T18:55:59.974Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:55:59.977Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:55:59.981Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:00.426Z daemon INFO time="2023-05-02T20:55:59+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:00.427Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58051
{"IP":"127.0.0.1","Port":"58051"}
2023-05-02T18:56:00.886Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:00.887Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:00.889Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:01.226Z daemon INFO time="2023-05-02T20:56:00+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:01.227Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58053
{"IP":"127.0.0.1","Port":"58053"}
2023-05-02T18:56:01.745Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:01.747Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:01.751Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:02.081Z daemon INFO time="2023-05-02T20:56:01+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:02.084Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58056
{"IP":"127.0.0.1","Port":"58056"}
2023-05-02T18:56:02.506Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:02.517Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:02.518Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:02.921Z daemon INFO time="2023-05-02T20:56:02+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:02.922Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58058
{"IP":"127.0.0.1","Port":"58058"}
2023-05-02T18:56:03.190Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:03.191Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:03.193Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:03.615Z daemon INFO time="2023-05-02T20:56:03+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:03.617Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58061
{"IP":"127.0.0.1","Port":"58061"}
2023-05-02T18:56:03.989Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:03.990Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:03.992Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:04.632Z daemon INFO time="2023-05-02T20:56:03+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:04.637Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58063
{"IP":"127.0.0.1","Port":"58063"}
2023-05-02T18:56:05.038Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:05.039Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:05.041Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:05.493Z daemon INFO time="2023-05-02T20:56:05+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:47.316Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58246
{"IP":"127.0.0.1","Port":"58246"}
2023-05-02T18:56:48.279Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:48.287Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:48.289Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:48.803Z daemon INFO time="2023-05-02T20:56:48+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:48.807Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58252
{"IP":"127.0.0.1","Port":"58252"}
2023-05-02T18:56:50.095Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:50.100Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:50.102Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:50.669Z daemon INFO time="2023-05-02T20:56:50+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:50.671Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58257
{"IP":"127.0.0.1","Port":"58257"}
2023-05-02T18:56:51.199Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:51.202Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:51.203Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:52.157Z daemon INFO time="2023-05-02T20:56:51+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:52.227Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58260
{"IP":"127.0.0.1","Port":"58260"}
2023-05-02T18:56:52.894Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:52.899Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:52.900Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:53.338Z daemon INFO time="2023-05-02T20:56:52+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:53.341Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58263
{"IP":"127.0.0.1","Port":"58263"}
2023-05-02T18:56:54.508Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:54.509Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:54.511Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:55.952Z daemon INFO time="2023-05-02T20:56:54+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:55.961Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58268
{"IP":"127.0.0.1","Port":"58268"}
2023-05-02T18:56:57.460Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:57.469Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:57.469Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:56:58.257Z daemon INFO time="2023-05-02T20:56:57+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:56:58.400Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58274
{"IP":"127.0.0.1","Port":"58274"}
2023-05-02T18:56:59.421Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:56:59.429Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:56:59.430Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:00.108Z daemon INFO time="2023-05-02T20:56:59+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:00.161Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58281
{"IP":"127.0.0.1","Port":"58281"}
2023-05-02T18:57:00.758Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:00.763Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:00.765Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:01.610Z daemon INFO time="2023-05-02T20:57:00+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:01.621Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58284
{"IP":"127.0.0.1","Port":"58284"}
2023-05-02T18:57:02.719Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:02.720Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:02.723Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:03.678Z daemon INFO time="2023-05-02T20:57:02+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:03.686Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58289
{"IP":"127.0.0.1","Port":"58289"}
2023-05-02T18:57:04.482Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:04.487Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:04.489Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:05.207Z daemon INFO time="2023-05-02T20:57:04+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:05.214Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58293
{"IP":"127.0.0.1","Port":"58293"}
2023-05-02T18:57:05.728Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:05.733Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:05.733Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:06.642Z daemon INFO time="2023-05-02T20:57:05+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:06.651Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58297
{"IP":"127.0.0.1","Port":"58297"}
2023-05-02T18:57:07.645Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:07.667Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:07.670Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:08.195Z daemon INFO time="2023-05-02T20:57:07+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:08.200Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58302
{"IP":"127.0.0.1","Port":"58302"}
2023-05-02T18:57:08.577Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:08.578Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:08.580Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:09.185Z daemon INFO time="2023-05-02T20:57:08+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:09.192Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58314
{"IP":"127.0.0.1","Port":"58314"}
2023-05-02T18:57:09.679Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:09.680Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:09.683Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:10.163Z daemon INFO time="2023-05-02T20:57:09+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:10.166Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58321
{"IP":"127.0.0.1","Port":"58321"}
2023-05-02T18:57:10.602Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:10.603Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:10.606Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:11.138Z daemon INFO time="2023-05-02T20:57:10+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:11.144Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58325
{"IP":"127.0.0.1","Port":"58325"}
2023-05-02T18:57:11.669Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:11.670Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:11.672Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:12.121Z daemon INFO time="2023-05-02T20:57:11+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:12.123Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58337
{"IP":"127.0.0.1","Port":"58337"}
2023-05-02T18:57:12.499Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:12.500Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:12.502Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:13.042Z daemon INFO time="2023-05-02T20:57:12+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:13.044Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58344
{"IP":"127.0.0.1","Port":"58344"}
2023-05-02T18:57:13.458Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:13.459Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:13.461Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:14.069Z daemon INFO time="2023-05-02T20:57:13+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:14.078Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58353
{"IP":"127.0.0.1","Port":"58353"}
2023-05-02T18:57:15.106Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:15.230Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:15.232Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:16.205Z daemon INFO time="2023-05-02T20:57:15+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:16.210Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58366
{"IP":"127.0.0.1","Port":"58366"}
2023-05-02T18:57:16.678Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:16.679Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:16.683Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:17.200Z daemon INFO time="2023-05-02T20:57:16+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:17.206Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58407
{"IP":"127.0.0.1","Port":"58407"}
2023-05-02T18:57:17.631Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:17.632Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:17.634Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:18.274Z daemon INFO time="2023-05-02T20:57:17+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:43.348Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:43.350Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:43.781Z daemon INFO time="2023-05-02T20:57:43+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:43.784Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58492
{"IP":"127.0.0.1","Port":"58492"}
2023-05-02T18:57:44.465Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:44.466Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:44.468Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:44.984Z daemon INFO time="2023-05-02T20:57:44+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:44.985Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58496
{"IP":"127.0.0.1","Port":"58496"}
2023-05-02T18:57:45.282Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:45.283Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:45.285Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:45.628Z daemon INFO time="2023-05-02T20:57:45+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:45.629Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58498
{"IP":"127.0.0.1","Port":"58498"}
2023-05-02T18:57:45.893Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:45.894Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:45.896Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:46.505Z daemon INFO time="2023-05-02T20:57:45+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:46.519Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58501
{"IP":"127.0.0.1","Port":"58501"}
2023-05-02T18:57:46.970Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:46.971Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:46.973Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:47.353Z daemon INFO time="2023-05-02T20:57:46+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:47.354Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58504
{"IP":"127.0.0.1","Port":"58504"}
2023-05-02T18:57:47.694Z daemon INFO fatal error: out of memory allocating heap arena map
2023-05-02T18:57:47.695Z daemon ERROR Error: fatal error: out of memory allocating heap arena map
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:47.696Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:47.977Z daemon INFO
runtime stack:
runtime.throw({0xdc0d23?, 0x0?})
/usr/local/go/src/runtime/panic.go:1047 +0x65 fp=0x594afff650 sp=0x594afff620 pc=0x367b45
runtime.(*mheap).sysAlloc(0x16794e0, 0x1b6088c00000004?, 0x1689870, 0x1)
/usr/local/go/src/runtime/malloc.go:712 +0x3f6 fp=0x594afff700 sp=0x594afff650 pc=0x33d116
runtime.(*mheap).grow(0x16794e0, 0xf?)
/usr/local/go/src/runtime/mheap.go:1472 +0x7f fp=0x594afff778 sp=0x594afff700 pc=0x35875f
runtime.(*mheap).allocSpan(0x16794e0, 0x1, 0x0, 0x86?)
/usr/local/go/src/runtime/mheap.go:1243 +0x1b7 fp=0x594afff810 sp=0x594afff778 pc=0x358057
runtime.(*mheap).alloc.func1()
/usr/local/go/src/runtime/mheap.go:961 +0x65 fp=0x594afff858 sp=0x594afff810 pc=0x357ac5
runtime.(*mheap).alloc(0xf?, 0x594afff8c0?, 0x0?)
/usr/local/go/src/runtime/mheap.go:955 +0x65 fp=0x594afff8a0 sp=0x594afff858 pc=0x357a05
runtime.(*mcentral).grow(0x364945?)
/usr/local/go/src/runtime/mcentral.go:246 +0x57 fp=0x594afff8e0 sp=0x594afff8a0 pc=0x347997
runtime.(*mcentral).cacheSpan(0x168adf0)
/usr/local/go/src/runtime/mcentral.go:166 +0x306 fp=0x594afff938 sp=0x594afff8e0 pc=0x3477e6
runtime.(*mcache).refill(0x16cfeab0108, 0x60?)
/usr/local/go/src/runtime/mcache.go:182 +0x152 fp=0x594afff978 sp=0x594afff938 pc=0x346f32
runtime.(*mcache).nextFree(0x16cfeab0108, 0x1c)
/usr/local/go/src/runtime/malloc.go:855 +0x85 fp=0x594afff9c0 sp=0x594afff978 pc=0x33d6c5
runtime.mallocgc(0xc0, 0xc3b1e0, 0x1)
/usr/local/go/src/runtime/malloc.go:1042 +0x44d fp=0x594afffa28 sp=0x594afff9c0 pc=0x33dcad
runtime.newobject(0x0?)
/usr/local/go/src/runtime/malloc.go:1254 +0x27 fp=0x594afffa50 sp=0x594afffa28 pc=0x33e247
internal/cpu.doinit()
/usr/local/go/src/internal/cpu/cpu_x86.go:51 +0x25 fp=0x594afffab8 sp=0x594afffa50 pc=0x331665
internal/cpu.Initialize({0x0, 0x0})
/usr/local/go/src/internal/cpu/cpu.go:126 +0x25 fp=0x594afffad8 sp=0x594afffab8 pc=0x3310a5
runtime.cpuinit(...)
/usr/local/go/src/runtime/proc.go:622
runtime.schedinit()
/usr/local/go/src/runtime/proc.go:715 +0xa5 fp=0x594afffb30 sp=0x594afffad8 pc=0x36b305
runtime.rt0_go()
/usr/local/go/src/runtime/asm_amd64.s:349 +0x13c fp=0x594afffb38 sp=0x594afffb30 pc=0x394f7c
2023-05-02T18:57:47.981Z daemon INFO Daemon exited with exit code: 2.
2023-05-02T18:57:48.347Z daemon INFO fatal error: out of memory allocating heap arena map
2023-05-02T18:57:48.347Z daemon ERROR Error: fatal error: out of memory allocating heap arena map
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:48.350Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:48.695Z daemon INFO
runtime stack:
runtime.throw({0xdc0d23?, 0x0?})
/usr/local/go/src/runtime/panic.go:1047 +0x65 fp=0xc90cbff4f0 sp=0xc90cbff4c0 pc=0x367b45
runtime.(*mheap).sysAlloc(0x16794e0, 0x1b6088c00000004?, 0x1689870, 0x1)
/usr/local/go/src/runtime/malloc.go:712 +0x3f6 fp=0xc90cbff5a0 sp=0xc90cbff4f0 pc=0x33d116
runtime.(*mheap).grow(0x16794e0, 0xf?)
/usr/local/go/src/runtime/mheap.go:1472 +0x7f fp=0xc90cbff618 sp=0xc90cbff5a0 pc=0x35875f
runtime.(*mheap).allocSpan(0x16794e0, 0x1, 0x0, 0x86?)
/usr/local/go/src/runtime/mheap.go:1243 +0x1b7 fp=0xc90cbff6b0 sp=0xc90cbff618 pc=0x358057
runtime.(*mheap).alloc.func1()
/usr/local/go/src/runtime/mheap.go:961 +0x65 fp=0xc90cbff6f8 sp=0xc90cbff6b0 pc=0x357ac5
runtime.(*mheap).alloc(0xf?, 0xc90cbff760?, 0x0?)
/usr/local/go/src/runtime/mheap.go:955 +0x65 fp=0xc90cbff740 sp=0xc90cbff6f8 pc=0x357a05
runtime.(*mcentral).grow(0x364945?)
/usr/local/go/src/runtime/mcentral.go:246 +0x57 fp=0xc90cbff780 sp=0xc90cbff740 pc=0x347997
runtime.(*mcentral).cacheSpan(0x168adf0)
/usr/local/go/src/runtime/mcentral.go:166 +0x306 fp=0xc90cbff7d8 sp=0xc90cbff780 pc=0x3477e6
runtime.(*mcache).refill(0x250ce390108, 0x60?)
/usr/local/go/src/runtime/mcache.go:182 +0x152 fp=0xc90cbff818 sp=0xc90cbff7d8 pc=0x346f32
runtime.(*mcache).nextFree(0x250ce390108, 0x1c)
/usr/local/go/src/runtime/malloc.go:855 +0x85 fp=0xc90cbff860 sp=0xc90cbff818 pc=0x33d6c5
runtime.mallocgc(0xc0, 0xc3b1e0, 0x1)
/usr/local/go/src/runtime/malloc.go:1042 +0x44d fp=0xc90cbff8c8 sp=0xc90cbff860 pc=0x33dcad
runtime.newobject(0x0?)
/usr/local/go/src/runtime/malloc.go:1254 +0x27 fp=0xc90cbff8f0 sp=0xc90cbff8c8 pc=0x33e247
internal/cpu.doinit()
/usr/local/go/src/internal/cpu/cpu_x86.go:51 +0x25 fp=0xc90cbff958 sp=0xc90cbff8f0 pc=0x331665
internal/cpu.Initialize({0x0, 0x0})
/usr/local/go/src/internal/cpu/cpu.go:126 +0x25 fp=0xc90cbff978 sp=0xc90cbff958 pc=0x3310a5
runtime.cpuinit(...)
/usr/local/go/src/runtime/proc.go:622
runtime.schedinit()
/usr/local/go/src/runtime/proc.go:715 +0xa5 fp=0xc90cbff9d0 sp=0xc90cbff978 pc=0x36b305
runtime.rt0_go()
/usr/local/go/src/runtime/asm_amd64.s:349 +0x13c fp=0xc90cbff9d8 sp=0xc90cbff9d0 pc=0x394f7c
2023-05-02T18:57:48.697Z daemon INFO Daemon exited with exit code: 2.
2023-05-02T18:57:49.078Z daemon INFO fatal error: out of memory allocating heap arena map
2023-05-02T18:57:49.081Z daemon ERROR Error: fatal error: out of memory allocating heap arena map
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:49.084Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:49.576Z daemon INFO
runtime stack:
runtime.throw({0xdc0d23?, 0x0?})
/usr/local/go/src/runtime/panic.go:1047 +0x65 fp=0x3fc87ff5f0 sp=0x3fc87ff5c0 pc=0x367b45
runtime.(*mheap).sysAlloc(0x16794e0, 0x1b6088c00000004?, 0x1689870, 0x1)
/usr/local/go/src/runtime/malloc.go:712 +0x3f6 fp=0x3fc87ff6a0 sp=0x3fc87ff5f0 pc=0x33d116
runtime.(*mheap).grow(0x16794e0, 0xf?)
/usr/local/go/src/runtime/mheap.go:1472 +0x7f fp=0x3fc87ff718 sp=0x3fc87ff6a0 pc=0x35875f
runtime.(*mheap).allocSpan(0x16794e0, 0x1, 0x0, 0x86?)
/usr/local/go/src/runtime/mheap.go:1243 +0x1b7 fp=0x3fc87ff7b0 sp=0x3fc87ff718 pc=0x358057
runtime.(*mheap).alloc.func1()
/usr/local/go/src/runtime/mheap.go:961 +0x65 fp=0x3fc87ff7f8 sp=0x3fc87ff7b0 pc=0x357ac5
runtime.(*mheap).alloc(0xf?, 0x3fc87ff860?, 0x0?)
/usr/local/go/src/runtime/mheap.go:955 +0x65 fp=0x3fc87ff840 sp=0x3fc87ff7f8 pc=0x357a05
runtime.(*mcentral).grow(0x364945?)
/usr/local/go/src/runtime/mcentral.go:246 +0x57 fp=0x3fc87ff880 sp=0x3fc87ff840 pc=0x347997
runtime.(*mcentral).cacheSpan(0x168adf0)
/usr/local/go/src/runtime/mcentral.go:166 +0x306 fp=0x3fc87ff8d8 sp=0x3fc87ff880 pc=0x3477e6
runtime.(*mcache).refill(0x2314d8d0108, 0x60?)
/usr/local/go/src/runtime/mcache.go:182 +0x152 fp=0x3fc87ff918 sp=0x3fc87ff8d8 pc=0x346f32
runtime.(*mcache).nextFree(0x2314d8d0108, 0x1c)
/usr/local/go/src/runtime/malloc.go:855 +0x85 fp=0x3fc87ff960 sp=0x3fc87ff918 pc=0x33d6c5
runtime.mallocgc(0xc0, 0xc3b1e0, 0x1)
/usr/local/go/src/runtime/malloc.go:1042 +0x44d fp=0x3fc87ff9c8 sp=0x3fc87ff960 pc=0x33dcad
runtime.newobject(0x0?)
/usr/local/go/src/runtime/malloc.go:1254 +0x27 fp=0x3fc87ff9f0 sp=0x3fc87ff9c8 pc=0x33e247
internal/cpu.doinit()
/usr/local/go/src/internal/cpu/cpu_x86.go:51 +0x25 fp=0x3fc87ffa58 sp=0x3fc87ff9f0 pc=0x331665
internal/cpu.Initialize({0x0, 0x0})
/usr/local/go/src/internal/cpu/cpu.go:126 +0x25 fp=0x3fc87ffa78 sp=0x3fc87ffa58 pc=0x3310a5
runtime.cpuinit(...)
/usr/local/go/src/runtime/proc.go:622
runtime.schedinit()
/usr/local/go/src/runtime/proc.go:715 +0xa5 fp=0x3fc87ffad0 sp=0x3fc87ffa78 pc=0x36b305
runtime.rt0_go()
/usr/local/go/src/runtime/asm_amd64.s:349 +0x13c fp=0x3fc87ffad8 sp=0x3fc87ffad0 pc=0x394f7c
2023-05-02T18:57:49.578Z daemon INFO Daemon exited with exit code: 2.
2023-05-02T18:57:49.844Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:49.845Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:49.846Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:50.137Z daemon INFO time="2023-05-02T20:57:49+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:50.138Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58510
{"IP":"127.0.0.1","Port":"58510"}
2023-05-02T18:57:50.713Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:50.717Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:50.719Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:51.085Z daemon INFO time="2023-05-02T20:57:50+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:51.087Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58513
{"IP":"127.0.0.1","Port":"58513"}
2023-05-02T18:57:51.455Z daemon INFO Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
2023-05-02T18:57:51.458Z daemon ERROR Error: Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku.
at Socket.<anonymous> (C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\arduino-daemon-impl.js:177:42)
at Socket.emit (node:events:394:28)
at addChunk (node:internal/streams/readable:312:12)
at readableAddChunk (node:internal/streams/readable:287:9)
at Socket.Readable.push (node:internal/streams/readable:226:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
2023-05-02T18:57:51.459Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-05-02T18:57:51.745Z daemon INFO time="2023-05-02T20:57:51+02:00" level=warning msg="Unable to get Documents Folder: Nie moā¼āna odnaleā¼āāƧ okreā¼Å¤lonego pliku."
2023-05-02T18:57:51.746Z daemon INFO INFO[0000] Using config file: c:\Users\Dell\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.2
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:58514
{"IP":"127.0.0.1","Port":"58514"}
2023-05-02T18:57:51.781Z daemon INFO Daemon exited with exit code: 3221225773.
Hi @pankracy. On startup, Arduino IDE queries the operating system to get the user "Documents" folder. If that operation fails, this error occurs.
I don't know what can cause the failure because the user "Documents" folder is a very integral part of the Windows folder structure.
There was a previous report of this issue, which the user eventually solved:
They report making two changes:
- Reinstall Arduino IDE
- Remove Microsoft "OneDrive"
My guess is it was the removal of OneDrive that fixed the problem. That fix will not be an option if you are making use of OneDrive, but it at least gives an idea of a focus for your troubleshooting efforts.
Please check to make sure you can use Windows "File Explorer" to open the folder at the following location on your computer:
C:\Users\<username>\OneDrive\<documents folder>
In the above path, there are two placeholders:
<username>
: your Windows username<documents folder>
: the word "Documents" localized to your system language (sounds like you have it set to Polish)
Hi @ptillisch thanks for your response. I have seen that thread with the OneDrive issue, but I logged out of onedrive and deleted it from my laptop a couple of weeks ago. Thatās why it shouldnāt be used at all in the Arduino installation process. Can think of any other reason, that can cause the error message?
Hi @ptillisch. Some time ago, I managed to install an earlier version ( I think 1.8 or so) and it worked out fine - the program works. Taking that into account, can you find a reason why the latest version won't work on my computer?