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

why does only the thumbnail function in the chart work? The dashboard does not appear. #23120

Closed
dragonball-wooboo opened this issue Feb 20, 2023 · 2 comments

Comments

@dragonball-wooboo
Copy link

I installed superset with helpm. Added thumbnail function. By the way, why does only the thumbnail function in the chart work? The dashboard does not appear.

If you look at the superset worker log below, it is as follows.
What's interesting is that the charts come out well.

Why do dashboards have timeouts?
Why doesn’t the chart time out?
│ superset [2023-02-20 04:37:36,200: WARNING/ForkPoolWorker-2] Selenium timed out requesting url http://superset:8088/superset/dashboard/8/

│ superset Traceback (most recent call last):
│ superset File "/app/superset/utils/webdriver.py", line 177, in get_screenshot
│ superset element = WebDriverWait(driver, self._screenshot_locate_wait).until(
│ superset File "/usr/local/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 80, in until
│ superset raise TimeoutException(message, screen, stacktrace)
│ superset selenium.common.exceptions.TimeoutException: Message:

@dragonball-wooboo
Copy link
Author

dragonball-wooboo commented Feb 20, 2023

slice <- chart 's thumbnail is OK... But, dashboard is not visible
belos log is slice<- chart 's log. It was ok..

| superset Taking a PNG screenshot of url http://superset:8088/superset/slice/6/?standalone=true as user admin
│ superset [2023-02-20 05:21:52,913: INFO/ForkPoolWorker-1] Taking a PNG screenshot of url http://superset:8088/superset/slice/6/?standalone=true as user admin
│ superset Caching thumbnail: cea906ac23e5a315b0ae43b1fe5ec71c
│ superset [2023-02-20 05:21:53,073: INFO/ForkPoolWorker-1] Caching thumbnail: cea906ac23e5a315b0ae43b1fe5ec71c

@villebro
Copy link
Member

Hi @dragonball-wooboo , there was a regression on master branch that caused dashboard thumbnails to fail. This was fixed by #23003 which was recently merged. Closing as fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants