Skip to content
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

[Bug] BrokenPipeError when stopping data_layer from CLI #13543

Open
TheLastCicada opened this issue Sep 26, 2022 · 0 comments · May be fixed by #14346
Open

[Bug] BrokenPipeError when stopping data_layer from CLI #13543

TheLastCicada opened this issue Sep 26, 2022 · 0 comments · May be fixed by #14346
Assignees
Labels
1.6.0 bug Something isn't working CLI DataLayer Linux Linux impact

Comments

@TheLastCicada
Copy link
Contributor

TheLastCicada commented Sep 26, 2022

What happened?

When doing chia stop data at the command line, the following error is shown:

chia_data_layer: Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe

Seems like it does actually stop the service successfully and I haven't found any problems with the service after restarting.

Version

1.6.0

What platform are you using?

Linux

What ui mode are you using?

CLI

Relevant log output

2022-09-26T15:24:26.692 data_layer data_layer             : INFO     Waiting for service _await_closed callback
2022-09-26T15:24:26.694 data_layer data_layer             : INFO     Service data_layer at port 8561 fully closed
2022-09-26T15:24:26.917 data_layer asyncio                : ERROR    Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0xffff7c105240>

Running on Ubuntu on ARM, installed Chia from source. Connected to Testnet10.

@TheLastCicada TheLastCicada added the bug Something isn't working label Sep 26, 2022
@MumfMeisterT MumfMeisterT added Linux Linux impact CLI 1.6.0 sql Issues with SQL/SQLite labels Sep 29, 2022
@emlowe emlowe added DataLayer and removed sql Issues with SQL/SQLite labels Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.6.0 bug Something isn't working CLI DataLayer Linux Linux impact
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants