-
Notifications
You must be signed in to change notification settings - Fork 721
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] - ErrorPolicyUnhandledApplicationException when running cli commands on windows #1734
Comments
This has been reported to the team |
hi @dorin100 @kevinhammond is this still relevant, does it happen consistently or random? |
I think the complaint here is not that the command fails, but that the node logs reports the successful disconnection of the client as an unhandled mux error.
The mux error types should not be classified as an unhandled exception. |
I believe this will be solved by the |
These error messages are still displayed in all logs on my different servers (Windows 10; current version) in the Daedalus Mainnet Software v3.3.2 #16919. It is interesting that this message always appears after the information "Switched to a fork, new tip:". I leave everything else to you programmer of the source code, maybe this info will be helpful for you. This error message ALWAYS appears and only at this point after the information "switched to a fork...". Greetings. [...] Chain extended, new tip: 5761....e251 at slot 23307720 [...] |
i noticed the same on ubuntu focal running version 1.29.0
|
Thanks for reporting. As I mentioned, this will be fixed with |
hey @coot thank you for the help, |
You can follow progress on the p2p here. |
Closing this. If this is still relevant please re-open. |
Internal/Exernal
Internal if an IOHK staff member.
Summary
ErrorPolicyUnhandledApplicationException when running cli commands on windows
Steps to reproduce
Steps to reproduce the behavior:
cardano-node.exe run --topology ./testnet-topology.json --database-path ./state --port 3001 --config ./testnet-config.json --socket-path \\.\pipe\cardano-node
Expected behavior
No errors should be seen.
System info (please complete the following information):
Screenshots and attachments
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: