Joey Berkovitz
Joey Berkovitz
I pushed a fix for it on my fork - https://github.com/joeyberkovitz/doorbot Feel free to reference that if needed
Sounds good. In that case, would it make sense to store the oauth token from the auth functions so that the extended classes can use it without having to replace...
That's a token, but not the original oauth token. This PR store the oauth token as well as the token used by the API line 287. To access the alarm...
Thanks, Will test it over the weekend and let you know.
Running. Will let you know how it goes. Suspect that there may be a need to refresh the initial Oauth token and request a new alarm token.
@davglass and @mrose17 I got busy until now, but would be interested in helping with this.
I'm on PG13 and timescale 2.6.0 and seem to have found a potential method for reproducing this issue. The issue for me seems to only occur when filters specify a...
@FiloSottile - would you be open to a command line flag to override the PIN policy? That way if the user imported a key, or is using an old Yubikey...
On this topic, `NewDriverWithIP` doesn't initialize the `doneCh` (https://github.com/hybridgroup/gobot/blob/dev/platforms/dji/tello/driver.go#L238), so Halt is guaranteed to hang due to writing to a nil channel. I can submit a PR if needed to...