Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli.py: print exception if there is a problem
As reported in issue lbryio#2769, the `lbrynet` daemon doesn't respond correctly when it is compiled against Python 3.8+, only with Python 3.7. In this case it will raise the exception `aiohttp.ClientConnectionError` We want to print this exception for the future to know what went wrong.
- Loading branch information