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

DevTools not serving properly on app refresh #56091

Open
kenzieschmoll opened this issue Jun 26, 2024 · 1 comment
Open

DevTools not serving properly on app refresh #56091

kenzieschmoll opened this issue Jun 26, 2024 · 1 comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. pkg-dds For issues related to the Dart Development Service type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@kenzieschmoll
Copy link
Contributor

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:

  • 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.

CC @bkonyi

@dart-github-bot
Copy link
Collaborator

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 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 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 lrhn added the area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. label Jul 1, 2024
@lrhn lrhn removed the triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. pkg-dds For issues related to the Dart Development Service type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants