Unable to import eeg data

Hi,
I had a problem to upload my data into Brainstorm. The following errors occurred. Could you please tell me how to solve the problem? Thanks a lot!

image
image

I had a similar error, and it turned out that the raw data that I was trying to load (it was an xdf file in my case) had zero data samples in it.
So, the first step would be to check your data and make sure that it has some data in it.

Can you please share with us a short example EEGLAB .set file (with attached binary file if applicable) with which we can reproduce the error in Brainstorm, but that you can open in EEGLAB?
Upload it somewhere and post the download link here.
Thanks

Sure. please find attached links.




Thanks for the data.
If fixed the code of the EEGLAB importer to make it more resilient to missing events structures:
https://github.com/brainstorm-tools/brainstorm3/commit/e09abe8b7318f69108629c4ba1a3dd4a82da99cd

The update this online: update Brainstorm and try again.

Cool! Thank you!