You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/07/25 06:59:01 UTC

[GitHub] jackpgao opened a new issue #5481: Dashboard import error

jackpgao opened a new issue #5481: Dashboard import error 
URL: https://github.com/apache/incubator-superset/issues/5481
 
 
   Export dashboard from 0.22.1 to 0.24.0
   
   Error deteils:
   
   
   ```python
   Sorry, something went wrong
   500 - Internal Server Error
   Stacktrace
            Traceback (most recent call last):
     File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1982, in wsgi_app
       response = self.full_dispatch_request()
     File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1614, in full_dispatch_request
       rv = self.handle_user_exception(e)
     File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1517, in handle_user_exception
       reraise(exc_type, exc_value, tb)
     File "/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 33, in reraise
       raise value
     File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1612, in full_dispatch_request
       rv = self.dispatch_request()
     File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1598, in dispatch_request
       return self.view_functions[rule.endpoint](**req.view_args)
     File "/usr/local/lib/python3.5/dist-packages/superset/models/core.py", line 899, in wrapper
       value = f(*args, **kwargs)
     File "/usr/local/lib/python3.5/dist-packages/superset/utils.py", line 688, in wraps
       return f(self, *args, **kwargs)
     File "/usr/local/lib/python3.5/dist-packages/superset/views/core.py", line 1195, in import_dashboards
       data = json.loads(f.stream.read(), object_hook=utils.decode_dashboards)
     File "/usr/lib/python3.5/json/__init__.py", line 312, in loads
       s.__class__.__name__))
   TypeError: the JSON object must be str, not 'bytes'
   ```
   
   
   I've already test import from 0.22.1 to 0.22.1, it works.
   
   

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org