You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EVSE is connecting and we recieve boot notification, variable attributes, but websocket on 8081 is crashing. See attached ocpp logs files.
Here is the specific error:
_/usr/local/apps/citrineos/00_Base/dist/interfaces/repository.js:89
throw new Error(More than one value found for query: ${JSON.stringify(query)});
^
Error: More than one value found for query: {"where":{"stationId":"103000012","type":"Actual"},"include":[{"where":{"name":"DataLink","instance":null},"as":"component"},{"where":{"name":"IMSI","instance":null},"as":"variable"}]}
at SequelizeDeviceModelRepository. (/usr/local/apps/citrineos/00_Base/dist/interfaces/repository.js:89:23)
at Generator.next ()
at fulfilled (/usr/local/apps/citrineos/00_Base/dist/interfaces/repository.js:9:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v18.20.4
npm error Lifecycle script start-docker-cloud failed with error:
npm error Error: command failed
npm error in workspace: @citrineos/server@1.4.3
npm error at location: /usr/local/apps/citrineos/Server_
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
EVSE is connecting and we recieve boot notification, variable attributes, but websocket on 8081 is crashing. See attached ocpp logs files.
Here is the specific error:
_/usr/local/apps/citrineos/00_Base/dist/interfaces/repository.js:89
throw new Error(
More than one value found for query: ${JSON.stringify(query)}
);^
Error: More than one value found for query: {"where":{"stationId":"103000012","type":"Actual"},"include":[{"where":{"name":"DataLink","instance":null},"as":"component"},{"where":{"name":"IMSI","instance":null},"as":"variable"}]}
at SequelizeDeviceModelRepository. (/usr/local/apps/citrineos/00_Base/dist/interfaces/repository.js:89:23)
at Generator.next ()
at fulfilled (/usr/local/apps/citrineos/00_Base/dist/interfaces/repository.js:9:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v18.20.4
npm error Lifecycle script
start-docker-cloud
failed with error:npm error Error: command failed
npm error in workspace: @citrineos/server@1.4.3
npm error at location: /usr/local/apps/citrineos/Server_
Attachment:
ocpp_logs.txt
Beta Was this translation helpful? Give feedback.
All reactions