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

Forward errors from P2P creation #322

Closed
justheuristic opened this issue Jul 15, 2021 · 1 comment
Closed

Forward errors from P2P creation #322

justheuristic opened this issue Jul 15, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@justheuristic
Copy link
Member

Currently, staring P2P with bad parameters results in the following error message:
image

While the actual error message is hidden:

image

Can we forward the actual error as a pythonic exception?

@justheuristic justheuristic added enhancement New feature or request help wanted Extra attention is needed labels Jul 15, 2021
@borzunov
Copy link
Member

borzunov commented Aug 3, 2021

Resolved in #343. Works both in a Jupyter notebook and examples/albert (the message is visible in the last output line):

Screen Shot 2021-08-03 at 8 54 47 PM

Screen Shot 2021-08-03 at 8 49 39 PM

`.

@borzunov borzunov closed this as completed Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants