calxibe / StorjMonitor

Node.js script for publishing data from local Storj nodes to Storjstat.com
15 stars 14 forks source link

Getting an ERROR response logged #3

Closed MrTechGadget closed 6 years ago

MrTechGadget commented 6 years ago

Receiving the following error response from storjstat [21:54:53] ERROR {"error":"RequestError","msg":{"info":{"number":207,"state":1,"class":16,"message":"Invalid column name 'bytesStored'.","serverName":"WIN-3J9QUSQTGJ4","procName":"usp_Nodes_History_Insert_ClientJson","lineNumber":39,"name":"ERROR","event":"errorMessage"}}}

The data that is being posted is: { "uptimeMs": 162095000, "farmerState": { "bridges": { "REDACTED": { "url": "https://api.storj.io", "extendedKey": "REDACTED", "connected": true } }, "bridgesConnectionStatus": 3, "percentUsed": "5", "spaceUsed": "48.49GB", "totalPeers": 21, "lastActivity": 1517694869607, "contractCount": 32, "dataReceivedCount": 8, "portStatus": { "listenPort": 4000, "connectionStatus": -1, "connectionType": "(TCP)" }, "ntpStatus": { "delta": "291ms", "status": 0 }, "spaceUsedBytes": 52062780612 }, "numRestarts": 0 }

I am on the latest client, 8.6.0. The spaceUsed data is showing up correctly in the node info on storjstat, so I know it is being received ok.

REDACTED | 8995 ms | 0.000000000000 | 48.49 GB | 1 days, 21:16 | REDACTED | 2/3/2018, 3:06:54 PM | 1/22/2018, 12:30:36 PM

MrTechGadget commented 6 years ago

Last 2 hours have only logged successes, looking good!