I am getting this error in the logs during import of IR Codes from the GC web site:

System.Data.SQLite.SQLiteException (0x80004005): constraint failed columns uuid, module, irbutton are not unique at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt) at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavi or behavior) at System.Data.SQLite.SQLiteCommand.ExecuteScalar() at HSPI_ULTRAGCIR3.hspi_plugin.InsertGCIRData(String GCDeviceIndex, String strIRButton, String strIRData, Boolean bIRTriggerPattern)

Seems to have a series of these for each of the three imports I did. Codes imported and seem to work fine.

Version 3.0.5857.37252 on Windows machine.