-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Folder with unusual characters in name causes "An error occurred while handling initialized notification" #48091
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
@calebpeffer can you confirm which SDK Version you have? I think this may be fixed by 21cbe33 (#47097) which I think should be included in the latest stable versions of the Dart and Flutter SDKs. |
I'm going to close this under the assumption that the change linked to above has fixed the issue. If that's not the case, please let us know and we'll re-open the issue. |
For anyone else who stumbled upon this issue and this was the ONLY link to show up in google - after deleting and resintalling Xcode, enabling / disabling / uninstalling extensions yada yada I was only able to fix this by downgrading flutter. Could some of those steps in-between helped? Maybe. I couldn't tell you. I downgraded using Flutter Doctor with the issue
Flutter Doctor without the issue
|
@erindolson if you're seeing an issue like this on the newest SDKs, please file a new issue with a copy of the log/error and the exact folder name you're seeing this with and I'll take a look. Thanks! |
Hi all.
Folder names with unusual characters (an . in my case) can cause the dart language server to crash. This error completely disabled the Dart extension and printed no trace information to the console except:
Thanks to @DanTup, I found the issue by enabling the analyzer log. Here is a copy of that log:
Removing the period from the fdaf. directory name resolved the Error.
The text was updated successfully, but these errors were encountered: