kingToolbox / WindTerm

A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.
https://kingtoolbox.github.io
22.66k stars 1.76k forks source link

/bin/zsh: UnixPty: Unable to write output -> Resource temporarily unavailable #981

Open xiaojifan opened 2 years ago

xiaojifan commented 2 years ago

复制连接k8s凭证key到本地config文件里面直接报错/bin/zsh: UnixPty: Unable to write output -> Resource temporarily unavailable 其他终端暂时没有这个问题

panicake commented 2 years ago

I meet the same issue too, maybe the text copied is too long

MacOS: 12.4 (21F79) WindTerm: 2.5.0 shell: zsh operation:copy a large text to terminal copying example: `My transition to stop writing anything related to mathematics began with the release of my final math book, Chasing Rabbits: A Curious Guide to a Lifetime of Mathematical Wellness. Sure, I wrote a blog or two, and continue to Tweet ideas about this subject, whose domain of public interest has, somewhat ironically, not always been a blessing.

And for Jo Boaler, who has seen much blessing, is now tragically ensnared in its ugly curse. Wellness? For her–ironically writing the beautiful foreword for my last book–that word is something she is now desperately seeking.

What has happened to Jo Boaler these past years can only be labeled a tragedy–suffering of a person brought on by a series of sorrowful events. If at this point, you are unaware of how Jo Boaler, one of the most respected and influential math educators of the past two decades, has suffered to the point where her story can only be framed as a tragedy, then my final math blog–regrettably–aims to illuminate a very dark period in her life

A dark period that very few people know. This account of it is mine. I only asked Jo Boaler for permission to include some of the darker details.

I have known Jo Boaler personally for 5 years now. I, like thousands others, have attended her workshops/keynotes, uniquely balancing deep research, beauty of mathematics, and a historic passion for bringing that to all students. So, when I messaged her in 2019 if she was willing to write the foreword for Chasing Rabbits, she responded in just over 30 minutes.

That quickness wasn’t surprising to me. It was proportional to our friendship. And, to continue to honour that friendship I am morally obligated to write an unvarnished and unflinching story–from my perspective–of the hurt that has befallen her.

I have 5 years of Twitter DM’s with Jo Boaler. As you can see from the message below, she has always hoped the truth about mathematics could prevail over legal action. Unfortunately, even the best of us have to resort to that to not just preserve our reputation, but our health. Both are in dire straits now.`

wellsgz commented 2 years ago

Same here. It seems that the zsh shell session only allows pasting up to 1023 characters, and the rest will be trimmed.

However, the same content works well in ssh zsh session. In my case, the pasted content contains 2853 characters.

jayuanyuan commented 1 year ago

I'm having the same problem, when I paste multiple lines of code in Vim insert, it gives me this error. I thought it was a zsh problem at first because I was a Mac user and connected locally, but after switching to bash, the problem persisted. I switched to iterm2h and then used vim to do the same thing without the error. I think it's a problem with windterm on the transfer

Fheping commented 1 year ago

me too... how to fix it?

freeNestor commented 6 months ago

windterm 2.6.0 同样问题,zsh下vi打开文件,剪贴板复制内容,只能复制一部分,然后报错:/bin/zsh: UnixPty: Unable to write output -> Resource temporarily unavailable

magiceses commented 5 months ago

same problem. Anybody knows how to fix it?