Coder Social home page Coder Social logo

Comments (7)

per1234 avatar per1234 commented on June 20, 2024

I have the crashreport key set to true in my configuration file. This log file was produced when the fault occurred on my system:

Failed to write to log, write /dev/stdout: The handle is invalid.
time="2023-11-24T12:22:24-08:00" level=info msg=" id=HKr35cHt req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:22:24-08:00" level=info msg=" id=HKr35cHt status=200 bytes=0 time=395.4µs"
time="2023-11-24T12:22:24-08:00" level=info msg=" id=HVRAndQo req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:22:24-08:00" level=info msg=" id=HVRAndQo status=200 bytes=0 time=234.4µs"
time="2023-11-24T12:22:25-08:00" level=info msg=" id=u9lceJls req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:22:25-08:00" level=info msg=" id=u9lceJls status=200 bytes=0 time=12.0321ms"
time="2023-11-24T12:22:45-08:00" level=info msg=" id=PW64NhV5 req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:22:45-08:00" level=info msg=" id=PW64NhV5 status=200 bytes=0 time=92.9µs"
time="2023-11-24T12:24:19-08:00" level=info msg=" id=9fpTgyJo req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:24:19-08:00" level=info msg=" id=9fpTgyJo status=200 bytes=0 time=0s"
time="2023-11-24T12:25:19-08:00" level=info msg=" id=1swbBLJc req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:25:19-08:00" level=info msg=" id=1swbBLJc status=200 bytes=0 time=0s"
time="2023-11-24T12:26:19-08:00" level=info msg=" id=KMC7DKe3 req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:26:19-08:00" level=info msg=" id=KMC7DKe3 status=200 bytes=0 time=0s"
time="2023-11-24T12:26:36-08:00" level=info msg=" id=O8kDrohB req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:26:36-08:00" level=info msg=" id=O8kDrohB status=200 bytes=0 time=188.2µs"
time="2023-11-24T12:28:14-08:00" level=info msg=" id=zyPuTHG5 req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:28:14-08:00" level=info msg=" id=zyPuTHG5 status=200 bytes=0 time=0s"
time="2023-11-24T12:29:14-08:00" level=info msg=" id=ROa3EH8O req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:29:14-08:00" level=info msg=" id=ROa3EH8O status=200 bytes=0 time=139.9µs"
time="2023-11-24T12:30:14-08:00" level=info msg=" id=-lTcIJvt req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:30:14-08:00" level=info msg=" id=-lTcIJvt status=200 bytes=0 time=369.2µs"
time="2023-11-24T12:30:37-08:00" level=info msg=" id=b6D20iYv req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:30:37-08:00" level=info msg=" id=b6D20iYv status=200 bytes=0 time=500.4µs"
time="2023-11-24T12:31:15-08:00" level=info msg=" id=SYlrUXMG req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:31:15-08:00" level=info msg=" id=SYlrUXMG status=200 bytes=0 time=0s"
time="2023-11-24T12:32:15-08:00" level=info msg=" id=82udJ-2_ req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:32:15-08:00" level=info msg=" id=82udJ-2_ status=200 bytes=0 time=0s"
time="2023-11-24T12:33:15-08:00" level=info msg=" id=1cciug88 req=HEAD /v2/pkgs/tools/installed from=127.0.0.1"
time="2023-11-24T12:33:15-08:00" level=info msg=" id=1cciug88 status=200 bytes=0 time=63.6µs"

The first line Failed to write to log, write /dev/stdout: The handle is invalid. is always produced when you start Arduino Create Agent on a Windows system due to it not having access to output streams because it is built as a "GUI binary". So I don't think that line is relevant. But the 15 entries related to /v2/pkgs/tools/installed seem correlated with the 14 (yes, it is one less than the number of log entries) instances of the "Installing drivers" dialog that appeared unexpectedly on my computer.

from arduino-create-agent.

ldw300 avatar ldw300 commented on June 20, 2024

I am having the same issue, the first time it happened it spammed like crazy. However, every time it does it now, it only opens 2 or 3 windows. I have tried uninstalling all Arduino IDE's and the create agent and reinstalling them. Same issue. Als o restarted computer and verified the COM5 port my Uno r4 is connected to is open and not stuck.

opera_JWIYMlt1k8

Also clicking "yes" or "no" has no effect.

EDIT: I also cannot use the serial monitor in the editor page but that could be a completely different issue. The monitor says "Serial port busy". But I have verified cables, conflicting software, other common issues are not an issue in my case.

from arduino-create-agent.

 avatar commented on June 20, 2024

This issue is driving me crazy!! Why can't a fix to this driver pop-up matter be provided??

from arduino-create-agent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.