-
Notifications
You must be signed in to change notification settings - Fork 1.7k
analysis_server: Invalid file path (-32003) #39442
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
Comments
@Urfoex Sorry for the delay in responding to this. I checked the log and the issue looks to be because you had |
This crash hasn't been reported since Dart 2.5.2. Please re-open if you see this crash again. |
I just had a similar crash. The output of the Changing the generated code even the slightest bit, e.g. deleting a random method instantly fixes the issue. I've tried copying the generated files to another project so I can share them separately, but it doesn't crash anymore. Managed to capture the following logs:
Flutter: |
Using packages for Debian.
Tried with Dart stable 2.5.2, 2.6.1, dev 2.7.0
Fails with 2.6.1 and 2.7.0
Works with 2.5.2
Using analysis_server with coc.nvim as described in wiki.
I tested with
stagehand server-shelf
andstagehand console-full
with same behavior.On completion I get
Request failed: Invalid file path (-32003).
console.dart.cocinfo.logThe text was updated successfully, but these errors were encountered: