You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be an issue is stdout is not a tty (behaviour seems different in this case) like tee, tail, etc...
Buffering should be decreased or disabled.
This page gives a couple of useful information on this topic: http://stackoverflow.com/questions/107705/python-output-buffering
Moreover, if stdout is closed when Shine tries to print something it triggers a broken pipe error.
Reported by: degremont
The text was updated successfully, but these errors were encountered:
Python bufferizes stdout a lot by default.
This could be an issue is stdout is not a tty (behaviour seems different in this case) like tee, tail, etc...
Buffering should be decreased or disabled.
This page gives a couple of useful information on this topic:
http://stackoverflow.com/questions/107705/python-output-buffering
Moreover, if stdout is closed when Shine tries to print something it triggers a broken pipe error.
Reported by: degremont
The text was updated successfully, but these errors were encountered: