iris-edu / yasmine-stationxml-editor

GNU General Public License v3.0
11 stars 3 forks source link

Sometimes a response plot is not shown when going through Response builder #14

Open rcasey-earthscope opened 2 years ago

rcasey-earthscope commented 2 years ago

We observe a response plot sometimes not appearing when running through the NRL workflow.

Hypothesis is that there is a race condition where the UI looks for the generated plot too soon and is unable to wait for it to be completed. Observable communication between backend and frontend.

gillian-earthscope commented 2 years ago

Related to Issue #10 (unsupported operand type(s) for /:'float' and 'NoneType')?

rcasey-earthscope commented 2 years ago

It might be. Certainly, I do not encounter that operand error, nor a problem visualizing the response once the channel has been completed and added to the inventory.

gillian-earthscope commented 2 years ago

When I start Yasmine using 'docker-compose up' instead of 'docker compose up', I run into this issue instead of issue #10.

autumnjohnson commented 2 years ago

Hi @gillian-iris

Do you run into issue #10 otherwise? If not, maybe we should close #10?

rcasey-earthscope commented 2 years ago

Yes, let's close 10, indicating that the issue is redundant to #14 (this one).

rcasey-earthscope commented 6 months ago

Have observed this behavior in the nrlv2 branch (v4.1.1).