Varun Patil

Results 521 comments of Varun Patil

This is the first time this has come up, but yes, it should be more explicit. Transcoding encrypted files is a no-go because afaik the encryption doesn't support random access...

`occ memories:index --clear`

Hmm strange. Try `occ memories:index --clear -n` What OS is this?

`-n` enables non-interactive mode, so it's actually a `y`. But it's very strange that PHP fails to read from STDIN. Maybe it needs to explicitly open stdin? No idea. BTW,...

Ah that makes perfect sense now

Can you try removing the return type of `getTokenProfile`? YOu may need to restart the php server after this to clear the opcache.

Thanks for helping debug this. Can you revert your changes (just uninstall / re-install the app maybe) and test this patch? https://github.com/pulsejet/nextcloud-oidc-login/commit/ac62355682673be1248c793c254bd4b3d9d3446f

Does removing the type check in bearerauthbackend fix this? Maybe the event is something else...

That's .. weird. That commit changed nothing related to tokens