-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
RuntimeErrors on script execute #105
Comments
Hi Andres, thanks for the report. According to the logs, script execution works properly and input is accepted, but script output cannot be sent to the browser (server bug). I'll try to look later. |
Hi. Bugy is running in Debian 9 and browser in Windows 7. Thanks. |
Hi @andres-v2, if you are using released version, could you try to replace src/server.py file with the attached one (unarchive it first)? Apparently, you are using tornado 5 (which was released not far ago for debian) and script-server doesn't work with it (I tried to do a quick fix in the attached file) PS the project name is script-server (bugy is my nickname on github) |
@bugy - yes, using tornado 5.0.1. Good to know this is the cause of issue. |
Hi @andres-v2, I did the fix only for released version (from https://github.com/bugy/script-server/releases/tag/1.10-rc2) |
Hi @bugy , looks like that fixed it. I was using the latest version from git previously. |
Fixed in codebase as well |
Trying to launch a simple "git push" script with bugy and the execution stalls with no output shown. If I insert any random text via the "your input" box the script launces normally and shows expected output, but does not finish script until page is reloaded.
Attached error messages from log.
bugsy_error_log.txt
Using python 3.5.3, tried with both latest Chrome and Firefox.
The text was updated successfully, but these errors were encountered: