Gregory Arefyev
Gregory Arefyev
Hi, Sean If you remove `default` from `export default function* rootSaga()` line in your sagas.js this error should go away. Don't ask why, I'm in the very beginning of the...
Oh, just realized that this is your rootSaga below the code snippet (looks like some stack trace =) I'd suggest replacing `export const rootSaga = function* root() {` with `export...
Was just about to report the same issue. My two game controllers are clones of Sony Dualshock 4. Both work perfectly when initially paired (recognized by steam and games, so...
I discovered a very weird workaround that works for me @ericitaquera please try this: 1. pair/trust/connect a gamepad (either in bluetoothctl or through the UI) make sure it works as...
So, I spent about 6 hours hacking the C code of bluez, findings: 1. The only place where the information about the previous `ControllerMode` is stored is the bluetooth adapter...
I see, this is instead of `Result: Connection refused - security block (0x0003)` that you saw before. I observed both variants while been digging this out (it depends on the...