タイトル通りです。
discordというチャットアプリのBOTを動かしていたのですが
急にhome/piフォルダにあるファイルすべてが消えてこのエラーがでてました。
データがすべて飛んで大変です。
このエラーはどうゆうことでしょうskあ?
SSL error in data received protocol: <asyncio.sslproto.SSLProtocol object at 0x6eeac850> transport: <_SelectorSocketTransport fd=14 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) <string>:2: RuntimeWarning: coroutine 'Client.logout' was never awaited RuntimeWarning: Enable tracemalloc to get the object allocation traceback <string>:2: RuntimeWarning: coroutine 'Client.logout' was never awaited RuntimeWarning: Enable tracemalloc to get the object allocation traceback SSL error in data received protocol: <asyncio.sslproto.SSLProtocol object at 0x6eea42f0> transport: <_SelectorSocketTransport fd=8 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) SSL error in data received protocol: <asyncio.sslproto.SSLProtocol object at 0x6eec53b0> transport: <_SelectorSocketTransport fd=15 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)
まず、OSのバージョンはいくつですか?
また、raspberry piはmodelいくつのものですか?
あと、ソースコードはありますか?
それだけ見せられても、何を回答すればいいのかわかりません。
rapsberry pi 2以前のものだったら、microSDカードの認識不良でおかしくなることがあります。
あなたの回答
tips
プレビュー