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 2020/07/06 13:04:56 UTC

[GitHub] [incubator-superset] tooptoop4 opened a new issue #10245: deck.gl path visualization error

tooptoop4 opened a new issue #10245:
URL: https://github.com/apache/incubator-superset/issues/10245


   Changing visualization type to "deck.gl path" and running query does not render the visualization. Chrome tools shows javascript error:
   
   
   ![image](https://user-images.githubusercontent.com/33283496/86595923-5d9db080-bf91-11ea-9651-570d4efb6616.png)
   
   
   ```
   Could not fit viewport Error: @math.gl/web-mercator: assertion failed.
       at p (28.d3a9762a7d674edd231c.chunk.js:2)
       at O (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at S (28.d3a9762a7d674edd231c.chunk.js:2)
       at R (28.d3a9762a7d674edd231c.chunk.js:2)
       at new n (28.d3a9762a7d674edd231c.chunk.js:2)
       at yo (explore.e9de4d7e8c553ec56a7b.entry.js:2)
       at Ii (explore.e9de4d7e8c553ec56a7b.entry.js:2)
   R @ 28.d3a9762a7d674edd231c.chunk.js:2
   28.d3a9762a7d674edd231c.chunk.js:2 deck: error while initializing PathLayer({id: 'path-layer-undefined'})
    TypeError: Cannot read property '0' of undefined
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at 28.d3a9762a7d674edd231c.chunk.js:2
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at t.value (28.d3a9762a7d674edd231c.chunk.js:2)
   value @ 28.d3a9762a7d674edd231c.chunk.js:2
   28.d3a9762a7d674edd231c.chunk.js:2 Uncaught (in promise) TypeError: Cannot read property '0' of undefined
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at 28.d3a9762a7d674edd231c.chunk.js:2
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at t.value (28.d3a9762a7d674edd231c.chunk.js:2)
   /superset/explore/?form_data=%7B%22datasource%22%3A%2250__table%22%2C%22viz_type%22%3A%22deck_path%22%2C%22url_params%22%3A%7B%7D%2C%22time_range_endpoints%22%3A%5B%22inclusive%22%2C%22exclusive%22%5D%2C%22granularity_sqla%22%3A%22messagetimestamp%22%2C%22time_range%22%3A%22100+years+ago+%3A+%22%2C%22line_column%22%3A%22pathstringJSON%22%2C%22line_type%22%3A%22json%22%2C%22row_limit%22%3A1000%2C%22filter_nulls%22%3Atrue%2C%22adhoc_filters%22%3A%5B%5D%2C%22mapbox_style%22%3A%22mapbox%3A%2F%2Fstyles%2Fmapbox%2Flight-v9%22%2C%22viewport%22%3A%7B%22longitude%22%3A6.85236157047845%2C%22latitude%22%3A31.222656842808707%2C%22zoom%22%3A1%2C%22bearing%22%3A0%2C%22pitch%22%3A0%7D%2C%22color_picker%22%3A%7B%22r%22%3A0%2C%22g%22%3A122%2C%22b%22%3A135%2C%22a%22%3A1%7D%2C%22line_width%22%3A10%2C%22reverse_long_lat%22%3Afalse%2C%22autozoom%22%3Atrue%2C%22js_columns%22%3A%5B%5D%2C%22js_data_mutator%22%3A%22%22%2C%22js_tooltip%22%3A%22%22%2C%22js_onclick_href%22%3A%22%22%7D:1 [DOM] Found 5 elements with non-unique id #formInlineName: (More info: https://goo.gl/9p2vKq) <input placeholder type=​"text" id=​"formInlineName" class=​"form-control" value=​"6.85236157047845">​ <input placeholder type=​"text" id=​"formInlineName" class=​"form-control" value=​"31.222656842808707">​ <input placeholder type=​"text" id=​"formInlineName" class=​"form-control" value=​"1">​ <input placeholder type=​"text" id=​"formInlineName" class=​"form-control" value=​"0">​ <input placeholder type=​"text" id=​"formInlineName" class=​"form-control" value=​"0">​
   28.d3a9762a7d674edd231c.chunk.js:2 deck: error during update of PathLayer({id: 'path-layer-undefined'}) TypeError: Cannot read property '0' of undefined
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at 28.d3a9762a7d674edd231c.chunk.js:2
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at e.value (28.d3a9762a7d674edd231c.chunk.js:2)
       at t.value (28.d3a9762a7d674edd231c.chunk.js:2)
   value @ 28.d3a9762a7d674edd231c.chunk.js:2
   ```
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] villebro commented on issue #10245: deck.gl path visualization error

Posted by GitBox <gi...@apache.org>.
villebro commented on issue #10245:
URL: https://github.com/apache/incubator-superset/issues/10245#issuecomment-655437716


   @tooptoop4 on what version of Superset are you on?


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #10245: deck.gl path visualization error

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10245:
URL: https://github.com/apache/incubator-superset/issues/10245#issuecomment-654222594


   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.98. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] tooptoop4 commented on issue #10245: deck.gl path visualization error

Posted by GitBox <gi...@apache.org>.
tooptoop4 commented on issue #10245:
URL: https://github.com/apache/incubator-superset/issues/10245#issuecomment-655463774


   0.36, figured it out. User error! Loading the examples helped. The lat/long coordinates in json array are not meant to have double quotes around them


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] tooptoop4 closed issue #10245: deck.gl path visualization error

Posted by GitBox <gi...@apache.org>.
tooptoop4 closed issue #10245:
URL: https://github.com/apache/incubator-superset/issues/10245


   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] tooptoop4 commented on issue #10245: deck.gl path visualization error

Posted by GitBox <gi...@apache.org>.
tooptoop4 commented on issue #10245:
URL: https://github.com/apache/incubator-superset/issues/10245#issuecomment-655432206


   @thunter009 @milenioz any idea?


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] tooptoop4 removed a comment on issue #10245: deck.gl path visualization error

Posted by GitBox <gi...@apache.org>.
tooptoop4 removed a comment on issue #10245:
URL: https://github.com/apache/incubator-superset/issues/10245#issuecomment-655432206


   @thunter009 @milenioz any idea?


----------------------------------------------------------------
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:
users@infra.apache.org



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