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] Error when clicking on a composite traintuple with status failed #64

Closed
Esadruhn opened this issue Jul 29, 2020 · 1 comment
Closed

Comments

@Esadruhn
Copy link

Setup

Local deployement of Substra using skaffold
Latest commit on master (tag: 0.0.17)

Description of the bug

On the models page: http://substra-frontend.node-1.com/model
I have a composite traintuple with the status 'failed'. When trying to click on it, the page becomes entirely blank.

Opening the dev tools gives me this error:

react-12ba27.js:2 TypeError: Cannot read property 'hash' of null

This happens with two different failed composite traintuples, no problem with failed traintuples and aggregatetuples, nor with 'done' tuple.

The error seems to come from this:
image

In case of failure, outHeadModel.outModel and outTrunkModel.outModel are null instead of something like this: outModel: {hash: "77ac6ae57ef74bc465a676e584c71a4d6f0ae083a5bb29e4a532a38e77355732"}

@jmorel
Copy link
Contributor

jmorel commented Jul 31, 2020

This has been fixed in #61 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants