jpmorrison
jpmorrison
https://github.com/bolkedebruin/rdpgw/blob/505eafdc1e403cd77a94f3f84c9529f6b61a1f2c/security/jwt.go#L35 mstsc.exe can send an empty token and cause the nil pointer ``` func VerifyPAAToken(ctx context.Context, tokenString string) (bool, error) { token, err := jwt.ParseSigned(tokenString) +// log.Printf(" debug verify PAA...
I can connect with mstsc if I comment out the error return for invalid PAA cookie (server.go) and client host does not match token host (jwt.go) I don't need the...
> PR #296 is tested against a PC3000 series, is anyone available to test on the PC2550 or PC1500? I have a PC3000 to test. I'm not clear whether PC16-OUT...
> Unlocker is not working for me - it never gets to print 'connected'. I see it doesn't use dscClassicInterface so I'll try changing that. I found my issue -...
> Hello all! > > I just moved into a house that has an existing PC3000 and I'm all for getting this thing integration operational. I've successfully connected with the...
I used Unlocker.ino to recover the master and installer codes so I know the keybus works. You can't arm the system if a zone is open so you'll have to...
cpiped [https://github.com/b-fitzpatrick/cpiped](url) does silence detection/buffering from an alsa input to a unix FIFO combined with scream receiver, this worked really well for audio quality but I'm not sure about latency....
Should be fixed in https://github.com/duncanthrax/scream/pull/132
Still not sure if this is an Android boot problem, Docker or the Docker dhcp plugin but I have a workaround: Simply create a bridge named `eth` and the container...
Rolling back to 2.1.3 also helped. 2.1.4 was working then lost control of devices. With 21.3 Echo Dot says it's muted. I never saw that in 2.1.4, so I don't...