question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] When running start harvester on 1.3.4 on my rpi4 I get ssl error

See original GitHub issue

What happened?

When running the command start harvester on my rpi 4 I get this error.

Version

1.3.4

What platform are you using?

Pi4

What ui mode are you using?

CLI

Relevant log output

SSL error in data received
protocol: <asyncio.sslproto.SSLProtocol object at 0x7f98c8b780>
transport: <_SelectorSocketTransport fd=6 read=polling write=<idle, bufsize=0>>
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
    ssldata, appdata = self._sslpipe.feed_ssldata(data)
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata
    self._sslobj.unwrap()
  File "/usr/lib/python3.7/ssl.py", line 767, in unwrap
    return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
BubbleTrouble14commented, Apr 20, 2022

Okay I think it had to with the python version for some reason. I just flashed the raspberry pi’s and using ubuntu server instead of raspbian lite now.

0reactions
emlowecommented, Apr 20, 2022

Not sure this is something chia can resolve directly - see https://github.com/aio-libs/aiohttp/issues/3535

Looks to be a spurious error from the aiohttp report - but it seemed wasn’t consistent. I might consider trying at least python 3.8

Read more comments on GitHub >

github_iconTop Results From Across the Web

SSL certificate problem - Raspberry Pi Forums
Hi all, in my Rpi2 with raspbian Jessie I have a problem linked to the ssl certificate. For example: if I write a...
Read more >
How to Fix the Invalid SSL Certificate and Error -105 (Steam
Simple guide for people with no patience : Start (Windows logo) - type run - open run - type ncpa.cpl and open it...
Read more >
How to Use Your Raspberry Pi as a Chia Harvester - Medium
On your main computer, navigate to the CA folder. This folder is probably located at C:\Users\[Your User Name]\. chia\mainnet\config\ssl\ca. ...
Read more >
chia-blockchain - bytemeta
[Bug] When running start harvester on 1.3.4 on my rpi4 I get ssl error · cannot claim Claim Rewards until now.[Bug].
Read more >
Invalid API request to session when basePath is set - Nextauthjs ...
After setting the basePath and environment variables NEXTAUTH_URL and ... [Bug] When running start harvester on 1.3.4 on my rpi4 I get ssl...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found