-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Harvester SSL error after 1.3.4 update #11422
Comments
Reason for that should be the old python version. You should update to 3.8 or 3.9, if you can. 3.7 is EOL |
Thanks, I updated python to 3.9 and updated the symlink. No change. I confirmed At this point, things got worse... For grins, I ran This was a rpi4 harvester with just under 1k plots out of commission. Not worth the time to monkey around with it anymore, I just moved my drives to the primary farmer. |
You could investigate some time into how to use docker (if you not already know) and docker-compose. This makes app deployment with different versions much simpler. But hey, with your appoach you have saved some energy :-D |
just recopy the CA folder from farmer to each harvester |
Yes, I did import the CA files both before and after I tried to update Python. I also deleted the entire chia-blockchain folder, installed it from source, and followed the instructions for farming on many machines. I think it's a rpi issue that I don't need to dig into. Thanks |
I can confirm I am facing the exact same issue after updating my farmer and rpi4 harvester to 1.3.4. The farmer is seeing the harvester and sending signage_points to it which the harvester is using to check for proofs. I see this in the harvester debug.log 2022-05-08T02:20:17.945 harvester chia.plot_sync.sender : DEBUG _send_next_message send plot_sync_invalid: PlotSyncPathList: identifier {'message_id': 3, 'sync_id': 1651956617, 'timestamp': 1651956617}, count 0, final True The harvester is checking for proofs and the farmer shows all the harvester plots in farm summary. I tried chia init -c [farmer ca] again for the harvester but op's error doesn't go away. Should i be worried? |
I updated both farmer and harvester to 1.3.4
When starting the harvester (chia start harvester -r) I receive the following:
I can see the harvester from the farmer:
And in the log, I can see I'm finding proofs and sending them to my pool.
The text was updated successfully, but these errors were encountered: