luigi311 / JellyPlex-Watched

Sync watched between jellyfin and plex locally
GNU General Public License v3.0
422 stars 20 forks source link

[BUG] #178

Closed hookshow closed 5 months ago

hookshow commented 5 months ago

Describe the bug I seem to be in a loop of no users found for one or both servers.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior To sync between plex jelly fin and emby. Logs [ERROR]: No users found for one or both servers [ERROR]: Traceback (most recent call last): File "/app/src/main.py", line 405, in main main_loop() File "/app/src/main.py", line 332, in main_loop server_1_users, server_2_users = setup_users( ^^^^^^^^^^^^ File "/app/src/main.py", line 61, in setup_users raise Exception("No users found for one or both servers") Exception: No users found for one or both servers Type:

Additional context I am pretty new to Unraid so could be on my end. I saw that someone had the same problem on reddit a year ago but couldn't find the resolution. Thanks.

luigi311 commented 5 months ago

Do you have usernames that are exactly the same on all the servers? Thats saying theres none that match, you can turn up the debugging level and it should show you the usernames across both servers.

hookshow commented 5 months ago

I had a different user name in Plex that seems to have fixed it thank you so much!