Im new, so sorry if this is the wrong category in the forum or any other problems I give you. Every time I try to open Arduino it just shows up in the menu bar then disappears (im on mac btw) no idea what to do, but I did get the error message from terminal. Here it is:
INFO[0000] using config from default: /Users/georgie/Library/Application Support/ArduinoCreateAgent/config.ini
INFO[0000] additional config file not found in config.ini
INFO[0000] Version:1.4.0
INFO[0000] Hostname: jorges-mbp-3.lan
INFO[0000] Garbage collection is on using Standard mode, meaning we just let Golang determine when to garbage collect.
INFO[0000] You specified a serial port regular expression filter: usb|acm|com
INFO[0000] the autostart file /Users/georgie/Library/LaunchAgents/ArduinoCreateAgent.plist already exists: nothing to do
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
panic: bad origin: origins must contain '*' or include http://,https://
goroutine 7 [running]:
github.com/gin-contrib/cors.newCors({0x0, {0xc000131500, 0x33, 0x38}, 0x0, 0x0, {0xc00051a480, 0x4, 0x4}, 0x1, ...})
/Users/runner/go/pkg/mod/github.com/gin-contrib/cors@v1.7.1/config.go:44 +0x2ab
github.com/gin-contrib/cors.New({0x0, {0xc000131500, 0x33, 0x38}, 0x0, 0x0, {0xc00051a480, 0x4, 0x4}, 0x1, ...})
/Users/runner/go/pkg/mod/github.com/gin-contrib/cors@v1.7.1/cors.go:194 +0x39
main.loop()
/Users/runner/work/arduino-create-agent/arduino-create-agent/main.go:381 +0x1759
created by main.main in goroutine 1
/Users/runner/work/arduino-create-agent/arduino-create-agent/main.go:144 +0x9b
georgie@jorges-mbp-3 ~ %