arduino-create-agent icon indicating copy to clipboard operation
arduino-create-agent copied to clipboard

The Arduino Create Agent

Results 81 arduino-create-agent issues
Sort by recently updated
recently updated
newest added

Hello. I am trying to call the arduino create agent plugin from my localhost to upload a hex file to my arduino. I generated a pair of public and private...

type: enhancement
topic: documentation

http://forum.arduino.cc/index.php?topic=415177.0 http://forum.arduino.cc/index.php?topic=418883.new#new

topic: code
os: windows
type: imperfection

https://github.com/arduino/arduino-create-agent/blob/devel/main.go#L220 Right now we cycle on every port and add too many CORS headers. It will allow an attacker to run a process on localhost and use our own certificate.

type: enhancement
criticality: high

It happens occasionally, here is the reason I found out. This following URL report 503 with "too many connections" error. http://127.0.0.1:8991/socket.io/?EIO=3&transport=polling&t=MSvMWqA Kill and restart the create agent won't solve the...

topic: infrastructure

at some point we could remove the APIs: /certificate (for firefox?) /killbrowser related to arduino/arduino-create-agent#228

## Bug Report ### Describe the bug When a POST request is sent to the agent on macos to the `/update` endpoint the communication is truncated because systray is run...

type: imperfection

For various reasons, we have ipv6 disabled on our Ubuntu 18.04 LTS hosts. I think it's the cause of this fatal panic? ``` INFO[0000] Version:1.1.251 INFO[0000] Hostname: bevand10-HP-EliteBook-840-G3 INFO[0000] Garbage...

type: imperfection

``` killupload time="2018-08-10T17:46:42+02:00" level=info msg="{\"uploadStatus\": \"Killed\"}" time="2018-08-10T17:46:42+02:00" level=info msg="Flashing with command:/home/stefania/.arduino-create/arduino/bossac/1.7.0/bossac -i -d --port=ttyACM0 -U true -i -e -w -v /tmp/arduino-create-agent218692468/sketch_aug10a.bin -R" time="2018-08-10T17:46:44+02:00" level=info msg="Set binary mode" time="2018-08-10T17:46:44+02:00" level=info msg="readWord(addr=0)=0x20007ffc"...

type: imperfection

It seems that killing / restarting the agent doesn't kill it for real, expecially when changing config.ini. I now have multiple instances running: ![image](https://user-images.githubusercontent.com/1763268/43717824-03736dfa-9989-11e8-925c-826b18845892.png) the result is that I have...

type: imperfection

## Bug Report ### Describe the bug The new white icon is almost invisible using default KDE settings ### To Reproduce ![image](https://user-images.githubusercontent.com/8843437/111609137-4975a880-87da-11eb-8cbd-d07eef8bf70d.png) ### Expected behavior ## Environment (please complete the...

type: enhancement
os: linux