You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're getting absolutely spammed on sentry with the error message "the len is 1 but the index is 1"
From a user on discord, the top of the crash stack is:
"thread 'intiface-thread-5' panicked at 'index out of bounds: the len is 1 but the index is 1': C/Users/qdot/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buttplug-8.0.0/src/server/device/server_device.rs:467"
Line in question. This has to do with converting message attributes to features, a system that was rewritten in the upcoming Buttplug 8.0.1 where we never deal with message attributes within the server code anymore, so hopefully it's fixed there. We'll see, I suppose.
We're getting absolutely spammed on sentry with the error message "the len is 1 but the index is 1"
From a user on discord, the top of the crash stack is:
This relates to intiface/intiface-central#139
The text was updated successfully, but these errors were encountered: