WyliodrinSTUDIO icon indicating copy to clipboard operation
WyliodrinSTUDIO copied to clipboard

Notebook Section

Open mariavidrasc19 opened this issue 4 years ago • 3 comments

Description

It doesn't work to run or stop a python program from the notebook section. I uploaded a screenshot with the error.

Wyliodrin STUDIO: Version 2.1.4-beta

Screenshot from 2020-07-03 15-12-31

mariavidrasc19 avatar Jul 03 '20 12:07 mariavidrasc19

The problem is when getting the response from the studio-supervisor to evaluate the script. It's using tag t: 'r' without sending tag "d" with buf. https://github.com/wyliodrinstudio/studio-supervisor/blob/c8ad21c990cdd26400b5e29bce14affdea38b2e1/source/libraries/notebook/index.js#L497

Changing the tag t:'r' for t:'d' in studio-supervisor, works fine.

lmcapacho avatar Aug 31 '20 04:08 lmcapacho

Nice catch @lmcapacho , can you submit a PR?

alexandruradovici avatar Aug 31 '20 07:08 alexandruradovici

Sure. The PR is now submitted.

lmcapacho avatar Aug 31 '20 16:08 lmcapacho