wizarrrr / wizarr

Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.
https://docs.wizarr.dev
MIT License
1.27k stars 89 forks source link

[Bug] | Plex Home users don't work #411

Closed Jphannon1 closed 5 months ago

Jphannon1 commented 5 months ago

Are you using the latest release?

Have you checked a bug report doesn't already exist?

What happened?

When adding a plex home user using the invite option, it doesn't work and gives the error:

"We were unable to accept the plex inite on your behalf, please accept the invite manually through plex or your email". But there is no invite on the plex account or email.

On the plex owners account a new user has been added to home as a managed account with just an email address and not the invited users plex account.

Screenshot 2024-05-05 120401

Virtualisation

Docker

What operating system are you seeing the problem on?

Linux

What browsers are you seeing the problem on?

Chrome

Project Location

Local

Bug Description

When trying to add a plex home user, it does not work and simply adds the plex accounts email to the home as a managed account.

Steps to Reproduce

When creating a invite for plex, select "Allow Plex Home Access" and try to sign up with a plex account

Relevant Log Output

No response

JamsRepos commented 5 months ago

This feature does not work and cannot work. I was investigating this yesterday and the API endpoints just don’t exist for it unfortunately.

So, this feature is being removed within #407 https://github.com/wizarrrr/wizarr/pull/407/commits/a07507929a8c747787577015693eefeffc8ce658 and cannot be fixed unfortunately.

Plex does not allow the invitation of existing Plex users through their API, only the creation of Managed Users.

Jphannon1 commented 5 months ago

Ok, not too difficult to add them to plex home manually once they have been invited, thanks for letting me know