Kitware / glance

Kitware Glance is an open-source web application developed at Kitware for visualizing volumetric images, molecular structures, geometric objects, and point clouds. It is part of the ParaView platform and can serve as a foundation for building custom web-based visualization applications involving ITK.js and VTK.js.
https://kitware.github.io/glance
BSD 3-Clause "New" or "Revised" License
247 stars 88 forks source link

Error while opening openFoam file #385

Closed FrancescSM closed 3 years ago

FrancescSM commented 3 years ago

ParaView Lite: not available Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36

{
  "code": -32001,
  "message": "Exception raised",
  "data": {
    "method": "pv.time.values",
    "exception": "TypeError(\"'float' object is not iterable\")",
    "trace": "Traceback (most recent call last):\n  File \"C:\\ParaView-5.8.1-Windows-Python3.7-msvc2015-64bit\\bin\\Lib\\site-packages\\wslink\\websocket.py\", line 370, in onMessage\n    results = func(obj, *args, **kwargs)\n  File \"C:\\ParaView-5.8.1-Windows-Python3.7-msvc2015-64bit\\bin\\Lib\\site-packages\\paraview\\web\\protocols.py\", line 1089, in getTimeValues\n    return list(simple.GetAnimationScene().TimeKeeper.TimestepValues)\nTypeError: 'float' object is not iterable\n"
  }
}
floryst commented 3 years ago

Is this ParaView Web? If so, you should raise this issue on that issue tracker: https://github.com/kitware/paraviewweb

floryst commented 3 years ago

FYI @jourdain to re-categorize if I got it wrong. In any case, this isn't ParaView Glance related.