Conversation
|
Thank you for the contribution but I'd prefer to try to address the root cause of your issue first. What issue were you having with
Therefore, I'd prefer to correct whatever problem you were having when using |
|
|
Please try docker image |
|
Yes, that works, thanks. |
fix(plex): Use better url parsing method
Checklist before requesting a review
Type of change
Please delete options that are not relevant.
Describe your changes
Fixes an issue with the plex connection check that would not work for me under v0.10.0 and plex URL setting similar to
https://myplex.homelab.test. This is solved by simply avoiding to parse the URL altogether and checks connectivity by getting the server capabilities.Test docker image available at
ghcr.io/janw/multi-scrobbler:simple-plex-conn-checkand verified to be working in my setup.