Jack Zhang
Jack Zhang
I'm having the same issues, every time I leave the change grip/order page joycontrol disconnects with the error message > joycontrol.transport write::155 ERROR - [Errno 104] Connection reset by peer...
Update: I tried using `hciconfig` to change the MTU to 512, but it doesn't seem to do anything, the packets are still at most 23 bytes.
Looking at this behavior of working first but stops working after a while, could this be related to whether the emulated controller is paired to the Switch? Maybe the Switch...
@arnodelorme could you try this again with the main branch of eeglabio? I had this issue earlier as well and I believe the latest version should fix it. Also, the...
> I tried it with eeglabio-0.0.2.post1. I don't get an error/warning when exporting, but loading the file fails I meant from the main branch directly, not the latest release, I've...
FYI I finished tests on my end and released the latest version as [v0.0.2-2](https://github.com/jackz314/eeglabio/releases/tag/v0.0.2.post2).
I only have very limited time to maintain eeglabio due to other projects at hand, so it would be great if more people are willing to help maintain it.
@arnodelorme So the warning occurs because the events have invalid onset latencies that exceed the total length of the data. In your example, I checked that the max latency in...
@cbrnr I added checks for these invalid onsets to main and tested it, it should work now.
Importing should work as well now in the main branch, since I fixed the epoch structure exported along with a couple other things for when there are invalid onsets.