LukeChannings/moviematch

[Fixed] Uncaught (in promise) Error: Authentication error due to docker being in bridge mode

Closed this issue · 1 comments

I've got the following error:

�[0m�[1m�[31merror�[0m: Uncaught (in promise) Error: Authentication error: http://192.168.8.10:32400/library/sections?X-Plex-Token=<token>

although my url and token was correct. I could copy and paste the combined url into an incognito window and successfuly load the xml.

Turns out that on unraid a new docker was in bridge mode by default. Setting it to host mode fixed the problem for me.

Just thought that maybe this could be interesting for someone else. Maybe even worth a mention in the readme?

@LukeChannings I am closing this because I fixed it. Just wanted to mention this for future users, maybe something for the readme?