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
Weylus incorrectly handles an empty list of capturables, giving the following error:
2024-10-26T14:40:08.493905Z WARN weylus::capturable: Failed to get list of capturables via dbus/pipewire: The name is not activatable
2024-10-26T14:40:08.495058Z ERROR weylus::websocket: Got invalid id for capturable: 0
I can make a pull request. The type of ClientConfiguration.capturable_id needs to be changed to Option<usize>.
The text was updated successfully, but these errors were encountered:
Weylus incorrectly handles an empty list of capturables, giving the following error:
I can make a pull request. The type of
ClientConfiguration.capturable_id
needs to be changed toOption<usize>
.The text was updated successfully, but these errors were encountered: