Created
November 30, 2025 05:54
-
-
Save diamondburned/196ded79471e0594e307e3399cf19980 to your computer and use it in GitHub Desktop.
intiface-central output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ intiface-engine --websocket-port 12345 --use-bluetooth-le | |
| Intiface Server, starting up with stdout output. | |
| 2025-11-30T05:39:56.322616Z INFO intiface_engine::engine: Intiface CLI Setup finished, running server tasks until all joined. | |
| 2025-11-30T05:39:56.322630Z INFO buttplug::util::device_configuration: Loading from internal base device configuration... | |
| 2025-11-30T05:39:56.358523Z INFO buttplug::util::device_configuration: Loaded config version ConfigVersion { major: 3, minor: 15 } | |
| 2025-11-30T05:39:56.360127Z INFO buttplug::util::device_configuration: No user configuration provided. | |
| 2025-11-30T05:39:56.360702Z INFO intiface_engine::buttplug_server: Including Bluetooth LE (btleplug) Device Comm Manager Support | |
| 2025-11-30T05:39:56.360741Z INFO buttplug::server::device::server_device_manager: BtlePlugCommunicationManager: false | |
| 2025-11-30T05:39:56.363530Z INFO buttplug::server::server_builder: Buttplug Server Operating System Info: NixOS 25.11.0 [64-bit] | |
| 2025-11-30T05:39:56.366058Z INFO buttplug::server::server_builder: Buttplug Server Operating System Info: NixOS 25.11.0 [64-bit] | |
| 2025-11-30T05:39:56.366136Z INFO intiface_engine::engine: Starting server | |
| 2025-11-30T05:39:56.367452Z INFO intiface_engine::remote_server: Starting remote server loop | |
| 2025-11-30T05:39:56.371654Z WARN buttplug::server::device::hardware::communication::btleplug::btleplug_adapter_task: Bluetooth LE adapter not found, will not be using bluetooth scanning until found. Buttplug will continue polling for the adapter, but no more warning messages will be posted. | |
| 2025-11-30T05:45:08.718258Z INFO buttplug::core::connector::transport::websocket::websocket_server: Websocket: Got connection | |
| 2025-11-30T05:45:08.718465Z INFO intiface_engine::remote_server: Starting remote server loop | |
| 2025-11-30T05:45:08.718479Z INFO buttplug::core::connector::transport::websocket::websocket_server: Starting websocket server connection event loop. | |
| 2025-11-30T05:45:08.720362Z INFO buttplug::core::message::serializer::json_serializer: Setting JSON Wrapper message version to Version3 | |
| 2025-11-30T05:45:08.720388Z INFO buttplug::server::server_downgrade_wrapper: Setting Buttplug Server Message Spec Downgrade version to Version3 | |
| 2025-11-30T05:45:08.720395Z INFO buttplug::server::server: Performing server handshake check with client go-buttplug at message version Version3. | |
| 2025-11-30T05:45:08.720833Z INFO buttplug::server::device::server_device_manager_event_loop: No scan currently in progress, starting new scan. | |
| 2025-11-30T05:45:15.553082Z ERROR buttplug::core::connector::remote_connector: Transport has disconnected, exiting remote connector loop. | |
| 2025-11-30T05:45:15.553820Z INFO intiface_engine::remote_server: Connector disconnected, exiting loop. | |
| 2025-11-30T05:45:15.553835Z INFO buttplug::server::server: Server disconnected, stopping device scanning if it was started... | |
| 2025-11-30T05:45:15.553844Z INFO buttplug::server::server: Server disconnected, stopping all devices... | |
| 2025-11-30T05:45:15.553854Z INFO intiface_engine::remote_server: Exiting remote server loop | |
| 2025-11-30T05:45:15.553863Z INFO intiface_engine::engine: Connection dropped, restarting stay open loop. | |
| 2025-11-30T05:45:15.553870Z INFO intiface_engine::engine: Client forcefully disconnected from server. | |
| 2025-11-30T05:45:15.553876Z INFO intiface_engine::engine: Server connection dropped, restarting | |
| 2025-11-30T05:45:15.553883Z INFO intiface_engine::engine: Starting server | |
| 2025-11-30T05:46:29.882580Z INFO buttplug::core::connector::transport::websocket::websocket_server: Websocket: Got connection | |
| 2025-11-30T05:46:29.882845Z INFO intiface_engine::remote_server: Starting remote server loop | |
| 2025-11-30T05:46:29.882866Z INFO buttplug::core::connector::transport::websocket::websocket_server: Starting websocket server connection event loop. | |
| 2025-11-30T05:46:29.883992Z INFO buttplug::core::message::serializer::json_serializer: Setting JSON Wrapper message version to Version3 | |
| 2025-11-30T05:46:29.884014Z INFO buttplug::server::server: Performing server handshake check with client go-buttplug at message version Version3. | |
| 2025-11-30T05:46:29.884255Z INFO buttplug::server::device::server_device_manager_event_loop: No scan currently in progress, starting new scan. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment