Common Issues
Connection Issues
- Ensure that the bHaptics Player application is running before starting your Python script.
- Verify your App ID and API Key are correct.
Haptic Effects Not Playing
- Verify device is properly connected. You can check the pairing status in bHaptics Player.
- Use
is_bhaptics_device_connected()
to check device status.
- Check device battery level.
- Avoid calling haptic functions too frequently.
- Use
play_without_result()
for fire-and-forget operations.
- Consider using
play_loop()
instead of repeated play_event()
calls.
Still struggling?