Kayomani/PlexExternalPlayer

Not working on Chrome...

Inrixia opened this issue · 3 comments

Works fine in firefox but not at all in chrome... No idea whats wrong :/

Screenshot from Gyazo))

Screenshot from Gyazo

Figured it out. Chrome just wont open 127.0.0.1, replacing that with localhost in the scripts fixes it. localhost also works fine for firefox so perhaps push a update sometime in the future with a simple Ctrl-F 127.0.0.1 and replace with localhost :)

To add, this is still occurring. There's one line in the whole script (166) that refers to the server as 127.0.0.1 rather than localhost which breaks it. As soon as you change from 127.0.0.1 to localhost it works.

I find it strange that ipv4 loopback wouldn't work. I have changed it to localhost for you.