You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/10/16 22:54:27 UTC

[GitHub] VincentLa14 opened a new issue #3681: OSError: [Errno 5] Input/output error

VincentLa14 opened a new issue #3681: OSError: [Errno 5] Input/output error
URL: https://github.com/apache/incubator-superset/issues/3681
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x ] I have checked the superset logs for python stacktraces and included it here as text if any
   - [ x] I have reproduced the issue with at least the latest released version of superset
   - [x ] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   superset-0.20.4
   
   ### Expected results
   Default dashboards to display
   
   ### Actual results
   I get "[Errno 5] Input/output error" on all slices. For example, see attachment
   <img width="1438" alt="screen shot 2017-10-16 at 3 51 17 pm" src="https://user-images.githubusercontent.com/14893645/31638738-0c60f720-b28a-11e7-954e-d90b8c6504b2.png">
   
   
   
   
   ### Steps to reproduce
   Ran steps to install `superset` here: https://superset.incubator.apache.org/installation.html
   
   When I go into the slice, the stacktrace I get is
   ```
   Traceback (most recent call last):
     File "/Users/VincentLa/venv/superset-demo/lib/python3.5/site-packages/superset/viz.py", line 273, in get_payload
       try:
     File "/Users/VincentLa/venv/superset-demo/lib/python3.5/site-packages/superset/viz.py", line 97, in get_df
       self.results = self.datasource.query(query_obj)
     File "/Users/VincentLa/venv/superset-demo/lib/python3.5/site-packages/superset/connectors/sqla/models.py", line 563, in query
       sql = self.get_query_str(query_obj)
     File "/Users/VincentLa/venv/superset-demo/lib/python3.5/site-packages/superset/connectors/sqla/models.py", line 324, in get_query_str
       qry = self.get_sqla_query(**query_obj)
     File "/Users/VincentLa/venv/superset-demo/lib/python3.5/site-packages/superset/connectors/sqla/models.py", line 520, in get_sqla_query
       print('-='*20)
   OSError: [Errno 5] Input/output error
   ```
   
   See the following screenshot from "Birth in France by department in 2016"
   
   <img width="1432" alt="screen shot 2017-10-16 at 3 53 37 pm" src="https://user-images.githubusercontent.com/14893645/31638779-3da4a3fe-b28a-11e7-93c8-68785d0f62fe.png">
   
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services