You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log monitoring is reporting these kind of errors on /update request:
{
"data":{
"error":"rename C:\\Users\\[username]\\AppData\\Roaming\\ArduinoCreateAgent-1.1\\.Arduino_Create_Bridge.exe.new C:\\Users\\[username]\\AppData\\Roaming\\ArduinoCreateAgent-1.1\\Arduino_Create_Bridge.exe: The process cannot access the file because it is being used by another process."
},
"status":"Internal Server Error",
"method":"POST",
"browser":"chrome",
"os":"Windows"
}
{
"data":{
"error":"open C:\\Users\\[username]\\AppData\\Roaming\\ArduinoCreateAgent-1.1\\Arduino_Create_Bridge.exe: The system cannot find the file specified."
},
"status":"Internal Server Error",
"method":"POST",
"browser":"chrome",
"os":"Windows"
}
{
"data":{
"error":"rename C:\\Users\\[username]\\AppData\\Roaming\\ArduinoCreateAgent-1.1\\Arduino_Create_Bridge.exe C:\\Users\\[username]\\AppData\\Roaming\\ArduinoCreateAgent-1.1\\.Arduino_Create_Bridge.exe.old: Access is denied."
},
"status":"Internal Server Error",
"method":"POST",
"browser":"chrome",
"os":"Windows"
}
{
"data":{
"error":"open /home/adl/adl/ArduinoCreateAgent-1.1/.Arduino_Create_Bridge.old: no such file or directory"
},
"status":"Internal Server Error",
"method":"POST",
"browser":"firefox",
"os":"Linux"
}
The text was updated successfully, but these errors were encountered:
Log monitoring is reporting these kind of errors on
/update
request:The text was updated successfully, but these errors were encountered: