createcandle / Candle-manager-addon

An add-on for the Candle Controller / WebThings Gateway. It allows you to upload code to Arduino's with the click of a button.
MIT License
5 stars 5 forks source link

Showing ERROR for http requests returning 200 (OK) #5

Closed pietervandereems closed 4 years ago

pietervandereems commented 4 years ago

The terminal output is full of "errors" like this: 2019-11-24 11:24:35.932 ERROR : Candle-manager-addon: - - [24/Nov/2019 11:24:35] "POST /serial_output HTTP/1.1" 200 - 2019-11-24 11:24:35.989 ERROR : Candle-manager-addon: - - [24/Nov/2019 11:24:35] "GET /scanUSB HTTP/1.1" 200 -

As far as I know, http 200 is OK and not an error.

createcandle commented 4 years ago

Indeed. I'm not sure why it labels it as errors. They are not, everything works fine.