Hello,
I am having trouble reading OpenFoam files with Paraview Lite. Are there any configuration changes that need to be done in order to read them?
The error is this:
{
"message": "Exception raised",
"code": -32001,
"data": {
"exception": "TypeError(\"'float' object is not iterable\",)",
"method": "pv.time.values",
"trace": "Traceback (most recent call last):\n File \"/opt/paraview/install/lib/python2.7/site-packages/wslink/websocket.py\", line 275, in onMessage\n results = func(obj, *args, **kwargs)\n File \"/opt/paraview/install/lib/python2.7/site-packages/paraview/web/protocols.py\", line 1065, in getTimeValues\n return list(simple.GetAnimationScene().TimeKeeper.TimestepValues)\nTypeError: 'float' object is not iterable\n"
}
}
Any recommendations on how or what needs to be done in order to read foam files?