You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kenzieschmoll opened this issue
Jun 26, 2024
· 1 comment
Labels
area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.pkg-ddsFor issues related to the Dart Development Servicetype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
The browser loads a blank white page with the message: "could not read file as String: cpu-profiler" (link)
Repro steps:
run DevTools with devtools_tool serve and open it. Refresh the page and observe this error.
This should be treated as a release blocker. The fix is likely on the server side in DDS and not in DevTools app, so @elliette you should still be able to move forward with the devtools app release into the Dart SDK.
Summary: DevTools fails to load profiler data after page refresh, displaying a "could not read file as String" error. The issue likely stems from a server-side problem in DDS, not the DevTools app.
dart-github-bot
added
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
labels
Jun 26, 2024
elliette
added
pkg-dds
For issues related to the Dart Development Service
and removed
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
labels
Jun 26, 2024
lrhn
added
the
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
label
Jul 1, 2024
area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.pkg-ddsFor issues related to the Dart Development Servicetype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
Example URL: http://127.0.0.1:9102/cpu-profiler
The browser loads a blank white page with the message: "could not read file as String: cpu-profiler" (link)
Repro steps:
devtools_tool serve
and open it. Refresh the page and observe this error.This should be treated as a release blocker. The fix is likely on the server side in DDS and not in DevTools app, so @elliette you should still be able to move forward with the devtools app release into the Dart SDK.
CC @bkonyi
The text was updated successfully, but these errors were encountered: