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

Serving and debugging a web app prints unactionable survey errors #56843

Closed
parlough opened this issue Oct 3, 2024 · 1 comment
Closed

Serving and debugging a web app prints unactionable survey errors #56843

parlough opened this issue Oct 3, 2024 · 1 comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. pkg-dds For issues related to the Dart Development Service

Comments

@parlough
Copy link
Member

parlough commented Oct 3, 2024

I'm not sure where this should be resolved (dds/dwds/webdev), so opening the issue here.

But when I try running and debugging a web app with webdev serve --debug, I get repeated survey errors that are unactionable and aren't relevant to developers:

[INFO] Serving DevTools at http://127.0.0.1:56627
[INFO] Serving `web` on http://127.0.0.1:8080
[INFO] Running build completed, took 54ms
[INFO] Caching finalized dependency graph completed, took 90ms
[INFO] Succeeded after 146ms with 0 outputs (0 actions)
[INFO] Debug service listening on sse://127.0.0.1:56677/ecP-qts8hmU=/$debugHandler

ERROR: setActiveSurvey not called. - api/getSurveyShownCount
ERROR: setActiveSurvey not called. - api/getSurveyActionTaken
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Reproduction steps:

  1. dart create -t web web_app
  2. dart pub add dev:webdev
  3. dart run webdev serve --debug
  4. Open DevTools, either through the output link or the debug extension.
@parlough parlough added area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. pkg-dds For issues related to the Dart Development Service area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. labels Oct 3, 2024
@parlough parlough changed the title Serving and debugging a web app keeps printing unactional survey error Serving and debugging a web app prints unactionable survey errors Oct 3, 2024
@nshahan
Copy link
Contributor

nshahan commented Oct 4, 2024

Closing in favor of the DevTool issue flutter/devtools#8405.

@nshahan nshahan closed this as completed Oct 4, 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. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. pkg-dds For issues related to the Dart Development Service
Projects
None yet
Development

No branches or pull requests

2 participants