-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
BrokenPipeError during unlock #968
Comments
I'm having the same issue on Fedora 41 (KDE spin) |
Has anyone been able to solve this problem? |
Having the same issue on Arch Linux with howdy-beta-git installed from AUR. |
+1 |
1 similar comment
+1 |
I'm getting this too n arch and howdy-beta-git |
I wish somebody can fix this issue |
+1 |
1 similar comment
+1 |
I think it is due to the howdy_gtk synchronization issue. I tried to modify the code at line 90 in compare.py to the following:
It seems that the Error message disappears. |
BTW, I am using wayland KDE on archlinux. i think howdy_gtk cannot be initialized correctly. If I turn on option gtk_stdout to "true" in howdy config. Here is the runtime error message: Traceback (most recent call last): That is why in the compare.py: gtk_proc.stdin.write(bytearray(message.encode("utf-8"))) fails and generates the annoying error message. |
Hi russ1217. The text you added above does seem to get rid of the error but afterwards i get other errors, reference tabs, spaces and indents. Can you please advise an idiots guide to adding the extra line Is it the text editor I’m using? We are nearly there. |
Double check the indents, this is the screenshot so you can check it out. |
That is helpful, which text editor are you using because my Micro spacing is all different. does that matter? |
Bingo, I did it, I used Sublime Text editor and it made it much clearer where the indents should be. We did it ....... yay. |
i ues visual source code. sorry that copy paste may have caused the format problem.
获取Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: RyLoS ***@***.***>
Sent: Thursday, February 13, 2025 4:24:32 AM
To: boltgolt/howdy ***@***.***>
Cc: russ1217 ***@***.***>; Comment ***@***.***>
Subject: Re: [boltgolt/howdy] BrokenPipeError during unlock (Issue #968)
Hi russ1217. The text you added above does seem to get rid of the error but afterwards i get other errors, reference tabs, spaces and indents. Can you please advise an idiots guide to adding the extra line 'if gtk_proc.poll() is None: # Make sure the gtk_proc is still running before write into the pipe'
Is it the text editor I’m using? Or can you link me to a modified Compare.py file please
We are nearly there.
Double check the indents, this is the screenshot so you can check it out.
image.png (view on web)<https://github.com/user-attachments/assets/7e36172a-b03a-4375-8c66-05ed07f3a79a>
―
Reply to this email directly, view it on GitHub<#968 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIN7DEKGUDL5DCN7E7LL4232POUYBAVCNFSM6AAAAABQ5DCVQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJUG43DIOBSGY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
After updating Fedora to 41 whenever I use howdy in the terminal this error gets printed.
Howdy still works everywhere and I didn't find any issues. Similar issue was created not long ago (#916 ) but that was only when using hotkey RubberStamp. I never set anything like that up.
I've searched for similar issues already, and my issue has not been reported yet.
Linux distribution (if applicable): Fedora 41
Howdy version (
sudo howdy version
): Howdy 3.0.0 BETAThe text was updated successfully, but these errors were encountered: