Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User is not active. #74

Closed
Jomack16 opened this issue Nov 14, 2023 · 3 comments
Closed

User is not active. #74

Jomack16 opened this issue Nov 14, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Jomack16
Copy link

When configured with multiple tautulli instances only the users in the topmost configured tautulli instance are able to 'unwrap'.
I have 4 tautulli instances configured in the admin settings. (tautulli1, tautulli2, tautulli3, tautulli4)
User from tautulli1 can 'unwrap', but users from the other 3 receive 'User is not active.' message.
When I remove tautulli1 from the configuration, now users from tautulli2 can unwrap.

I am currently using the beta tag for the docker container.
docker create
--name=plexwrapper
--hostname=plexwrapper
-e TZ=America/Chicago
-p 8282:8282
-v /opt/DockerAppdata/plexwrapper:/app/config
--restart=unless-stopped
ghcr.io/aunefyren/wrapperr:beta

wrapper logs.zip

@aunefyren aunefyren added the bug Something isn't working label Nov 16, 2023
@aunefyren
Copy link
Owner

aunefyren commented Nov 16, 2023

Hey, thank you for the detailed issue.

I think this should be fixed now, as the user aggregation now takes into account that the user could exist on multiple Tautulli servers. Active status on any Tautulli server will make Wrapperr assume the user is active.

It is hard for me to replicate this issue, as I have one Tautulli server, therefore this fix has not been released yet. Are you able to test the main branch by compiling it with:

$ go build .

or the beta Docker image: ghcr.io/aunefyren/wrapperr:beta?

Make sure to entire refresh the page/try an incognito window to make sure your browser is not caching any old data.

@Jomack16
Copy link
Author

I pulled the latest :beta image, and it is working!
I am able to 'unwrap' with a user from each tautulli instance.
Thank you so much! This is like a Christmas gift!

@aunefyren
Copy link
Owner

Fixed in v3.2.1.

Thank you so much for the kind words!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants