-
Notifications
You must be signed in to change notification settings - Fork 2
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
unahndled exception utf-8 #15
Comments
@fredgrott hi. Can you describe your problem? |
I fails on the standard output of analyzer, for example: `Analyzing devops_lint_metrics... info - Prefer declaring const constructors on ` Wil cause your tool to fail. tool error output indicates that logic to decode utl-8 path is faulty |
note did you assume format of utf-8 paths with platforms in mind? |
@fredgrott. what OS do you use? |
Unhandled exception:
FileSystemException: Failed to decode data using encoding 'utf-8', path = 'D:\fredgrttsstuff\GithubProjects\code_with_me\cookbook\bootsttrap_fulltest\reports\analyze_report.txt'
#0 _File._tryDecode (dart:io/file_impl.dart:564:7)
#1 _File.readAsStringSync (dart:io/file_impl.dart:584:7)
#2 _File.readAsLinesSync (dart:io/file_impl.dart:590:36)
#3 parseAnalyzerReport (package:analyzer_formatter/src/analyzer_result_parser.dart:24:18)
#4 main (file:///D:/fluttersdk/myfluttersdk/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer_formatter-0.2.0/bin/analyzer_formatter.dart:43:26)
#5 _delayEntrypointInvocation. (dart:isolate-patch/isolate_patch.dart:281:32)
#6 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12)
pub finished with exit code 255
PS D:\fredgrttsstuff\GithubProjects\code_with_me\cookbook\bootsttrap_fulltest>
The text was updated successfully, but these errors were encountered: