Results 206 comments of Daniel Hrisca

> @danielhrisca > while running samples=mdf.get("VideoRawdata_VC0").samples this lines > i am getting an error that states that the multiple occurance of the same channel names in different channel group. Any...

@elon1992 you need to study the MDF v4 specifications, there are too many things to explain here

@cube2022 please try the development branch code

Go to pypi, download the 7.0.3 wheel that fits your python version, extract the archive and manually copy the cutils.pyd to your conda asammdf/blocks folder

you need to extract this wheel https://files.pythonhosted.org/packages/04/fe/89ec11f669a7d6e4d7e36ad83920e2309c1491738c40b858fb449a9a506e/asammdf-7.0.3-cp39-cp39-win_amd64.whl ! keep in mind that you need 64 bit Python ``` C:\Users\usr>python Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 **64 bit**...

I have no idea what happened, the conda package contains `cutil.pyd` ![image](https://user-images.githubusercontent.com/20952040/203820332-3082a2b4-8f15-4120-9330-2f8900fdcda7.png)

For our use case the maps stopped working starting with PySide6 6.2.4

How can I enable debug logs/prints for the JS library? At the moment there is nothing printed when the maps widget fails to display correctly, and I have the feeling...