Skip to content
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

pyright >= 1.1.366 causes error: pyright returned unexpected JSON (unexpected EOF) #14

Open
surjikal opened this issue Jul 7, 2024 · 0 comments

Comments

@surjikal
Copy link

surjikal commented Jul 7, 2024

I think something changed with pyright, specifically after 1.1.366.

When running pyright-polite, I see the normal polite outbut, but I'm also getting:

pyright-polite: error: pyright returned unexpected JSON (unexpected EOF)

Reproducing it...

Here's a simple ./foo.py file to show the error:

print("bar")

Calling pyright-polite...

> pyright-polite ./foo.py
Found 1 source file
0 errors, 0 warnings, 0 informations
pyright-polite: error: pyright returned unexpected JSON (unexpected EOF)

Versions

pyright==1.1.370
pyright-polite==1.0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant