-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
stdio buffer exception #299
Comments
I take it back, it's not just Oban related files. |
Can you give me the exact contents of the file that causes this? You can email it to me if it's sensitive, but it's already error you pasted. |
It's not particularly sensitive. Blowing away |
Also what is your elixir and otp versions and what is your OS |
Are there any files that might have strange Unicode characters in them? |
Nothing comes to mind with strange unicode characters. Also, after blowing everything away it did start happening again, thought this time with a different error (different file, btw):
Wrt versions:
I'm on a mac. |
What editor? |
I'm finishing up some better debugging tools so hopefully after I release that you can update and this will become easier to track down. |
Assuming I don't figure it out earlier |
vs code |
I've been noticing this from time to time as well. Didn't open an issue yet because I cannot find a reliable way of reproducing it as it gets fixed when deleting the Will keep an eye on it and post a comment if I see it happening again. |
Since this is a GenLSP issue, I opened an issue over there. Will leave this one open tho as well to track it until I fix and update |
I am having trouble reproducing this with a property test, but @fhunleth says he was seeing similar errors after seeing another error that he submitted a patch (#331) for. I will keep this open, but after I release this patch on v0.15, please let me know if you continue to see errors like this. Thanks! |
Hey folks, just wanted to note that I'm running into this issue maybe every 2 hours now. It happens when NextLS compiles my dependencies (I don't know why it does that though because I haven't changed my dependencies in a few days). This prevents my editor (VSCode) from saving the file, which is blocking me from coding. I usually just restart my VSCode and then the error goes away. I'll just drop the full output here in the hope that you find an error.
|
@PJUllrich thank you! And sorry it's happening so frequently. I'm starting to think this might be a VScode thing, as I haven't ever run into this personally (in neovim). I'll have to run VSCode for a day to see if I can reproduce. |
No worries :) all the more reason to finally switch to Neovim maybe 😬 |
This is the error in the logs. It seems to be specific to files using Oban.
The text was updated successfully, but these errors were encountered: