Closed netcruiser2k10 closed 11 months ago
Project Cancelled due to no response
Updating to say that the errors are pretty self explanatory
first of all - you have an SSL problem, either the LXC container does not have a matching CA for the influxdb server, or octopus API, or you have a proxy/firewall doing SSL MITM.
neither are issues with the code. A quick google of the error would have told you that.
Issue can remain closed as not project related.
Hi I am currently using this via a standalone application using ubuntu 22.04.3 LTS LXC container I am having trouble getting the program to run, i install everything that is needed and put in the correct metrics that are needed however i keep getting the following error.
(redacted)@LXC-OctoMon:/opt/octomon$ npm run start
Starting Octopus Energy Consumption Metrics Container Current Settings are:
Polling data from octopus API WARN: Write to InfluxDB failed (attempt: 1). Error: write EPROTO 00E86650427F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
errno: -71, code: 'EPROTO', syscall: 'write' } ERROR: Retry buffer closed with 500 items that were not written to InfluxDB! Error: write EPROTO 00E86650427F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
errno: -71, code: 'EPROTO', syscall: 'write' } Error submitting data to InfluxDB Sleeping for: 60 x^Z [1]+ Stopped npm run start
Can you help me figure out what is going wrong ?
Version of Nodejs installed is v21.1.0
Thanks In Advance