Michal Michalski

Results 12 comments of Michal Michalski

I was digging through the code, and discovered that when client app is downloading attachment object info from messenger, there is no url provided for full image, instead there are...

Are you sure the stream was running while you started the view command? If you are sure the stream wasn't closed accidentally, try increasing the timeout. I've had an instance...

This was a pylsl issue. It seems to have been resolved here: https://github.com/labstreaminglayer/liblsl-Python/issues/2 Perhaps try installing newer pylsl version?

I've had similar issue while running my modified muselsl on macOS. Turned out the timeout in muselsl/stream.py while loop after starting the stream was too small (perhaps low bitrate with...

@5anirban9 Have you tried increasing the AUTO_DISCONNECT_DELAY?

You can pass your own time function to the Muse() constructor, will that help?

seems related to https://github.com/alexandrebarachant/muse-lsl/issues/130

Please post the error you are getting so we could figure out what are you missing.

This seems to be windows-only, so I looked at the muselsl.py/muse.py and in the Muse::connect() method for the BlueMuse the last_timestamp field was not set resulting in race resulting in...

There is an attempt to add bleak backend to muselsl. You can take a look at it in one of this PRs: https://github.com/alexandrebarachant/muse-lsl/pull/148 - this is the first attempt which...