frigate
frigate copied to clipboard
"Object of type Date is not Json Serializable"
I have encountered this error when one of chart had a date field.
Reading about it shows that we need to pass in an ISO string using a custom decoder.
I don't face it anymore with that fix so I can send a pull request for it.