-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Reporting] Investigate cause of screenshot capture timeouts on Windows #63073
Comments
Pinging @elastic/kibana-reporting-services (Team:Reporting Services) |
For reference, this is the method that appears to be blocked: https://github.com/puppeteer/puppeteer/blob/21c2d31/docs/api.md#pagescreenshotoptions |
Pinging @elastic/kibana-app-services (Team:AppServices) |
I'm still able to reproduce this on Windows 10 using a build candidate of the latest master branch. System stats:
I don't understand why a decently provisioned system like this is unable to render a dashboard which Linux can, when booted on the same hardware. But I also experience general slowness with the Windows system overall, and I don't know why. |
This is possibly fixed in the latest version of Kibana that uses a newer version of Chromium.exe |
This seems to be no longer an issue as of #98688 |
Kibana version: 6.8, 7.1
Elasticsearch version: 6.8, 7.1
Server OS version: Windows Server
Browser version:
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.): download page
Describe the bug:
When a user tries to generate a report, the Reporting plugin succeeds in opening the page and scanning the DOM for visualization elements. When all visualizations have signaled rendering is done, Reporting attempts to capture a screenshot, and it times out.
Steps to reproduce:
Expected behavior:
Screenshots (if relevant):
Errors in browser console (if relevant):
No errors logged from Puppeteer's screenshot function. The reporting job fails due to time out.
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: