bessarabov / mac2mqtt

View and control some aspects of macOS computer via MQTT
MIT License
68 stars 23 forks source link

macOS Ventura: strconv.Atoi: parsing "missing value": invalid syntax #14

Closed conorlap closed 1 year ago

conorlap commented 1 year ago

I've just updated to macOS Ventura today, I'm now getting the following error when trying to execute the mac2mqtt file:

conor@Conors-MacBook-Pro mac2mqtt % ./mac2mqtt
2022/10/25 13:26:29 Started
2022/10/25 13:26:29 Connected to MQTT
2022/10/25 13:26:29 Sending 'true' to topic: mac2mqtt/Conors-MacBook-Pro/status/alive
2022/10/25 13:26:31 strconv.Atoi: parsing "missing value": invalid syntax
conorlap commented 1 year ago

Nevermind, I rebooted my Mac and it seems fine now!