anthonydiiorio / CloudlogTCI

TCI bridge for Cloudlog
MIT License
7 stars 3 forks source link

Not working with latest Cloudlog #1

Closed ok1cdj closed 2 years ago

ok1cdj commented 2 years ago

Hi. tested with latest version from git and i got this error message to the console:

A Database Error Occurred

Error Number: 1048

Column 'timestamp' cannot be null

INSERT INTO `cat` (`radio`, `frequency`, `mode`, `timestamp`) VALUES ('SunSDR2DX RX2', '14100000', 'CW', NULL)

Filename: models/Cat.php

Line Number: 74

It is about missing time stamp, can you fix it please ?

Regards, Ondra OK1CDJ

anthonydiiorio commented 2 years ago

Thanks for letting me know, just published the update!

https://github.com/anthonydiiorio/CloudlogTCI/releases/tag/2021.11.0

ok1cdj commented 2 years ago

Thank you very much.