Robin Dadswell
Robin Dadswell
Have you run this to install all module requirements? `pip install -r requirements.txt` I just tested on my windows machine and this was all that was needed to resolve it.
try running pip3 instead of pip `pip3 install -r requirements.txt`
Hi prankousy, what is the delay in your config file? I found that I had to edit the query slightly on the plex stream table, the where clause on mine...
> With radarr 5.x requiring authentication (8911386), it might be time to revisit this. A non-zero number of people have authentication off in radarr since auth is offloaded to something...
> Is there any update for this? Currently no update on this, have been having some issues with OIDC in the limited testing that's been done and trying to work...
We are currently looking at implementing OIDC support which would then allow for MFA via the 3rd party auth solutions; I don't believe we are looking at implementing MFA support...
> It requires the `Policy.ReadWrite.ConditionalAccess` scope which isn't requested atm. > > AFAIK there's no read-only permission yet during the private preview of the underlying graph API. Likely one of...
@Sbishop411 Q or someone else with more brain power than I have on the average evening will correct me if I am wrong but if you do the C# elements...
Yeah, probably a good shout for all of those; I feel like they should be health checks as well as they are obvious but have the ability to send certain...
This is exactly what I was looking for!