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

[BUG] Error: No element found for selector: button[id="downloadReport"]. #73

Open
chanranhi opened this issue Jun 14, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@chanranhi
Copy link

chanranhi commented Jun 14, 2024

What is the bug?

CSV report download does not work.

How can one reproduce the bug?

  1. npm install @opensearch-project/reporting-cli
  2. Enter the following:

    opensearch-reporting-cli -u [opensearch discover/dashboard shortcut URL] -f csv

What is the expected behavior?

I need to download a CSV report, but I'm getting the error below:
Error: No element found for selector: button[id="downloadReport"].

What is your host/environment?

open search v2.13 (AWS engine)
reporting cli v1.1.0

Do you have any screenshots?

error-download

@chanranhi chanranhi added bug Something isn't working untriaged labels Jun 14, 2024
@dblock
Copy link
Member

dblock commented Jul 8, 2024

Thanks for reporting this. Did you try to debug it? Maybe someone (you?) could try to contribute a fix?

[Catch All Triage, attendees 1, 2, 3, 4, 5, 6, 7]

@dblock dblock removed the untriaged label Jul 8, 2024
@chanranhi
Copy link
Author

chanranhi commented Aug 3, 2024

Hi, I temporarily solved it by adding a "reload" code on my server. However, the exact reason is that there is no [id="downloadReport"] button in the menu, depending on the resolution. (For example, if you change to mobile resolution, the button will be lost.) This issue would have been resolved in OpenSearch 2.4 and later versions. However, AWS engines currently support up to version 2.3.

same issue:
opensearch-project/dashboards-reporting#57

@lynomet
Copy link

lynomet commented Sep 20, 2024

Hi, I temporarily solved it by adding a "reload" code on my server

hi can you show example how did you resolve this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants