Hello everyone, I have installed the Arduino Create agent multiple times now, and every time, the cloud agent icon appears in the system tray for a day or two, then it disappears but still works for about a week, then it goes out completely. Is there anything on this that anyone knows about? It gets annoying to have to reinstall it every few weeks...
Did you check to see if it is still present in the "hidden icons" area of the Windows notification area? In addition to the icons shown directly on the taskbar, there is another area where icons may be located. It is accessed by clicking the ˄ icon on the taskbar:
Sure did, it normally goes to the hidden icons part of the taskbar when the icon appears.
But it is not there and it is still working, but like I said earlier in this topic,
So, it is still working right now without the icon, but eventually it will go out completely.
I'm going to ask you to run Arduino Cloud Agent from the command line, then post the output in a reply here.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
If Arduino Cloud Agent is running, terminate it by clicking the Arduino icon in the Windows "notification area" and then selecting "Quit Agent" from the menu.
Right click the Windows "Start" button.
A context menu will open.
Select "Search" from the menu.
The Windows "Start" menu will open with a search field selected.
Type windows powershell ise in the search field.
Select "Windows PowerShell ISE" from the search results.
A "Windows PowerShell ISE" window will open.
Repeat the operation in Arduino Cloud, just as you did before when you encountered the problem.
Switch back to the "Windows PowerShell ISE" window.
Select Edit > Select All from the Windows PowerShell ISE menus.
All the text in the terminal panel of the window will be selected.
Select Edit > Copy from the Windows PowerShell ISE menus.
This will copy the selected text 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.
I can't. There is no icon.
When I typed the command, I got this error:
& : The term 'C:\Users\dcsie\AppData\Roaming\ArduinoCloudAgent\Arduino_Cloud_Agent.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:3
+ & "$Env:APPDATA\ArduinoCloudAgent\Arduino_Cloud_Agent.exe" 2>&1 | Out ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Users\dcsie\...Cloud_Agent.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
& : The term 'C:\Users\dcsie\AppData\Roaming\ArduinoCreateAgent\Arduino_Create_Agent.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:103
+ ... -not $?) {& "$Env:APPDATA\ArduinoCreateAgent\Arduino_Create_Agent.exe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Users\dcsie\...reate_Agent.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException