-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with DrPlotter Harvester data? #164
Comments
Can you run chia-exporter in DEBUG log mode and provide some additional logging output? Would be useful to see the full json payload that comes over that its having a hard time processing. Depending on the structure of the data, it may not be compatible with the chia-blockchain harvester format, but hard to say without more info. Can DM me in keybase at |
Sure, can do. If it matters the harvesters are running drchia in a docker container. I'm struggling there with chia-exporter as well. Running the exporter service as root with the home and working directories mapped I still get the following: May 21 18:44:18 chia-exporter[329835]: time="2024-05-21T18:44:18Z" level=error msg="error ensuring connection: dial tcp [::1]:55400: connect: connection refused" |
The issue with getting harvester data via the farmer should be resolved in https://github.com/Chia-Network/chia-exporter/releases/tag/0.14.1 Running chia-exporter on the dr plotter harvester (without chia/chia daemon) is not supported, so I'd just rely on getting that data from farmer, and not installing chia-exporter with those harvesters |
Chia-exporter seems to be struggling with the data coming from DrPlotter harvesters. DrPlotter v1.03.
May 21 18:09:33 DrChiaNode chia-exporter[6075]: time="2024-05-21T18:09:33Z" level=error msg="farmer: Error getting harvesters: strconv.Atoi: parsing "null": invalid syntax\n"
It seems to start and stop somewhat sporadically when multiple harvesters are present.
The text was updated successfully, but these errors were encountered: