luigi311 / JellyPlex-Watched

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

Dry Run does not do anything #39

Closed fromage9747 closed 1 year ago

fromage9747 commented 1 year ago

I have followed the instructions, filled out the env, started the container, but all I get is the below:

[INFO]: Dryrun: True [INFO]: Creating (black/white)lists [INFO]: Blacklist Library: [] [INFO]: Whitelist Library: [] [INFO]: Blacklist Library Type: [] [INFO]: Whitelist Library Type: [] [INFO]: Blacklist Users: [] [INFO]: Whitelist Users: [] [INFO]: Creating server connections Average time: 0.0012488549982663244 Looping in 3600.0

I have updated the logging to debug, but still, nothing else is printed out for any errors that may be occurring

luigi311 commented 1 year ago

you can try setting the debug variable to true so it spits out some more information to see if its actually picking up your variables.

fromage9747 commented 1 year ago

Yeah I did try that and the result was the same. I guess it doesn't work via docker compose or docker compose just isn't accepting the variables for some reason.

After some fiddling I just ran it via docker run and the variables inline.

This produced more useful information however for some reason it doesn't accept $(cat jellyfin-users.json) or similar for the mapped libraries.

If I leave put mapped users and mapped libraries it does start spitting out my media.

fromage9747 commented 1 year ago

All working via docker compose in portainer. Feel free to close ☺

luigi311 commented 1 year ago

Sounds good, im glad you were able to fix it on your end :)