-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Terminal broken on master of notebook and terminado #912
Comments
I am not sure what the fix is, but I see roughly where the problem is:
The part that I am still confused about is that Questions:
|
Also, I think we should release a new version of terminado along with 4.1 of the notebook. There were other things fixed in terminado recently that all users should be using. |
I'm curious, I'm not seeing this problem on my side... Wondering why, is it a difference in terminado versions? I'm running master of the notebook, terminado 0.5, tornado 4.3. |
I think it was these changes to terminado in October that are related to it: I am running from master as there are some other recent changes that fix Can you install terminado from master and see if you can reproduce? On Wed, Dec 30, 2015 at 6:22 PM, Fernando Perez [email protected]
Brian E. Granger |
Yup, just installed terminado master, and I now see the same exact traceback you're reporting. So at least I can confirm the problem... |
The symptom is then that the terminal never initializes, so it's pretty much hosed. |
BTW @takluyver, would be good to bump the |
@minrk thanks for the fix. Other questions:
On Thu, Dec 31, 2015 at 1:45 AM, Min RK [email protected] wrote:
Brian E. Granger |
Terminado technically hasn't dropped support for tornado 3, which is one source of the issue. I opened jupyter/terminado#25 to fix the issue, and jupyter/terminado#26 if we want to drop support for tornado < 4 over there. We don't need to push a release of terminado with 4.1, but we can do one soon after. There are no issues with released terminado, and it won't be an issue to ensure there aren't with the next release, either. |
OK, thanks, I will look at those PRs as well. But there is a bug that this commit fixed: since the last release - without that fix, it doesn't work on my latest On Thu, Dec 31, 2015 at 8:40 AM, Min RK [email protected] wrote:
Brian E. Granger |
If there's an important bug that's fixed we can make a release of terminado. But I don't see a need for coordinated release, because that's not a bug that only affects notebook master and not 4.0, right? |
Yep Sent from my iPhone
|
Another issue that'll probably benefit from a terminado bump (or not?) is #104 (which I'm still able to repro on Firefox on Linux with 4.1rc) |
Oh, yes - this is a huge improvement - just been using it in the last day. On Thu, Dec 31, 2015 at 2:19 PM, Yuvi Panda [email protected]
Brian E. Granger |
@yuvipanda that probably won't be affected, unfortunately - that's an issue related to term.js, the JS terminal emulator frontend which the notebook bundles. Terminado is the backend infrastructure term.js talks to, and I don't think that needs any changes to support copy & paste. |
Released a new version of terminado which fixes this by depending on Tornado >= 4, and fixes @ellisonbg's issue with 'bad fd' errors. |
Thanks! |
When just did a clean install from master of notebook and terminado and the terminal is broken. I see the following traceback in the log file:
The text was updated successfully, but these errors were encountered: