vishalsawale9 commented on issue #12867: URL: https://github.com/apache/superset/issues/12867#issuecomment-819729139
@singh-ab @iercan Is this fixed in superset 1.0.1? My superset app version is 1.0.1 & I'm still getting similar errors for pulling thumbnails on superset welcome page. Logs from container where I'm running superset ``` Triggering thumbnail compute (chart id: 7) ASYNC INFO:superset.charts.api:Triggering thumbnail compute (chart id: 7) ASYNC 192.168.35.64 - - [06/Apr/2021:19:34:44 +0000] "GET /api/v1/chart/favorite_status/?q=%21%2815%2C14%2C7%29 HTTP/1.1" 200 81 Failed at getting from cache: 57b7c1cae9ca67456a4f4b24d2f0d0c7 INFO:superset.utils.screenshots:Failed at getting from cache: 57b7c1cae9ca67456a4f4b24d2f0d0c7 Triggering thumbnail compute (chart id: 15) ASYNC ``` And celery logs says something arg mismatch as below: ``` [2021-04-12 17:46:08,657: INFO/ForkPoolWorker-3] Init selenium driver Failed at generating thumbnail __init__() takes 2 positional arguments but 3 were given [2021-04-12 17:46:09,068: ERROR/ForkPoolWorker-1] Failed at generating thumbnail __init__() takes 2 positional arguments but 3 were given Failed at generating thumbnail __init__() takes 2 positional arguments but 3 were given [2021-04-12 17:46:09,778: ERROR/ForkPoolWorker-4] Failed at generating thumbnail __init__() takes 2 positional arguments but 3 were given Failed at generating thumbnail __init__() takes 2 positional arguments but 3 were given ``` Should I pull master or dev image ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
