WyliodrinSTUDIO
WyliodrinSTUDIO copied to clipboard
Notebook Section
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
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.
Nice catch @lmcapacho , can you submit a PR?
Sure. The PR is now submitted.